rakeshk.r
Member level 2
Hi,
I am synthesizing a vhdl design integrated with Synopsys Designware given in this link https://www.synopsys.com/dw/ipdir.php?c=DW_sqrt. I have created a component by copy & pasting the same code as provided in the option "Direct Instantiation in VHDL" provided in that link. When I synthesis my top level component named "top_unit" using the design compiler, I get the following error:
Here, "DW_sqrt" is instantiated inside the vhdl code provided by Synopsys. I don't know how to obtain this file named 'DW_sqrt'. I have already added module synopsys/dc2014.09 and I am wondering if I need some other module from synopsys to be added to fix this error ? Thank you.
I am synthesizing a vhdl design integrated with Synopsys Designware given in this link https://www.synopsys.com/dw/ipdir.php?c=DW_sqrt. I have created a component by copy & pasting the same code as provided in the option "Direct Instantiation in VHDL" provided in that link. When I synthesis my top level component named "top_unit" using the design compiler, I get the following error:
Error: Cannot find a valid implementation for module 'DW_sqrt'. (SYNH-14)
Error processing design 'top_unit_1'.
Error: Compile has abnormally terminated. (OPT-100)
Here, "DW_sqrt" is instantiated inside the vhdl code provided by Synopsys. I don't know how to obtain this file named 'DW_sqrt'. I have already added module synopsys/dc2014.09 and I am wondering if I need some other module from synopsys to be added to fix this error ? Thank you.