Quantcast
Channel: Cadence Functional Verification Forum
Viewing all articles
Browse latest Browse all 1083

Jaspergold: How to get a list of resettable registers?

$
0
0

In my `.tcl` script, I am using the following command:
```
reset rst -non_resettable_regs 0 -init_state INIT.init
```
However, this seems to set more register to 0 than I expect. I suspect that I have an error in my verilog somewhere that results in Jaspergold not realizing that certain registers are "resettable". Where I understand resettable as initialized upon reset.

Is there any command/debug output that could help me get a list of registers that are recognized as resettable? That would be very helpful in debugging this

Thanks!


Viewing all articles
Browse latest Browse all 1083

Trending Articles