Altera_Forum
Honored Contributor
15 years agopreserving module hierarchy in .vo files
Hi,
I would like to use synthesized (.vo file) output in an existing ncverilog based testbench. The problem that I am running into is that some of the testbench rtl directly references signals using "top.entity.entity.signal". I am attempting to preserve the signals using the synthesis keep and synthesis preserve directives. I am also trying to preserve the module hierarchy using this tcl command: set_instance_assignment -name EDA_FV_HIERARCHY BLACKBOX -to | -entity SPCTREG Unfortunately, I still get this error: ncelab: *E,CUVHNF (./TB_SP_MEM.v,348|21): Hierarchical name component lookup failed at 'TB_SP.SP.SPCTREG' Any ideas ? Thanks