summaryrefslogtreecommitdiff
path: root/CodingReadme
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2014-11-08 10:59:48 +0100
committerClifford Wolf <clifford@clifford.at>2014-11-08 10:59:48 +0100
commitb9f2127f5d5a78bab74f511a71b6a369065a0383 (patch)
tree2ccdb4ed271153fa94524d8812dc67aa5cd88cd7 /CodingReadme
parent420bc05627afe220102368fb29d717b429645869 (diff)
Various documentation updates
Diffstat (limited to 'CodingReadme')
-rw-r--r--CodingReadme1
1 files changed, 1 insertions, 0 deletions
diff --git a/CodingReadme b/CodingReadme
index 88f16ff0..03de3fc1 100644
--- a/CodingReadme
+++ b/CodingReadme
@@ -159,6 +159,7 @@ Then with default config setting:
cd ~yosys
./yosys -p 'proc; show' tests/simple/fiedler-cooley.v
./yosys -p 'proc; opt; show' tests/simple/fiedler-cooley.v
+ ./yosys -p 'synth; show' tests/simple/fiedler-cooley.v
cd ~yosys
make manual