No point logging constant bit
authorEddie Hung <eddie@fpgeh.com>
Fri, 21 Jun 2019 19:46:55 +0000 (12:46 -0700)
committerEddie Hung <eddie@fpgeh.com>
Fri, 21 Jun 2019 21:31:09 +0000 (14:31 -0700)
backends/aiger/xaiger.cc

index aa10aa55e6c685edf693f73d2d0cc7ad6e76d518..6718e4f2cd192f68ce6bd7df194d3f33be785616 100644 (file)
@@ -110,7 +110,7 @@ struct XAigerWriter
                }
 
                if (bit == State::Sx || bit == State::Sz) {
-                       log_debug("Bit '%s' contains 'x' or 'z' bits. Treating as 1'b0.\n", log_signal(bit));
+                       log_debug("Design contains 'x' or 'z' bits. Treating as 1'b0.\n");
                        a = aig_map.at(State::S0);
                }