P
py
Guest
Hi,
At the end of a test, I would like to collect some stat in the following manner:
assert false report "Max counter is " & str(counter_value) severity note
This syntax won't work if counter_value is embedded inside DUT and is not a IO port. Is there any way to "peak" inside the inner layer? I heard that for verilog, it is possible to reference internal signal like outer_layer.inner_layer.signal_name
Thanks
At the end of a test, I would like to collect some stat in the following manner:
assert false report "Max counter is " & str(counter_value) severity note
This syntax won't work if counter_value is embedded inside DUT and is not a IO port. Is there any way to "peak" inside the inner layer? I heard that for verilog, it is possible to reference internal signal like outer_layer.inner_layer.signal_name
Thanks