aboutsummaryrefslogtreecommitdiffstats
path: root/passes/sat
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2022-03-16 07:55:57 +0100
committerMiodrag Milanovic <mmicko@gmail.com>2022-03-16 07:55:57 +0100
commite217e3017af101bfe43d44c2e3afda3d5c2e0832 (patch)
tree760fc9137c6033c68ae53b6b8b4ab08ed4ad7621 /passes/sat
parent66914b6eb3eba08d70bc847d3351d7d14eeb0ef7 (diff)
downloadyosys-e217e3017af101bfe43d44c2e3afda3d5c2e0832.tar.gz
yosys-e217e3017af101bfe43d44c2e3afda3d5c2e0832.tar.bz2
yosys-e217e3017af101bfe43d44c2e3afda3d5c2e0832.zip
Update sim help message.
Diffstat (limited to 'passes/sat')
-rw-r--r--passes/sat/sim.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/passes/sat/sim.cc b/passes/sat/sim.cc
index c46c1509a..5e15faec0 100644
--- a/passes/sat/sim.cc
+++ b/passes/sat/sim.cc
@@ -1811,7 +1811,8 @@ struct SimPass : public Pass {
log(" writeback mode: use final simulation state as new init state\n");
log("\n");
log(" -r\n");
- log(" read simulation results file (file formats supported: FST)\n");
+ log(" read simulation results file (file formats supported: FST, VCD, AIW and WIT)\n");
+ log(" VCD support requires vcd2fst external tool to be present\n");
log("\n");
log(" -map <filename>\n");
log(" read file with port and latch symbols, needed for AIGER witness input\n");