Difference between revisions of "How to simulate post synthesis and post place & route design with GHDL"

From ArmadeusWiki
Jump to: navigation, search
(New page: To simulate post synthesis and post place&route design made with ISE webpack, two library must be used : * UNISIM : for post synthesis simulation. * SIMPRIM : for post place&route simulat...)
 
(Compile UNISIM and SIMPRIM with GHDL)
Line 14: Line 14:
  
 
= Compile UNISIM and SIMPRIM with GHDL =
 
= Compile UNISIM and SIMPRIM with GHDL =
 +
 +
TODO
 +
 +
see :
 +
http://www.mail-archive.com/ghdl-discuss@gna.org/msg00243.html
  
 
= Simulate with GHDL =
 
= Simulate with GHDL =

Revision as of 17:08, 9 October 2008

To simulate post synthesis and post place&route design made with ISE webpack, two library must be used :

  • UNISIM : for post synthesis simulation.
  • SIMPRIM : for post place&route simulation.

VHDL sources of this two libraries are provided by Xilinx under $XILINX/vhdl/src/ directory (see xilinx explanation) .

Generate post synthesis/place&route file

To generate Post-synthesis file, just double-click on "Synthesize - XST -> Generate Post-Synthesize simulation Model"

To generate Post-Place & route file, just double-click on "implement design -> Place & Route -> generate Post-place & route simulation Model" and don't forget to select VHDL as preferred language in project properties. The file will be generated in $PROJECT_DIR/netgen/par/top_biled_timesim.vhd.

Compile UNISIM and SIMPRIM with GHDL

TODO

see : http://www.mail-archive.com/ghdl-discuss@gna.org/msg00243.html

Simulate with GHDL