From c33da42365d36f740ed2b618235efcd4c93701f0 Mon Sep 17 00:00:00 2001 From: David Shah Date: Wed, 17 Apr 2019 11:15:35 +0100 Subject: ci: Run generic example simple.sh Signed-off-by: David Shah --- generic/examples/simple.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'generic') 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 -- cgit v1.2.3