Replace `std::map` with `dict` for `positional_ports`.
authorAlberto Gonzalez <boqwxp@airmail.cc>
Sun, 19 Apr 2020 22:21:52 +0000 (22:21 +0000)
committerAlberto Gonzalez <boqwxp@airmail.cc>
Thu, 14 May 2020 20:06:53 +0000 (20:06 +0000)
passes/techmap/techmap.cc

index 9779ecae9f1e8b60cd022aa54e30ca76de9b428c..651f772c9b90e643bdf035342fbeffa8dcb30f72 100644 (file)
@@ -204,7 +204,7 @@ struct TechmapWorker
                        design->select(module, m);
                }
 
-               std::map<IdString, IdString> positional_ports;
+               dict<IdString, IdString> positional_ports;
                dict<Wire*, IdString> temp_renamed_wires;
                pool<SigBit> autopurge_tpl_bits;