aboutsummaryrefslogtreecommitdiffstats
path: root/backends/smt2/smt2.cc
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2016-10-16 23:02:51 +0200
committerClifford Wolf <clifford@clifford.at>2016-10-16 23:02:51 +0200
commit189fbd4cf8a22f26d5fd8bcdf16e587379343993 (patch)
treed100c2463afd570be1debb35d11a7f2036be45fe /backends/smt2/smt2.cc
parent74702b04c2775b062aa89b8a4704cd9135d2b048 (diff)
downloadyosys-189fbd4cf8a22f26d5fd8bcdf16e587379343993.tar.gz
yosys-189fbd4cf8a22f26d5fd8bcdf16e587379343993.tar.bz2
yosys-189fbd4cf8a22f26d5fd8bcdf16e587379343993.zip
cleanup in write_smt2 log messages (-bv and -mem are now default)
Diffstat (limited to 'backends/smt2/smt2.cc')
-rw-r--r--backends/smt2/smt2.cc2
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));
}