post-PAR simulation model

J

Jay

Guest
in ISE project navigator, when I run the 'generate post-PAR simulation
model' process, I get a warning below:

WARNING:NetListWriters:108 - In order to compile this verilog file
successfully, please add $XILINX/verilog/src/glbl.v to your compile command.

I'm using a GUI software, how can I change its default command line under
the button?
 
Hello,
The "glbl.v" module connects the global signals to the design, which makes
it necessary to compile this module with the other design files and to load
it along with the "toplevel.v" file or the "testbench.v" file for
simulation.

You need to compile it in the simulator, with the timing netlist.

Sandeep
"Jay" <yuhaiwen@hotmail.com> wrote in message
news:be0h4j$117mq8$1@ID-195883.news.dfncis.de...
in ISE project navigator, when I run the 'generate post-PAR simulation
model' process, I get a warning below:

WARNING:NetListWriters:108 - In order to compile this verilog file
successfully, please add $XILINX/verilog/src/glbl.v to your compile
command.

I'm using a GUI software, how can I change its default command line under
the button?
 

Welcome to EDABoard.com

Sponsor

Back
Top