K
kagior
Guest
I've a problem with the unisim_VITAL library : inside there is a
generic component (LUT3) and i want to initialize it with a verilog
module:
LUT3 mymodule(I0,...); defparam mymodule.INIT=8'hB4;
I'm using NCSIM for the elaboration and i've the following error :
ncelab: *E,CFIGNV (/verilog_module.v,9862|47): VHDL generic LUT3.INIT
(/unisim/src/unisim_VITAL.vhd: line 26656, position 7) must have a
default value
Did anyone know how to cope with this problem ?
Thanks
generic component (LUT3) and i want to initialize it with a verilog
module:
LUT3 mymodule(I0,...); defparam mymodule.INIT=8'hB4;
I'm using NCSIM for the elaboration and i've the following error :
ncelab: *E,CFIGNV (/verilog_module.v,9862|47): VHDL generic LUT3.INIT
(/unisim/src/unisim_VITAL.vhd: line 26656, position 7) must have a
default value
Did anyone know how to cope with this problem ?
Thanks