Stab in the dark with aig_map from dict -> std::map
authorEddie Hung <eddie@fpgeh.com>
Fri, 21 Jun 2019 19:41:47 +0000 (12:41 -0700)
committerEddie Hung <eddie@fpgeh.com>
Fri, 21 Jun 2019 19:41:47 +0000 (12:41 -0700)
backends/aiger/xaiger.cc

index 48e9026665e897f6900943b925ce24534fee906f..caf292d599e240415f943d498128b0cf541d8bfe 100644 (file)
@@ -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;