diff options
author | Clifford Wolf <clifford@clifford.at> | 2019-01-17 14:54:04 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2019-01-17 14:54:04 +0100 |
commit | f3556e9f7ac6947be440a51699af773655de4911 (patch) | |
tree | bd030d3d6efbc0112dc4c05743d209cad937449b /examples/igloo2/example.ys | |
parent | db5765b443c26b5b2dc3ac56d5a448fc8b861d43 (diff) | |
download | yosys-f3556e9f7ac6947be440a51699af773655de4911.tar.gz yosys-f3556e9f7ac6947be440a51699af773655de4911.tar.bz2 yosys-f3556e9f7ac6947be440a51699af773655de4911.zip |
Cleanups in igloo2 example design
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'examples/igloo2/example.ys')
-rw-r--r-- | examples/igloo2/example.ys | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/igloo2/example.ys b/examples/igloo2/example.ys deleted file mode 100644 index 04ea02672..000000000 --- a/examples/igloo2/example.ys +++ /dev/null @@ -1,3 +0,0 @@ -read_verilog example.v -synth_sf2 -top example -edif netlist.edn -write_verilog netlist.vm |