[#73220] remove adding lsb to the signal bit index for now

This commit is contained in:
Mateusz Gancarz 2025-02-20 15:51:17 +01:00
parent d8867d15cc
commit 3c35285c49
1 changed files with 1 additions and 1 deletions

View File

@ -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 ");