From: Clifford Wolf Date: Sun, 8 Feb 2015 22:30:15 +0000 (+0100) Subject: CodingReadme update X-Git-Tag: yosys-0.5~5 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=139648554dbdfbd9cdeab6736f88914a122fb70a;p=yosys.git CodingReadme update --- 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