Guest
In hierarchical netlist, I have top module name as "r_abc" and inside that module is a flop as:
(hierarchical names)
\abc/def/ghi/jkl
( .C ( clk )
.D ( I0 )
.CE ( CE_pin )
.Q ( Output_pin ) );
So, when i try to access the CE pin of this flop in my testbench, i get "Unresolved reference" error. I did it as:
r_abc.\abc/def/ghi/jkl .CE
<top_module>.<flop_name> .CE
Can someone figure out what is going wrong here?
- Hemant
(hierarchical names)
\abc/def/ghi/jkl
( .C ( clk )
.D ( I0 )
.CE ( CE_pin )
.Q ( Output_pin ) );
So, when i try to access the CE pin of this flop in my testbench, i get "Unresolved reference" error. I did it as:
r_abc.\abc/def/ghi/jkl .CE
<top_module>.<flop_name> .CE
Can someone figure out what is going wrong here?
- Hemant