Fix first testcase in #1391

This commit is contained in:
Eddie Hung 2019-09-20 17:42:36 -07:00
parent f3781f98db
commit 567e5f0aa7
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@
"&st; &if -g -K 6; &synch2; &if {W} -v; &save; &load; "\
"&mfs; &ps -l"
#else
#define ABC_COMMAND_LUT "&st; &scorr; &sweep; &dc2; &st; &dch -f; &ps; &if {W} {D} -v; &mfs; &ps -l"
#define ABC_COMMAND_LUT "&st; &scorr; &sweep; &dc2; &st; &dch -f; &ps; &if {W} {D} -v -w; &mfs; &ps -l"
#endif

View File

@ -224,7 +224,7 @@ struct TechmapWorker
for (auto bit : sigmaps.at(tpl)(it.second))
if (bit.wire != nullptr)
autopurge_tpl_bits.insert(it.second);
autopurge_tpl_bits.insert(bit);
}
}
IdString w_name = it.second->name;