From 910073d647e55d133494429d8c3a4bacffc32428 Mon Sep 17 00:00:00 2001 From: eine <6628437+eine@users.noreply.github.com> Date: Sun, 19 Jan 2020 03:25:43 +0000 Subject: migrate from Travis to GHA and rework examples (#78) * migrate from Travis to GHA * rework examples --- icestick/uart/syn/synth.sh | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100755 icestick/uart/syn/synth.sh (limited to 'icestick/uart/syn/synth.sh') diff --git a/icestick/uart/syn/synth.sh b/icestick/uart/syn/synth.sh deleted file mode 100755 index 884f1b6..0000000 --- a/icestick/uart/syn/synth.sh +++ /dev/null @@ -1,15 +0,0 @@ -set -e - -ROOT="$(pwd)/.." - -rm -rf build -mkdir -p build -cd build - -ghdl -a "$ROOT"/hdl/uart_rx.vhd -ghdl -a "$ROOT"/hdl/uart_tx.vhd -ghdl -a "$ROOT"/hdl/uart_top.vhd -yosys -m ghdl -p 'ghdl uart_top; synth_ice40 -json uart_top.json' -nextpnr-ice40 --hx1k --json uart_top.json --pcf ../constraints/uart.pcf --asc uart_top.asc --pcf-allow-unconstrained -icepack uart_top.asc uart_top.bin -iceprog uart_top.bin -- cgit v1.2.3