ice40/examples: Fix blinky.sh
Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
parent
f0abbc71b5
commit
dc565b11c7
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
set -ex
|
||||
yosys blinky.ys
|
||||
../nextpnr-ice40 --json blinky.json --pcf blinky.pcf --asc blinky.asc
|
||||
../../../nextpnr-ice40 --json blinky.json --pcf blinky.pcf --asc blinky.asc
|
||||
icepack blinky.asc blinky.bin
|
||||
icebox_vlog blinky.asc > blinky_chip.v
|
||||
iverilog -o blinky_tb blinky_chip.v blinky_tb.v
|
||||
|
Loading…
Reference in New Issue
Block a user