mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 06:03:23 +00:00
tab issue
This commit is contained in:
parent
516a4be6f8
commit
389518a8f0
1 changed files with 1 additions and 1 deletions
|
@ -2419,7 +2419,7 @@ struct AnnotateActivity : public OutputWriter {
|
||||||
int sig = data.first;
|
int sig = data.first;
|
||||||
if (!use_signal.at(sig))
|
if (!use_signal.at(sig))
|
||||||
continue;
|
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);
|
SignalActivityDataMap::iterator itr = dataMap.find(sig);
|
||||||
if (itr == dataMap.end()) {
|
if (itr == dataMap.end()) {
|
||||||
Const value = data.second;
|
Const value = data.second;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue