N
Nico
Guest
Hi, <br>
I am having a problem during the synthesis (with ISE) of my design, with the following error message : <br>
"ERROR:HDLCompilers:88 - Parameter <br>
'INIT' does not exist in module 'FD'" <br>
Here are some details on this design : I am using a component I wrote in vhdl which instanciates a KCPSM 3 with a program rom.This component synthesizes perfectly, but when I'm trying to synthesize the top-level design, XST crashes. <br>
Actually, in the top-level, I am using other modules, written in verilog by Xilinx, which uses FD's.I think the problem is that the module definitions (in verilog) for synthesis black boxes for theses "FD" modules does not match with the corresponding component declarations in vhdl of a FD flip flop, because in vhdl this declarations INCLUDES a generic, which is the init value "INIT"... <br>
How can I solve this problem?
I am having a problem during the synthesis (with ISE) of my design, with the following error message : <br>
"ERROR:HDLCompilers:88 - Parameter <br>
'INIT' does not exist in module 'FD'" <br>
Here are some details on this design : I am using a component I wrote in vhdl which instanciates a KCPSM 3 with a program rom.This component synthesizes perfectly, but when I'm trying to synthesize the top-level design, XST crashes. <br>
Actually, in the top-level, I am using other modules, written in verilog by Xilinx, which uses FD's.I think the problem is that the module definitions (in verilog) for synthesis black boxes for theses "FD" modules does not match with the corresponding component declarations in vhdl of a FD flip flop, because in vhdl this declarations INCLUDES a generic, which is the init value "INIT"... <br>
How can I solve this problem?