Fix a bug in vcdExport script
Fix a bug that caused groupwise phases to not display in the right locations.
This commit is contained in:
@@ -195,8 +195,8 @@ def getCommandBusEvents(connection, eventDict, transactionDict):
|
||||
currentBanks.append((rank, _bankgroup, _bank))
|
||||
|
||||
elif getGranularity(phase) == Granularity.Groupwise:
|
||||
for _bank in range(banks):
|
||||
currentBanks.append((rank, bankgroup, _bank))
|
||||
for _bankgroup in range(bankgroups):
|
||||
currentBanks.append((rank, _bankgroup, bank))
|
||||
|
||||
else:
|
||||
currentBanks.append((rank, bankgroup, bank))
|
||||
|
||||
Reference in New Issue
Block a user