diff options
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 |