diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-07-11 10:07:14 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-07-11 10:07:14 -0700 |
commit | bd198aa803bdfc3b21bfa920822805df992e3120 (patch) | |
tree | a630512c7b0b2c365f070ed0f22ec7213a912fa7 /frontends/aiger/aigerparse.cc | |
parent | 237d8651a5b91bf4fa1de69d0930fdcbba049e40 (diff) | |
download | yosys-bd198aa803bdfc3b21bfa920822805df992e3120.tar.gz yosys-bd198aa803bdfc3b21bfa920822805df992e3120.tar.bz2 yosys-bd198aa803bdfc3b21bfa920822805df992e3120.zip |
Missing debug message
Diffstat (limited to 'frontends/aiger/aigerparse.cc')
-rw-r--r-- | frontends/aiger/aigerparse.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/aiger/aigerparse.cc b/frontends/aiger/aigerparse.cc index b599160cf..77ef75cd5 100644 --- a/frontends/aiger/aigerparse.cc +++ b/frontends/aiger/aigerparse.cc @@ -901,6 +901,7 @@ void AigerReader::post_process() wire->port_output = false; continue; } + log_debug("Renaming output %s", log_id(wire)); if (index == 0) { // Cope with the fact that a CO might be identical |