mirror of https://github.com/YosysHQ/yosys.git
Cleanup $currQ from aigerparse
This commit is contained in:
parent
e529872b01
commit
f9bb335294
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue