[#73220] remove adding lsb to the signal bit index for now
This commit is contained in:
parent
d8867d15cc
commit
3c35285c49
|
|
@ -283,7 +283,7 @@ void VerilatedSaif::recursivelyPrintScopes(uint32_t scopeIndex) {
|
|||
printStr(signalName.c_str());
|
||||
if (activity.width > 1) {
|
||||
printStr("\\[");
|
||||
printStr(std::to_string(activity.lsb + i).c_str());
|
||||
printStr(std::to_string(i).c_str());
|
||||
printStr("\\]");
|
||||
}
|
||||
printStr(" (T0 ");
|
||||
|
|
|
|||
Loading…
Reference in New Issue