mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-18 02:16:41 +00:00
Cleanup $currQ from aigerparse
This commit is contained in:
parent
e529872b01
commit
f9bb335294
1 changed files with 0 additions and 2 deletions
|
@ -817,8 +817,6 @@ void AigerReader::post_process()
|
||||||
}
|
}
|
||||||
|
|
||||||
if (is_flop) {
|
if (is_flop) {
|
||||||
Wire* port = box_module->wire("\\$currQ");
|
|
||||||
log_assert(port);
|
|
||||||
log_assert(co_count < outputs.size());
|
log_assert(co_count < outputs.size());
|
||||||
Wire *wire = outputs[co_count++];
|
Wire *wire = outputs[co_count++];
|
||||||
log_assert(wire);
|
log_assert(wire);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue