From: Eddie Hung Date: Fri, 21 Jun 2019 20:47:07 +0000 (-0700) Subject: Revert "Stab in the dark with aig_map from dict -> std::map" X-Git-Tag: working-ls180~1208^2~114^2~4 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8f59afd62d6d28059efb6caad1232254146daddd;p=yosys.git Revert "Stab in the dark with aig_map from dict -> std::map" This reverts commit 70ee10b650e01b7b262baa5c6fda934fb860dfce. --- diff --git a/backends/aiger/xaiger.cc b/backends/aiger/xaiger.cc index b7a5d5761..6718e4f2c 100644 --- a/backends/aiger/xaiger.cc +++ b/backends/aiger/xaiger.cc @@ -71,7 +71,7 @@ struct XAigerWriter vector aig_outputs; int aig_m = 0, aig_i = 0, aig_l = 0, aig_o = 0, aig_a = 0; - std::map aig_map; + dict aig_map; dict ordered_outputs; vector box_list;