3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-04 18:30:25 +00:00

Add "setundef -anyseq"

This commit is contained in:
Clifford Wolf 2017-05-28 11:59:05 +02:00
parent 9ed4c9d710
commit 05df3dbee4
3 changed files with 56 additions and 15 deletions

View file

@ -687,7 +687,8 @@ struct FreduceWorker
}
std::map<RTLIL::SigBit, int> bitusage;
module->rewrite_sigspecs(CountBitUsage(sigmap, bitusage));
CountBitUsage bitusage_worker(sigmap, bitusage);
module->rewrite_sigspecs(bitusage_worker);
if (!dump_prefix.empty())
dump();