nextpnr/himbaechel/uarch/xilinx/examples/arty-a35/blinky.sh
gatecat e2a887ef0d himbaechel: Switch default back to router1 for now
Signed-off-by: gatecat <gatecat@ds0.me>
2023-11-17 09:09:59 +01:00

6 lines
300 B
Bash
Executable File

#!/usr/bin/env bash
set -ex
yosys -p "synth_xilinx -flatten -abc9 -nobram -arch xc7 -top top; write_json blinky.json" blinky.v
nextpnr-himbaechel --device xc7a35tcsg324-1 -o xdc=arty.xdc --json blinky.json -o fasm=blinky.fasm --router router2
../bitgen_xray.sh xc7a35tcsg324-1 blinky.fasm blinky.bit