N
neosis
Guest
Hi all, I'm using ISE 12.3 to implement a design.
I generate a verilog netlist which contains cells of the simprim library.
I used this command line to do that :
netgen -w -ecn conformal -ne -mhf clockbuf
I obtained 2 verilog files : glbl.v & clockbuf_ecn.v
Then I take this netlist and do some changes on it ( split it in parts fo
example ). But if I start a new project whith the new files, ise can't fin
simprims library.
I tried also to start another new project with these 2 files( wit
nochanges), and I included all verilog files of used cells from the simpri
library. and here is what I obtain :
ERROR:HDLCompilers:244
"../../work/xilinx/opt1/ISE_DS/ISE/verilog/src/simprims/X_OBUF.v" line 3
Name 'glbl.GTS' could not be resolved
ERROR:HDLCompilers:185
"../../work/xilinx/opt1/ISE_DS/ISE/verilog/src/simprims/X_OBUF.v" line 3
Illegal right hand side of continuous assign
ERROR:HDLCompilers:244
"../../work/xilinx/opt1/ISE_DS/ISE/verilog/src/simprims/X_FF.v" line 4
Name 'glbl.GSR' could not be resolved
ERROR:HDLCompilers:185
"../../work/xilinx/opt1/ISE_DS/ISE/verilog/src/simprims/X_FF.v" line 4
Illegal right hand side of continuous assign
ERROR:HDLCompilers:244
"../../work/xilinx/opt1/ISE_DS/ISE/verilog/src/simprims/X_BUFGMUX.v" lin
46 Name 'glbl.GSR' could not be resolved
ERROR:HDLCompilers:185
"../../work/xilinx/opt1/ISE_DS/ISE/verilog/src/simprims/X_BUFGMUX.v" lin
46 Illegal right hand side of continuous assign
Can anyone explain me what to do?
thx for your help.
---------------------------------------
Posted through http://www.FPGARelated.com
I generate a verilog netlist which contains cells of the simprim library.
I used this command line to do that :
netgen -w -ecn conformal -ne -mhf clockbuf
I obtained 2 verilog files : glbl.v & clockbuf_ecn.v
Then I take this netlist and do some changes on it ( split it in parts fo
example ). But if I start a new project whith the new files, ise can't fin
simprims library.
I tried also to start another new project with these 2 files( wit
nochanges), and I included all verilog files of used cells from the simpri
library. and here is what I obtain :
ERROR:HDLCompilers:244
"../../work/xilinx/opt1/ISE_DS/ISE/verilog/src/simprims/X_OBUF.v" line 3
Name 'glbl.GTS' could not be resolved
ERROR:HDLCompilers:185
"../../work/xilinx/opt1/ISE_DS/ISE/verilog/src/simprims/X_OBUF.v" line 3
Illegal right hand side of continuous assign
ERROR:HDLCompilers:244
"../../work/xilinx/opt1/ISE_DS/ISE/verilog/src/simprims/X_FF.v" line 4
Name 'glbl.GSR' could not be resolved
ERROR:HDLCompilers:185
"../../work/xilinx/opt1/ISE_DS/ISE/verilog/src/simprims/X_FF.v" line 4
Illegal right hand side of continuous assign
ERROR:HDLCompilers:244
"../../work/xilinx/opt1/ISE_DS/ISE/verilog/src/simprims/X_BUFGMUX.v" lin
46 Name 'glbl.GSR' could not be resolved
ERROR:HDLCompilers:185
"../../work/xilinx/opt1/ISE_DS/ISE/verilog/src/simprims/X_BUFGMUX.v" lin
46 Illegal right hand side of continuous assign
Can anyone explain me what to do?
thx for your help.
---------------------------------------
Posted through http://www.FPGARelated.com