H
hssig
Hi,
I can also start SynplifyPro standa-lone:
When having one VHDL file "test_module.vhd" with one entity
"test_module" and two architectures "rtl" and "wrapped" ("wrapped"
declared after "rtl" and instantiating "test_module(rtl)" ),
SynplifyPro does synthesize the module with additional input and
output registers. But how can I tell SynplifyPro not to use the
architecture "wrapped" (that is to synthesize the original module with
architecture "rtl" only ) ?
When instantiating "test_module(wrapped)" in architecture "wrapped" I
get the error message: "Maximum design hierarchy component
instantiation depth exceeded: 251".
Cheers,
hssig
I use simplify for synthesis,
I can also start SynplifyPro standa-lone:
When having one VHDL file "test_module.vhd" with one entity
"test_module" and two architectures "rtl" and "wrapped" ("wrapped"
declared after "rtl" and instantiating "test_module(rtl)" ),
SynplifyPro does synthesize the module with additional input and
output registers. But how can I tell SynplifyPro not to use the
architecture "wrapped" (that is to synthesize the original module with
architecture "rtl" only ) ?
When instantiating "test_module(wrapped)" in architecture "wrapped" I
get the error message: "Maximum design hierarchy component
instantiation depth exceeded: 251".
Cheers,
hssig