diff options
Diffstat (limited to 'generic/examples')
-rwxr-xr-x | generic/examples/simple.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/examples/simple.sh b/generic/examples/simple.sh index 576a6418..8ae903f9 100755 --- a/generic/examples/simple.sh +++ b/generic/examples/simple.sh @@ -1,4 +1,4 @@ -#!/usr/bin/bash +#!/usr/bin/env bash set -ex yosys -p "tcl ../synth/synth_generic.tcl 4 blinky.json" blinky.v -../../nextpnr-generic --pre-pack simple.py --pre-place simple_timing.py --json blinky.json --post-route bitstream.py
\ No newline at end of file +${NEXTPNR:-../../nextpnr-generic} --pre-pack simple.py --pre-place simple_timing.py --json blinky.json --post-route bitstream.py |