diff options
author | Clifford Wolf <clifford@clifford.at> | 2019-01-05 17:02:01 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2019-01-05 17:02:01 +0100 |
commit | f589ce86bac3169281a077248af328f6758ff0eb (patch) | |
tree | 838e2616a8fe72f17df3e328e13eab51064539bf /examples/igloo2/example.ys | |
parent | 17ceab92a93f5d2ef0eb26f3fd04df65e4393f9f (diff) | |
download | yosys-f589ce86bac3169281a077248af328f6758ff0eb.tar.gz yosys-f589ce86bac3169281a077248af328f6758ff0eb.tar.bz2 yosys-f589ce86bac3169281a077248af328f6758ff0eb.zip |
Add skeleton Yosys-Libero igloo2 example project
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'examples/igloo2/example.ys')
-rw-r--r-- | examples/igloo2/example.ys | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/igloo2/example.ys b/examples/igloo2/example.ys new file mode 100644 index 000000000..75a305d86 --- /dev/null +++ b/examples/igloo2/example.ys @@ -0,0 +1,2 @@ +read_verilog example.v +synth_sf2 -top top -edif example.edn |