mirror of
https://github.com/sxpert/hp-saturn
synced 2024-12-26 09:58:09 +01:00
change compile script to optimize for 50Mhz
This commit is contained in:
parent
a533e4ea37
commit
137d9b3b5a
1 changed files with 1 additions and 1 deletions
|
@ -11,5 +11,5 @@ echo "--------------------------------------------------------------------"
|
|||
echo "YOSYS_STATUS ${YOSYS_STATUS}"
|
||||
echo "--------------------------------------------------------------------"
|
||||
|
||||
nextpnr-ecp5 --85k --speed 6 --freq 5 --lpf ulx3s_v20.lpf --textcfg z_saturn_test.config --json z_saturn_test.json
|
||||
nextpnr-ecp5 --85k --speed 6 --freq 50 --lpf ulx3s_v20.lpf --textcfg z_saturn_test.config --json z_saturn_test.json
|
||||
ecppack z_saturn_test.config z_saturn_test.bit
|
Loading…
Reference in a new issue