projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21fa897
)
Stab in the dark with aig_map from dict -> std::map
author
Eddie Hung
<eddie@fpgeh.com>
Fri, 21 Jun 2019 19:41:47 +0000
(12:41 -0700)
committer
Eddie Hung
<eddie@fpgeh.com>
Fri, 21 Jun 2019 19:41:47 +0000
(12:41 -0700)
backends/aiger/xaiger.cc
patch
|
blob
|
history
diff --git
a/backends/aiger/xaiger.cc
b/backends/aiger/xaiger.cc
index 48e9026665e897f6900943b925ce24534fee906f..caf292d599e240415f943d498128b0cf541d8bfe 100644
(file)
--- a/
backends/aiger/xaiger.cc
+++ b/
backends/aiger/xaiger.cc
@@
-71,7
+71,7
@@
struct XAigerWriter
vector<int> aig_outputs;
int aig_m = 0, aig_i = 0, aig_l = 0, aig_o = 0, aig_a = 0;
-
dict
<SigBit, int> aig_map;
+
std::map
<SigBit, int> aig_map;
dict<SigBit, int> ordered_outputs;
vector<Cell*> box_list;