Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ rm or1420SingleCore.*
yosys -D GECKO5Education -s ../scripts/yosysOr1420.script
nextpnr-ecp5 --timing-allow-fail --85k --package CABGA381 --json or1420SingleCore.json --lpf ../scripts/gecko5_or1420.lpf --textcfg or1420SingleCore.config
ecppack --compress --freq 62.0 --input or1420SingleCore.config --bit or1420SingleCore.bit
openFPGALoader or1420SingleCore.bit
openFPGALoader or1420SingleCore.bit || { echo "openFPGALoader failed, fallback on ecpprog..."; ecpprog -S or1420SingleCore.bit; }