diff options
author | Clifford Wolf <clifford@clifford.at> | 2016-10-16 23:02:51 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2016-10-16 23:02:51 +0200 |
commit | 189fbd4cf8a22f26d5fd8bcdf16e587379343993 (patch) | |
tree | d100c2463afd570be1debb35d11a7f2036be45fe | |
parent | 74702b04c2775b062aa89b8a4704cd9135d2b048 (diff) | |
download | yosys-189fbd4cf8a22f26d5fd8bcdf16e587379343993.tar.gz yosys-189fbd4cf8a22f26d5fd8bcdf16e587379343993.tar.bz2 yosys-189fbd4cf8a22f26d5fd8bcdf16e587379343993.zip |
cleanup in write_smt2 log messages (-bv and -mem are now default)
-rw-r--r-- | backends/smt2/smt2.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/smt2/smt2.cc b/backends/smt2/smt2.cc index 6bcd1f452..ddac69009 100644 --- a/backends/smt2/smt2.cc +++ b/backends/smt2/smt2.cc @@ -586,7 +586,7 @@ struct Smt2Worker return; } - log_error("Unsupported cell type %s for cell %s.%s. (Maybe this cell type would be supported in -bv or -mem mode?)\n", + log_error("Unsupported cell type %s for cell %s.%s.\n", log_id(cell->type), log_id(module), log_id(cell)); } |