3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-07 18:05:24 +00:00

Cleanup $currQ from aigerparse

This commit is contained in:
Eddie Hung 2019-09-30 16:36:42 -07:00
parent e529872b01
commit f9bb335294

View file

@ -817,8 +817,6 @@ void AigerReader::post_process()
}
if (is_flop) {
Wire* port = box_module->wire("\\$currQ");
log_assert(port);
log_assert(co_count < outputs.size());
Wire *wire = outputs[co_count++];
log_assert(wire);