diff options
author | Clifford Wolf <clifford@clifford.at> | 2015-02-08 23:30:15 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2015-02-08 23:30:15 +0100 |
commit | 139648554dbdfbd9cdeab6736f88914a122fb70a (patch) | |
tree | 71176d0d9c1cee3d66a5d21328f1acae13dbc6e3 | |
parent | 07afb143187aa6e74bee79c4d561e0435ff7605f (diff) | |
download | yosys-139648554dbdfbd9cdeab6736f88914a122fb70a.tar.gz yosys-139648554dbdfbd9cdeab6736f88914a122fb70a.tar.bz2 yosys-139648554dbdfbd9cdeab6736f88914a122fb70a.zip |
CodingReadme update
-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 |