diff options
-rw-r--r-- | CodingReadme | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CodingReadme b/CodingReadme index 5769c85f9..46624e9c7 100644 --- a/CodingReadme +++ b/CodingReadme @@ -309,6 +309,7 @@ Then with default config setting: ./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 + ./yosys -p 'synth_xilinx -top up3down5; show' tests/simple/fiedler-cooley.v cd ~yosys make manual |