mirror of
https://github.com/sxpert/hp-saturn
synced 2024-12-26 09:58:09 +01:00
there, a working compile shell script
This commit is contained in:
parent
531e0cab02
commit
ca29b542c3
2 changed files with 4 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -13,3 +13,5 @@ saturn-core.json
|
|||
z_saturn_test.iv
|
||||
z_saturn_test.json
|
||||
z_saturn_test.ecp5.bit
|
||||
z_saturn_test.config
|
||||
z_saturn_test.bit
|
||||
|
|
3
compile
3
compile
|
@ -11,4 +11,5 @@ echo "--------------------------------------------------------------------"
|
|||
echo "YOSYS_STATUS ${YOSYS_STATUS}"
|
||||
echo "--------------------------------------------------------------------"
|
||||
|
||||
nextpnr-ecp5 --85k --speed 6 --freq 5 --lpf ulx3s_v20.lpf --json z_saturn_test.json --save z_saturn_test.ecp5.bit
|
||||
nextpnr-ecp5 --85k --speed 6 --freq 5 --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