diff options
author | David Shah <davey1576@gmail.com> | 2018-06-13 12:55:08 +0200 |
---|---|---|
committer | David Shah <davey1576@gmail.com> | 2018-06-13 12:55:08 +0200 |
commit | 4694c6aae7656b22fa94db9a252ed046faf40244 (patch) | |
tree | 3001dead822fd697eb30da58c204cd7ab0c83aca /ice40/blinky_nopack.ys | |
parent | 1e314cc0ced067d72cea54c8225cf9d3ed0b6c14 (diff) | |
download | nextpnr-4694c6aae7656b22fa94db9a252ed046faf40244.tar.gz nextpnr-4694c6aae7656b22fa94db9a252ed046faf40244.tar.bz2 nextpnr-4694c6aae7656b22fa94db9a252ed046faf40244.zip |
ice40: Update examples to use packer/pcf
Signed-off-by: David Shah <davey1576@gmail.com>
Diffstat (limited to 'ice40/blinky_nopack.ys')
-rw-r--r-- | ice40/blinky_nopack.ys | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ice40/blinky_nopack.ys b/ice40/blinky_nopack.ys deleted file mode 100644 index aeaa518b..00000000 --- a/ice40/blinky_nopack.ys +++ /dev/null @@ -1,3 +0,0 @@ -read_verilog blinky.v -synth_ice40 -nocarry -top blinky -write_json blinky_nopack.json |