Evaluation Pack Directory Structure

The directory structure for the Lattice ispLeverCORE evaluation package is shown below and includes the basic description of the contents.

<download_name>
|
|--\readme.htm (Contains specific instructions for using the ispLeverCORE.)
|--\default.css (Style sheet for the readme)

|--\<tutorial> (Empty tutorial folder)
|
|--\<device>
|
|--\<version>
  |
  |--\eval (Customer RTL functional simulation directory for evaluation)
  |    |

   |    |--\readme.txt file contains specific simulation information

   |    |
  |    |--\testbench  Contents: testbench for evaluation
  |    |
  |    |--\tests  Contents: Stimulus file(s)
  |    |
  |    |--\simulation (Run/execute functional RTL simulation here.
  |         |                  Example: do script\runsim_rtl.do)
  |         |         
  |         |--\scripts  Contents: ModelSim macro (*.do) to run simulation

   |    
  |--\gui_script  Contents: module_gen.zip (See Note below)
  |    
  |--\par  Contents:
  |     (1)
.lpc file specifying IP module configuration
  |     (2) One of the following database/constraint file pairs:
  |           ispXPGA –
.ld2 database file and .lct constraint file
  |           ORCA 4/FPSC/EC/ECP/XP –
.ngo or .nmc database file and .prf constraint file
  |           ispXPLD –
.bl1 database file and .lct constraint file

 
 |
  |--\
source  Contents:
  |    (1) Verilog and/or VHDL top-level source files for instantiation and synthesis
  |    (2) Parameter file(s) that contain IP-specific configuration values
 
 |

   |--\lib
      
|
      |--\modelsim
           |
           |--\work
(Compiled simulation models for ModelSim)