Guest
Hello Group,
In Verilog is it possible to wait or check signales without
any port declaration. for example:
wait (post_testbench.i_post_top.i_post_bsp.error_frame )
where post_top is the top entity, i_post_bsp is an instanciated
component and error_frame is a signal without any port
declaration.
best regards
Micky
In Verilog is it possible to wait or check signales without
any port declaration. for example:
wait (post_testbench.i_post_top.i_post_bsp.error_frame )
where post_top is the top entity, i_post_bsp is an instanciated
component and error_frame is a signal without any port
declaration.
best regards
Micky