/************************** I2ICE TUTORIAL SCREEN #2 ****************************/ menu = 1 define literally P = 'include scr.1 nolist' define literally R = 'include scr.2 nolist' define literally RTN = 'include scr.2 nolist' define literally N = 'include scr.3 nolist' define literally M = '''SCR2 is the main menu''' cls /********************************************************************************/ ' ------------------------' 'The main purpose of this tutorial is to help you | SCR2: MAIN MENU |' 'learn the I2ICE command language and to show you how | M = Go to main menu |' 'to conduct an emulation session. There are three | N = Next screen |' 'groups of tutorial screens: main path screens, | P = Previous screen |' 'emulation aid screens, and I2ICE feature aid screens.| Q = Quit tutorial |' ' | R = Rewrite SCR2 |' 'The emulation aid screens offer supplementary infor- | SCR# = Screen desired |' 'mation on main-path emulation topics; the I2ICE fea- ------------------------' 'ture aid screens describe special features of the I2ICE system. Each of the' 'three groups of screens is organized into modules--a module includes screens' 'on the same topic. Entering the module name accomplishes two tasks: it sets' 'the prerequisites for starting the module and it displays the first screen' 'in that module. Select a menu item now. (I2ICE beginners should select MOD1.)' ' ' ' MOD1 Main Path: Basic Emulation Skills Module' ' MOD2 Main Path: Intermediate Emulation Skills Module' ' MOD3 Main Path: Advanced Emulation Skills Module' ' AID1 Menu for Emulation Aid Modules' ' AID2 Menu for I2ICE Feature Aid Modules (iPAT, Probe Features,' ' Multiple Probes, and How to Connect Probe to Prototype)' '------- See Chapter 2 of the I2ICE User''s Guide for tutorial information ------'