From: Eddie Hung Date: Fri, 21 Jun 2019 19:41:47 +0000 (-0700) Subject: Stab in the dark with aig_map from dict -> std::map X-Git-Tag: working-ls180~1208^2~114^2~8 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=70ee10b650e01b7b262baa5c6fda934fb860dfce;p=yosys.git Stab in the dark with aig_map from dict -> std::map --- diff --git a/backends/aiger/xaiger.cc b/backends/aiger/xaiger.cc index 48e902666..caf292d59 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; - dict aig_map; + std::map aig_map; dict ordered_outputs; vector box_list;