Differenze

Queste sono le differenze tra la revisione selezionata e la versione attuale della pagina.

Link a questa pagina di confronto

Entrambe le parti precedenti la revisione Revisione precedente
Prossima revisione
Revisione precedente
vlsi:workbook:fpga:xilinx:isim [19/11/2014 16:55]
pacher
vlsi:workbook:fpga:xilinx:isim [12/03/2015 19:58] (versione attuale)
pacher
Linea 22: Linea 22:
  
 [[http://​www.xilinx.com/​tools/​isim.htm]] ​  \\ [[http://​www.xilinx.com/​tools/​isim.htm]] ​  \\
-[[http://​www.rte.se/​blog/​blogg-modesty-corex/​isim-hdl-simulator]] \\+[[http://​www.rte.se/​blog/​blogg-modesty-corex/​isim-hdl-simulator]] ​(nice and complete!) ​\\
 [[http://​vhdlguru.blogspot.it/​2010/​12/​tips-for-running-successful-simulation.html]] \\ [[http://​vhdlguru.blogspot.it/​2010/​12/​tips-for-running-successful-simulation.html]] \\
 [[http://​www.sigasi.com/​content/​how-run-xilinx-isimfuse-command-line-linux]] [[http://​www.sigasi.com/​content/​how-run-xilinx-isimfuse-command-line-linux]]
Linea 81: Linea 81:
    * ''​./​xilinxisim.ini''​    * ''​./​xilinxisim.ini''​
  
-It is recommended to use the ''​-initfile''​ flag with ''​vlogcomp/​vhpcomp''​ compilers or ''​fuse''​ elaborator and linker.+It is recommended to use the ''​-initfile''​ flag with ''​vlogcomp/​vhpcomp''​ compilers or ''​fuse''​ elaborator and linker ​indeed.
  
 ====== Makefile ====== ====== Makefile ======
Linea 107: Linea 107:
 TCLBATCH = ./​scripts/​run.tcl TCLBATCH = ./​scripts/​run.tcl
  
-# compiler/​elaborator options (use fule -help for more details)+# compiler/​elaborator options (use fuse -help for more details)
 CCFLAGS = -initfile $(LIBFILE) \ CCFLAGS = -initfile $(LIBFILE) \
           -incremental \           -incremental \
Linea 163: Linea 163:
 [[https://​gist.github.com/​gvillalta99/​11436605]] [[https://​gist.github.com/​gvillalta99/​11436605]]
  
-====== Run the Xilinx ISE In-Depth Tutorial ====== 
- 
- 
- 
- 
-<​code>​ 
-cd ~/​scratch/​xilinx 
-mkdir projects 
-</​code>​ 
- 
- 
- 
-<​code>​ 
-cd ~/​scratch/​xilinx/​projects ​ 
-ise & 
-</​code>​