diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-09-30 16:36:42 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-09-30 16:36:42 -0700 |
commit | f9bb3352944275acc6e82eaf53aebf3c964f68c4 (patch) | |
tree | abcc9bbce80423c97d2430327aebf2ff5b26e797 | |
parent | e529872b0170ba269db2d00c96108c86b260e864 (diff) | |
download | yosys-f9bb3352944275acc6e82eaf53aebf3c964f68c4.tar.gz yosys-f9bb3352944275acc6e82eaf53aebf3c964f68c4.tar.bz2 yosys-f9bb3352944275acc6e82eaf53aebf3c964f68c4.zip |
Cleanup $currQ from aigerparse
-rw-r--r-- | frontends/aiger/aigerparse.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/frontends/aiger/aigerparse.cc b/frontends/aiger/aigerparse.cc index d40f33447..594bf60ce 100644 --- a/frontends/aiger/aigerparse.cc +++ b/frontends/aiger/aigerparse.cc @@ -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); |