diff options
author | Clifford Wolf <clifford@clifford.at> | 2014-11-08 10:59:48 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2014-11-08 10:59:48 +0100 |
commit | b9f2127f5d5a78bab74f511a71b6a369065a0383 (patch) | |
tree | 2ccdb4ed271153fa94524d8812dc67aa5cd88cd7 /CodingReadme | |
parent | 420bc05627afe220102368fb29d717b429645869 (diff) | |
download | yosys-b9f2127f5d5a78bab74f511a71b6a369065a0383.tar.gz yosys-b9f2127f5d5a78bab74f511a71b6a369065a0383.tar.bz2 yosys-b9f2127f5d5a78bab74f511a71b6a369065a0383.zip |
Various documentation updates
Diffstat (limited to 'CodingReadme')
-rw-r--r-- | CodingReadme | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CodingReadme b/CodingReadme index 88f16ff0a..03de3fc17 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 |