mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-01-19 01:27:29 +00:00
5 lines
222 B
Bash
Executable File
5 lines
222 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -ex
|
|
yosys -p "tcl ../synth/synth_generic.tcl 4 blinky.json" blinky.v
|
|
${NEXTPNR:-../../nextpnr-generic} --pre-pack simple.py --pre-place simple_timing.py --json blinky.json --post-route bitstream.py
|