diff options
Diffstat (limited to 'generic/examples/simple.sh')
-rwxr-xr-x | generic/examples/simple.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/examples/simple.sh b/generic/examples/simple.sh index 2e8d6180..576a6418 100755 --- a/generic/examples/simple.sh +++ b/generic/examples/simple.sh @@ -1,4 +1,4 @@ #!/usr/bin/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 report.py
\ No newline at end of file +../../nextpnr-generic --pre-pack simple.py --pre-place simple_timing.py --json blinky.json --post-route bitstream.py
\ No newline at end of file |