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!
↧
Jaspergold: How to get a list of resettable registers?
↧