3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-02 20:31:22 +00:00

tab issue

This commit is contained in:
Alain Dargelas 2024-10-16 21:37:41 -07:00
parent 516a4be6f8
commit 389518a8f0

View file

@ -2419,7 +2419,7 @@ struct AnnotateActivity : public OutputWriter {
int sig = data.first;
if (!use_signal.at(sig))
continue;
// Create an entry in the map with all zeros for all bits of the signal
// Create an entry in the map with all zeros for all bits of the signal
SignalActivityDataMap::iterator itr = dataMap.find(sig);
if (itr == dataMap.end()) {
Const value = data.second;