Home

Chapter 3 Tutorial

image

Contents

1. We called our Enable pin CE Count Enable This comes Enable CE in from pin 27 Clear Direct _RST Our reset signal was brought in on pin 28 and called RST 13 As before perform a CellVerify 14 Select File gt Update from Edit Cell menu Update saves the edits you make Note If you close the Edit Cell window before performing Update the edits will not be saved and your errors may still occur 3 20 PLSI and ispLSI Development System User Manual 15 16 17 18 19 20 21 22 Advanced Design Concepts Select File gt Exit when finished The counter has now been placed and the inputs connected but the outputs are still floating Connect them to the IOCs as you did with the previous counter Select the macro called OB 11 from the macro list Click 10 Cell 40 to select it Click on Soft Place in the Macro window This configures IOC 40 as an output buffer but it used the default signal names The following text was placed in the cell OB11 X00 A0 Change it to read OB11 X04 Q4 Q4 is the name of the first output of the counter XOO was changed to XO4 so that there would not be duplicate IOC names when we place the next cells Click on IOC 41 to select it Click on Soft Place in the Macro window Change the default signal to the following names to match those used in your design OB11 X00 A0 Change it to read OB11 X05 Q5 Use the same technique to connect IOC 42 to counter output
2. 34 Figure 3 3 Open Edit Windows The method of specifying the logic configuration into a cell depends on what type of cell it is Logic configurations for GLBs are entered using a combination of Boolean equations or macros from the Lattice System Library Configuration data for IOCs are entered using macros only The complete set of macros which describes all possible combinations of input output and IOC logic configurations is contained in the Lattice Macro Library Reference Manual Configuration data for the dedicated input pins and the dedicated clock input pins are entered using a subset of the IOC macros Because these pins are inputs only and do not have input registers many of the standard IOC macros cannot be used 3 4 PLSI and ispLSI Development System User Manual The Design Flow The Design Flow Before starting our sample design it is valuable to understand the design flow Observe the following steps to complete a design Refer to Figure 3 4 for more information Global Verify All Chip Logic So Specify the Design Partition the Logic Into GLBs Enter Data for the Generic Logic Blocks Correct Data and Reverify Unfix Pins Remove Critical Nets and Try Again Enter Fixed Pin Location Figure 3 4 Design Process Flow PLSI and ispLSI Development System User Manual 3 5 Tutorial Specify the Design A design is specified using one of the two approaches With the first method you
3. five outputs are connected to five of the discrete LED outputs pLSI and ispLSI Development System User Manual 3 9 Tutorial Define the Counter To define the counter first write the equations The equations for the 4 bit binary counter are shown in Listing 1 Listing 1 Counter Equations QO QO amp I_RST CI amp CE amp I_RST Ql Ql amp I_RST QO amp CI amp CE amp I_RST Q2 02 amp I_RST QO amp Ql amp CI amp CE amp I_RST Q3 Q3 amp I_RST QO amp Ql amp Q2 amp CI amp CE amp I_RST CO QO amp Ql amp Q2 amp Q3 amp CI amp CE There are two inputs to the Exclusive OR gate in front of the D input to the register see Figure 3 5 The data input is the one that receives its input from the feedback of the same register It is left of the XOR symbol in the above equations The other input is connected to the control terms Cascade In and Count Enable and are the control input When the control input to the XOR is a 0 the output of the XOR follows the data input Hold When the control Input is a 1 the output of the XOR is inverted from the input Increment When either CI or CE is low and RST is low the QO output from the counter remains in its current state Hold When CI and CE are both high and RST is low the QO output toggles on each successive clock Increment When RST goes high the
4. use an existing design consisting of 7400 Series TTL Logic elements and fit the design into the pLSI part With the second method you design a circuit using Boolean equations or macros that are optimized for best performance and utilization of the pLSI architecture The first approach consists of simply selecting macros from the Lattice library that approximate the functions of the TTL or CMOS circuits and then connecting them to each other Using this approach a design can be completed quickly and has a high probability of working the first time because the circuit has been tested The second approach ensures better performance and higher utilization but may require some circuit redesign Many designs are a combination of the two approaches To select the correct pLSI device partition the design into GLBs and count the number of GLBs and IOCs used Next select the pLSI device that can hold the amount of logic required Selection of the proper device is based on the amount of logic required and the number of IOCs needed The best utilization and routability are achieved by allowing the software to assign the T O pin placement It is a good idea to design the pLSI part first and then lay out the printed circuit board or wire wrap board after the device has been routed Once the software intelligently assigns the pin placement the first time the pins can be fixed and changes can be made to the logic with few problems Partition the Logi
5. CK 27 IB11 CE XCE Repeat Steps 10 through 13 for the Reset input pin located at I O 2 using these equations XPIN IO XI_RST LOCK 28 IB11 I_RST XI_RST Repeat Steps 10 through 13 for the QO output pin located at I O 39 using these equations XPIN IO XQO LOCK 75 OB11 XQO Q0 Repeat Steps 10 through 13 for the QI output pin located at I O 38 using these equations XPIN IO XQ1 LOCK 74 OB11 XQ1 QD Note With the Lattice pDS software you can have only two Edit Cell windows open at the same time This means that you can Copy the equations from IOC 39 and Paste them into IOC 38 The data in both cells are similar and you can use the Edit Cell s Edit commands to make changes Repeat Steps 10 through 13 for the Q2 output pin located at I O 37 using these equations XPIN IO XQ2 LOCK 73 OB11 XQ2 Q2 Repeat Steps 10 through 16 for the Q3 output pin located at I O 36 using these equations XPIN IO XQ3 LOCK 72 OB11 XQ3 Q3 Repeat Steps 10 through 13 for the Carry Out output pin located at I O 35 using these equations XPIN IO XCO LOCK 68 OB11 XCO CO Now the inputs outputs and clocks are connected and the equations for the counter have been entered and verified The design is complete and ready to be globally verified Before proceeding save your design pLSI and ispLSI Development System User Manual 3 13 Tutorial Save the Work 22 From the Design Manager menu bar sel
6. Chapter 3 Tutorial This tutorial is designed to help you become familiar with the Lattice pLSI 1032 device the ispLSI 1032 device and the Lattice pLSI ispLSI Development System pDS To do this a complete design of a simple 4 bit counter is discussed from specification through programming and testing the part The following assumptions are made m You have read and understood the pLSI 1032 Device Data Sheets m You have the documentation for Microsoft Windows readily available Windows is an industry standard Graphic User Interface GUI for pull down menus text editing commands and screen control commands Because the Lattice interface is the same as other Windows programs it is very easy to learn If you know how to run any Windows program you can run the Lattice software It is necessary to have Windows 3 1 for the Lattice pDS software to run Windows runs on most standard IBM PCs or clones The recommended system configuration for running the pDS software includes the following 386 or 486 IBM PC AT or compatible processor 1 serial port 1 parallel port 8 megabytes of RAM pDS software occupies 7MB of disk space Floppy Disk Drive Microsoft Windows Compatible Mouse VGA or Super VGA Graphics up to 800 X 600 pDS software security key The spare parallel printer port is necessary to perform in system programming and the spare serial port is necessary to communicate with an RS 232 controlled programmer pLSI and ispLSI
7. Development System User Manual 3 1 Tutorial Getting Started If you have not previously installed the Lattice pDS software see the Installation Procedure in Chapter 1 To start Windows type WIN at the DOS prompt C gt 2 Install the Lattice pDS software according to the installation instructions A new program group called Lattice is created This program group should contain three icons Select the icon which looks like the Lattice company logo Figure 3 1 3 To start the pDS software double click on the Lattice Logo Icon L pDS Readme pDS Error Messages Figure 3 1 Lattice Program Group Window Before proceeding any further learn to perform some of the following Microsoft Windows tasks Selecting a menu item using the mouse Using Open Save and Save As menu items Entering commands and text into Message windows and dialog boxes Moving around the screen with the scroll bars Editing text using the keyboard and mouse to perform the following e Select the insertion point e Select text by highlighting it e Cut paste and copy text If you are unfamiliar with any of these options take some time to go through the Microsoft Windows User s Guide For a complete description of the pDS Design Manager menus see the pLS and ispLSI Development System Reference Manual 3 2 pLSI and ispLSI Development System User Manual A Brief Tour of the Screen A Brief Tour of the Screen Once you invoke the Lattice pDS s
8. E amp T_RST END Verify the equations by clicking on the CellVerify menu option If an error appears in the Messages window find out what is wrong and correct it Things to look for are typing errors missing semicolons or incorrect symbols Reverify after making corrections Select File gt Update from Edit Cell menu Update saves the edits you make and closes the Edit Cell window TIP You may also close the Edit GLB Cl window by double clicking on the 6 K 8 Control Menu box the dash mark in the top left corner Your edits are automatically saved Double click on the GLB C2 box to open it for editing Enter the following equations into the Edit GLB C2 window SIGTYPE CO OUT EQUATIONS CO QO amp Ql amp Q2 amp Q3 amp CI amp CE END Verify the equations by clicking on the CellVerify menu option See Figure 3 7 pLSI and ispLSI Development System User Manual 3 11 Tutorial SS pLSWisplSiDevelopmentSystem annsna File Design Cell Macro Dray o Search Message Help ld EdtGLBCl oa Bg File Edit CellVerity SIGTYPE Q0 REG OUT SIGTYPE Q1 REG OUT SIGTYPE Q3 REG OUT EQUATIONS QO CLK _CLK 0 00 amp I_RST CI amp CE amp _AST Q1 Q1 amp HIRST Q0 amp CI amp CE amp 1_ AST Q2 Q2 amp H_RST Q0 2 Q1 amp CI amp CE 2 RST Q3 Q2 amp H_RST Q0 Q1 amp Q2 amp CI amp CE amp I_R
9. Q6 Use the same technique to connect IOC 43 to counter output Q7 All the outputs are now connected and the design is complete As in the first design perform Design gt Verify on the design route the nets with Design gt Route and generate the fuse map with Design gt Fuse Map You can see from this exercise how much simpler it is to complete a design using macros The use of macros is not limited to those in the Lattice macro library Sometimes the standard macro is close to but not exactly what you need You can copy any of the standard Lattice soft macros into a personal library and modify them to meet specific needs You can also create macros using Boolean equations and save them in your personal library for future use pLSI and ispLSI Development System User Manual 3 21 Tutorial Conclusion 3 22 We have introduced design creation using pDS software from definition to completion This tutorial included the following information Introduced the Lattice pDS software and its various elements Explained the design flow from beginning to end Described the syntax needed for entering a design Defined a small counter and partitioned it into GLBs Entered the design for that counter into the development system Explored the compilation process Verify Route and Fuse Map Programmed a part Tested the design Changed the design and introduced the use of macros Recompiled that design and tested it From thi
10. ST SIGTYPE CO OUT EQUATIONS CO QO0 amp Q1 amp Q2 amp Q3 amp CI amp CE END Figure 3 7 Cell Entry Windows with Counter Equations 9 Select File gt Update from Edit Cell menu Update saves the edits you make and closes the Edit Cell window Connect the Inputs Outputs and the Clock At this point the logic for the counter is completely specified but we still must connect the clock the inputs and the outputs 10 Double click on clock input YO to open it It may be necessary to Zoom gt In 2X on the dedicated clock input area of the Logic Design Editor the GUI to determine which pin is YO 11 Enter the following equations into the Edit Cell window for dedicated clock input YO XPIN CLK XI_CLK LOCK 20 IB11 I_CLK XI_CLK Since this design example uses a pLSI 1032 device the YO clock is pin 20 therefore the clock signal is locked to pin 20 12 Verify the equations by clicking on the CellVerify menu option 13 Select File gt Update from Edit Cell menu Update saves the edits you make and closes the Edit Cell window 3 12 pLSI and ispLSI Development System User Manual The Sample Design 15 17 18 19 20 21 Repeat Steps 10 through 13 for the Carry In input pin located at I O 0 using these equations XPIN IO XCI LOCK 26 IB11 CI XCI Repeat Steps 10 through 13 for the Count Enable input pin located at I O 1 using these equations XPIN IO XCE LO
11. c 5 6 Partitioning consists of carving the logic into chunks that conveniently fit into the pLSI Generic Logic Blocks GLBs These general rules should be followed when partitioning logic m Consult the Lattice Macro Library Reference Manual and decide if any of the logic can be implemented using the standard macros Macros are already partitioned and are optimized for high utilization and high performance Macros are also the fastest method to input logic into the design m Know the capabilities of the GLB For this pLSI 1032 part there are 16 GRP inputs 2 dedicated inputs and 4 outputs The GLB has 20 product terms PTs The registers in the GLB share a common clock The registers within the GLB also share a common reset product term m When an output is fixed to a specific I O pin the signal that is used to generate that output must be generated within the same megablock pLSI and ispLSI Development System User Manual The Design Flow m There is only one Product Term Output Enable PTOE signal per megablock in our example part Outputs which share a common PTOE signal should be placed in the same megablock In the 2000 and 3000 family use the global OE whenever possible m Signals that are related to each other such as those used for counters shift registers etc should be placed into the same megablock This reduces routing congestion Compile the Design Compile the Lattice pDS software design by using the follow
12. e In CO is the name that we assigned to the Cascade Out pin on the counter that we designed EN CE We called our Enable pin CE Count Enable This comes from a pin external to the device PLSI and ispLSI Development System User Manual 3 19 Tutorial 8 Select Cell Verify to ensure that no errors were introduced 9 Select File gt Update from Edit Cell menu Update saves the edits you make Note If you close the Edit Cell window before performing Update the edits will not be saved and your errors may still occur 10 Select File gt Exit to close that GLB Edit Cell window 11 The macro occupies two GLBs so the second half of the macro now needs to be placed Click GLB C4 to place the second half 12 As before the signal names that were placed in the GLB were the default names They also need to be edited The Lattice software placed the following code into the cell CBU24_1 Q0 Q3 CAI CLK EN CD Change it to read CBU24_1 Q4 Q7 CO I_CLK CE I_RST As before we have changed the default signal names to match those that we are already using See Table 3 4 Table 3 4 Renaming Default Signal Names Q0 Q3 Counter Outputs Q4 Q7 We used QO through Q3 in the first counter We need to assign new names so the router will not get confused CAI Cascade In co CO is the name that we assigned to the Cascade Out pin on the counter that we designed I_CLK We named the signal that we brought in on pin YO _CLK
13. e usage of a macro logic element from the Lattice macro library END Signifies the end of an EQUATION section a GLB or IOC definition a DECLARATION section or a macro definition There can be more than one END statement in a GLB Comments are indicated by preceding the comment with two forward slashes This is a comment line example Programming the Device The Fuse Map program generates a fuse jed file that is programmed into a pLSI 1032 or an ispLSI 1032 device Program the part using one of the following methods m Programmer for pLSI and ispLSI device m In system programming for ispLSI device m A stand alone device For a stand alone programmer follow the programmer s manufacturing instructions An ISP down load cable is offered as an option with the pDS software The cable connects to the parallel port on a PC and controls the programming process If the target system is designed to use in system programming ISP the part can be programmed right on the board All ISP devices can be programmed using the following methods To program a pLSIAspLSI 1032 with a counter jed JEDEC file follow these steps 1 Select Design gt Down Load from the Design Manager menu This invokes the Down Load window The Down Load window prompts for the name of the JEDEC file 2 Select COUNTER JED from the file list and then click OK It may already have COUNTER JED as the default file name If so then just click OK Programming tak
14. ect File gt Save As The pDS software prompts you for the name of the file that you are saving Type in the name COUNTER The suffix lif Lattice Internal Format is automatically appended Select the drive and the directory Click OK Check the Messages window Figure 3 8 for a successful save message Messages Saving As COUNTER LIF Save Complete Mon Oct 11 17 56 58 1993 Figure 3 8 Successful Design Save Verify and Route the Design The next step in the development process is to globally verify the integrity of the design Global verify first performs a CellVerify on GLBs or IOCs which have not already been verified or which have changed since the last cell verification Then it checks interconnections between the GLBs looking for problems such as outputs which are not used or inputs that are not connected 23 From the Design Manager menu bar select Design gt Verify This starts the global verify process If Verify finds any problems it lists them in the Messages window at the bottom of the screen The verifier also creates a netlist file that the Router uses to route the design Once the design passes Verify it is ready to be routed Figure 3 9 Messages Successful Verification Ready For Routing Design Verify Message Log successfully written o CLOCK rp1 Figure 3 9 Successful Design Verification Message The Sample Design 24 From the Design Manager menu bar select Design gt Route Thi
15. es a few seconds If an error is encountered it is listed in the Messages window When programming is complete the device is reset and returned to the operating mode It can then be tested by applying the required input stimulus and looking at the outputs pLSI and ispLSI Development System User Manual 3 17 Tutorial Advanced Design Concepts Working With Macros The Lattice pDS software comes with a library of over 200 macro logic elements These logic blocks are similar to 7400 TTL logic Some example macros are listed in Table 3 2 Table 3 2 Macro Logic Element Examples Macro Name 7400 Part Description Number of Equivalent GLBs Used 2 Input AND Gate 2 Input Exclusive OR Gate J K Flip Flop with Asynchronous Clear 4 Bit Preloadable Binary Counter with Reset BCD to 7 Segment Decoder 8 Bit Parallel In Serial Out Shift Register 4 Bit Full Adder with Look Ahead Carry For complete information about macros refer to the Lattice Macro Library Reference Manual that comes with the Lattice pDS software In addition to using macros from the Lattice macro library you can either create custom macros or modify macros from the Lattice macro library to satisfy design requirements We are going to take a macro from the library that is identical to the counter just created and cascade it with the counter The macro element we need is named CBU24 The schematic diagram is shown in Figure 3 10 1 Select the previous design usin
16. g the File gt Open command from the Design Manager menu The name of the file is COUNTER 1 if 2 Select Library gt Select Click on the System Lib button and click OK 3 Select Macro from the Design Manager window 4 Select the macro CBU24 from the list of macros 3 18 pLSI and ispLSI Development System User Manual Advanced Design Concepts Carry Out Custom iw 4 bit Binary Cascadable Counter gt Clock rT RST Q0 Q 02 Q3 pL Carry In Carry Out Count Macro CBU24 Enable 4 bit Binary Cascadable Counter gt Clock i RST Q0 Q1 02 03 Figure 3 10 Custom Binary Counter Cascaded with a Standard Macro Counter 5 Double click on GLB C3 to open it Click on Soft Place in the Macro menu This places the first half of the 4 bit counter macro in GLB C3 The signal names that were placed in the GLB are the default signal names and need to be changed to correspond to the signal names actually used so that the router is able to connect them 7 The original text in the cell was CBU24_2 CA0O QO Q3 CAL EN Change that to read CBU24_2 CA0O Q4 Q7 CO CE The default signal names are changed to match those already used as shown in Table 3 3 Table 3 3 Default Signal Names Cascade Out cao This is a new signal We can use the default name Counter Outputs Q4 Q7 We used QO through Q3 in the first counter We need to assign new names so the router will not get confused CAI Cascad
17. ing logical sequence 1 Entering the design Enter Boolean equations or macros into the various cells and blocks on the pLSI device using a built in text editor After each cell is entered do a Cell Verify to check for syntactical or logical errors within that cell 2 Verifying the design Verify globally after all the design is entered Verification looks for such problems as inputs that are not connected to the GLBs or nets that have duplicate names The design must completely pass a Design gt Verify before any of the following steps can happen 3 Routing the design The Router interconnects the GLB and IOC inputs and outputs The option of fixing certain input and output signals to specific device pins is available 4 Generating the Fuse Map Using the verified and routed design create the fuse map a standard ASCII fuse file file necessary to program the device It is a modified format JEDEC file and the file generated has a suffix of JED Program the Part Once the design has been compiled program the part This can either be done on the board if using in system programming ISP or in a separate programmer Using a separate programmer requires that the device be first programmed and then placed in the PC board or in the socket of the target system Test the Design To test the design using the trial and error method put it on the PC board and see if it works correctly If corrections are needed redefine the logic in the a
18. inputs to the data side of the XOR gate and the control side go low This causes the output of the counter to go low on the next clock edge Reset Each successive stage operates similarly except during transition Increment when the outputs of all previous stages are at logic level one The Carry Out signal is only generated when all the stages have reached a and both Cascade In and Counter Enable are a 1 pLSI and ispLSI Development System User Manual The Sample Design Enter the Equations Once the equations have been defined enter them into the GLBs Follow these steps L From within Windows double click on the Lattice Icon to start the pDS software Figure 3 1 When the Lattice software starts it displays the block diagram of the pLSI 1032 part Double click on the GLB Cl box to open it for editing The empty Edit Cell window opens Enter the equations shown in Listing 2 into the Edit Cell window for GLB Cl See Figure 3 7 Listing 2 GLB Equations SIGTYPE QO REG OUT SIGTYPE Ql REG OUT SIGTYPE Q2 REG OUT SIGTYPE Q3 REG OUT EQUATIONS QO CLK I_CLK QO QO amp I_RST CI amp CE amp I_RST Ql Ql amp I_RST QO amp CI amp CE amp I_RST Q2 Q2 amp I_RST QO amp Ql amp CI amp CE amp I_RST Q3 Q3 amp I_LRST QO amp Ql amp Q2 amp CI amp C
19. m User Manual 3 15 Tutorial Review of the Syntax This is a brief review of the syntax used in the example design For complete information see Chapter 3 LDF Language Reference in the pLSI and ispLSI Development System Reference Manual The operators that the Lattice software uses are similar to those used by the Data I O ABEL program with the addition of The operators and an example of how they are used are shown in Table 3 1 The Precedence of Evaluation is also shown where 1 is the highest precedence The highest precedence will be evaluated first Table 3 1 Precedence of Evaluation 1 NOT IA XOR XOR A B Gate in GLB AND A amp B OR A B XOR Soft A B XNOR Soft A SB In addition to the equations the following other lines need to be included in the GLB or IOC definition SYM The symbol line consists of five parts Keyword SYM indicates what type of line this is to be Symbol Name either GLB or IOC Cell location Symbol Level used by other software packages For our purposes always use 1 Symbol User Name an assigned name that appears in the GLB or IOC in place of its location designation SIGTYPE Used to define signal attributes within a GLB OUT defines a combinatorial output REG OUT defines a Registered Output EQUATIONS Indicates the start of the EQUATION section for a GLB 3 16 pLSI and ispLSI Development System User Manual The Sample Design MACRO Indicates th
20. oftware two windows appear Figure 3 2 pLSi ispLS Development System Version 2 50 03 Alpha File untitled ne File Design Cell cro Library Zoom Search Message Help GIG Gtk 7 iz pLS 1032 80LJ84 1 i ee eee ee eS elcome To pLSifispLS Development System Use File New To Select A New Part Figure 3 2 Design Manager Window The larger of the two windows displays a graphic representation of the pLSI 1032 logic diagram This window is called the Design Manager window Enter the design by editing equations in the Design Manager window The smaller of the two windows is the Messages window located at the bottom of the screen The pDS software communicates with you by placing messages in the Messages window The part that is displayed in the block diagram shows the elements of the pLSI 1032 that can be modified by the user These elements are the GLBs the IOCs the dedicated input DI pins and the dedicated clock input pins see Figure 3 2 PLSI and ispLSI Development System User Manual 3 3 Tutorial Enter the design into the development software by double clicking on the box that you wish to edit and entering equations or macros library elements already partitioned and optimized for high performance into the Edit Cell window that appears Figure 3 3 pLSifispLS Development System Version 2 50 03 Alpha File untitled l File Design Cell m Search Message Help i lars O Cell 34 Status Is Empty dit LOC
21. ppropriate GLBs or IOCs and recompile the design Or test the design using a low cost functional tester Because all Lattice devices are electrically erasable and reprogrammable devices the same device can be used again PLSI and ispLSI Development System User Manual 3 7 Tutorial The Sample Design The sample design is a simple one We are going to design a 4 bit binary counter using Boolean equations and place it into a pLSI 1032 device We will then take the design through the compilation process generate a fuse map file JEDEC and program a device The counter has the following specifications 4 bit synchronous binary counter Active high carry in CI and carry out CO pins Active high count enable CE pin Synchronous reset pin Figure 3 5 shows the schematic diagram and Figure 3 6 shows the logic symbol for this counter Because the counter has five outputs Q0 QI Q2 Q3 and CO it occupies two GLBs Figure 3 5 Counter Schematic Diagram The Sample Design Carry In Carry Out Count Count 4 bit Binary Cascadable Counter Clock RST QO Q1 Q2 Q3 Figure 3 6 Sample Cascadable Counter Logic In this design example the clock and I O pins are compatible with the Lattice ispLSI 1032 Demonstration board This allows the design to be tested easily The input signals CI CE and RST are connected to three bits of the 8 bit DIP switch and the
22. s module places T O pins that have not previously had their positions defined and interconnects all the logic blocks and IOCs on the device When Route is invoked a list of all the I O pins displays If you have not previously defined which signals are connected to which pins this is the time to do it Fast Route enables the Router to work very quickly prioritizing speed over the best most efficient design Strong enables the Router to find the better design prioritizing the best design layout over the amount of time it takes to finish the route Routing is an entirely automatic process and requires no intervention As before problems are listed in the Messages window Generate the Fuse map 25 The last step in the compilation process is to generate the fuse map From the Design Manager menu bar select Design gt Fuse Map Like Route Fuse Map is an entirely automatic process and should require no intervention once you set the options Selecting the pull up control for specific pins or individual pins is available The output from the fuse map program is the jed file used to program the part The design is now complete Because it was given a name previously COUNTER lif you can simply click on the Save command in the File menu to save the work A backup file is automatically generated for you called design bk All that remains is to generate a JEDEC file program the part and test the design pLSI and ispLSI Development Syste
23. s you can see how simple it is to design using the Lattice pLSI and ispLSI families If you have followed all of these steps you are ready to begin a design of your own pLSI and ispLSI Development System User Manual

Download Pdf Manuals

image

Related Search

Related Contents

OM, McCulloch, M200-107TC, 96051006800, 2013  MGN 499 Life saving appliances  EPrem Cabinets & Counters with Prem Controller  M0S06240_I - Servizio Assistenza Tecnica Polti  Kingston Technology ValueRAM KVR1333D3S9/1GBK, 1GB, 1333 MHz, DDR3, Non-ECC, CL9, SODIMM, Bulk 50-Pack  Desa GWN10 User's Manual  Kambrook KRH300 User's Manual  M68000    Drill Stop System Bohrer-Stopp-System Système de butées pour foret  

Copyright © All rights reserved.
Failed to retrieve file