1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-03-05 11:04:25 +00:00

Reduce blinky.sh freq to 150MHz

This commit is contained in:
Eddie Hung
2018-11-13 10:11:27 -08:00
parent fa3d366ddb
commit ca94aa1915

View File

@@ -1,7 +1,7 @@
#!/bin/bash
set -ex
yosys blinky.ys
../nextpnr-xc7 --json blinky.json --pcf blinky.pcf --xdl blinky.xdl --freq 250
../nextpnr-xc7 --json blinky.json --pcf blinky.pcf --xdl blinky.xdl --freq 150
xdl -xdl2ncd blinky.xdl
bitgen -w blinky.ncd -g UnconstrainedPins:Allow
trce blinky.ncd -v 10