1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-02-07 00:47:26 +00:00
Files
YosysHQ.nextpnr/generic/viaduct/example/viaduct_example.sh
2022-01-04 20:19:29 +00:00

7 lines
209 B
Bash
Executable File

#!/usr/bin/env bash
set -ex
# Run synthesis
yosys -p "tcl synth_viaduct_example.tcl blinky.json" ../../examples/blinky.v
# Run PnR
${NEXTPNR:-../../../build/nextpnr-generic} --uarch example --json blinky.json