mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 14:17:27 +02:00
Added "yosys -D" feature
This commit is contained in:
+1
-1
@@ -694,7 +694,7 @@ struct SmvBackend : public Backend {
|
||||
std::ifstream template_f;
|
||||
bool verbose = false;
|
||||
|
||||
log_header("Executing SMV backend.\n");
|
||||
log_header(design, "Executing SMV backend.\n");
|
||||
|
||||
size_t argidx;
|
||||
for (argidx = 1; argidx < args.size(); argidx++)
|
||||
|
||||
Reference in New Issue
Block a user