aboutsummaryrefslogtreecommitdiffstats
path: root/examples/igloo2/example.ys
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2019-01-08 20:16:36 +0100
committerClifford Wolf <clifford@clifford.at>2019-01-08 20:16:36 +0100
commit2a2e0a4722ded7628b71f436b94a06aebd57bb62 (patch)
tree12754073a5518a00aa1514892ce6ec7e87d2e015 /examples/igloo2/example.ys
parentf042559e9dbcc0738c6404903ac22da63cd27404 (diff)
downloadyosys-2a2e0a4722ded7628b71f436b94a06aebd57bb62.tar.gz
yosys-2a2e0a4722ded7628b71f436b94a06aebd57bb62.tar.bz2
yosys-2a2e0a4722ded7628b71f436b94a06aebd57bb62.zip
Improve igloo2 example
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'examples/igloo2/example.ys')
-rw-r--r--examples/igloo2/example.ys3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/igloo2/example.ys b/examples/igloo2/example.ys
index 75a305d86..872f97b99 100644
--- a/examples/igloo2/example.ys
+++ b/examples/igloo2/example.ys
@@ -1,2 +1,3 @@
read_verilog example.v
-synth_sf2 -top top -edif example.edn
+synth_sf2 -top top -edif netlist.edn
+write_verilog netlist.v