Guest
So I'm calling BUFG and couple other structures, that are in the unisim
library, but ModelSim complains that it can't find BUFG and the other
structures. Now if this was VHDL I would just do a :
Library UNISIM;
use UNISIM.vcomponents.all;
but obviously I can't do that in Verilog. I tried using `library but
ModelSim didn't recognize that. I also tried using
`uselib dir=/xilinx/verilog/src/unisims libext=.v but Modelsim
complaned about that too saying it couldn't find
'/xilinx/verilog/src/unisims/work/_info'
I suppose I could rewrite my code using VHDL and use the 'Library'
call, but there's got to be a way I can use UNISIM structures when
writing in Verilog
any help is much appreciated
thank you
library, but ModelSim complains that it can't find BUFG and the other
structures. Now if this was VHDL I would just do a :
Library UNISIM;
use UNISIM.vcomponents.all;
but obviously I can't do that in Verilog. I tried using `library but
ModelSim didn't recognize that. I also tried using
`uselib dir=/xilinx/verilog/src/unisims libext=.v but Modelsim
complaned about that too saying it couldn't find
'/xilinx/verilog/src/unisims/work/_info'
I suppose I could rewrite my code using VHDL and use the 'Library'
call, but there's got to be a way I can use UNISIM structures when
writing in Verilog
any help is much appreciated
thank you