From: Eddie Hung Date: Mon, 30 Sep 2019 23:36:42 +0000 (-0700) Subject: Cleanup $currQ from aigerparse X-Git-Tag: working-ls180~881^2^2~192 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f9bb3352944275acc6e82eaf53aebf3c964f68c4;p=yosys.git Cleanup $currQ from aigerparse --- 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);