mirror of
https://github.com/sxpert/hp-saturn
synced 2025-01-31 19:57:50 +01:00
add testing for yosys out status
This commit is contained in:
parent
115d3a2544
commit
81f859eb5d
1 changed files with 5 additions and 0 deletions
5
compile
5
compile
|
@ -6,4 +6,9 @@
|
|||
|
||||
#yosys -p "synth_ecp5 -top saturn_core -json saturn_core.json" saturn_core.v
|
||||
yosys saturn-core.ESP5.ys
|
||||
YOSYS_STATUS=$?
|
||||
echo "--------------------------------------------------------------------"
|
||||
echo "YOSYS_STATUS ${YOSYS_STATUS}"
|
||||
echo "--------------------------------------------------------------------"
|
||||
|
||||
nextpnr-ecp5 --gui --85k --speed 6 --freq 5 --lpf ulx3s_v20.lpf --textcfg empty_lfe5u-85f.config --json saturn-core.json --save saturn-core.ecp5
|
||||
|
|
Loading…
Add table
Reference in a new issue