File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 8686 runs-on : [ubuntu-22.04-fpga, sonata]
8787 env :
8888 BITSTREAM_PATH : build/lowrisc_sonata_system_0/synth-vivado/lowrisc_sonata_system_0.bit
89+ SYNTH_LOG : build/lowrisc_sonata_system_0/synth-vivado/lowrisc_sonata_system_0.runs/synth_1/runme.log
90+ IMPL_LOG : build/lowrisc_sonata_system_0/synth-vivado/lowrisc_sonata_system_0.runs/impl_1/runme.log
8991 TIMING_RPT : build/lowrisc_sonata_system_0/synth-vivado/lowrisc_sonata_system_0.runs/impl_1/top_sonata_timing_summary_postroute_physopted.rpt
9092 UTILIZATION_RPT : build/lowrisc_sonata_system_0/synth-vivado/lowrisc_sonata_system_0.runs/impl_1/top_sonata_utilization_placed.rpt
9193 GS_PATH : gs://lowrisc-ci-cache/lowRISC/sonata-system/bitstream
@@ -131,6 +133,13 @@ jobs:
131133 module load xilinx/vivado
132134 nix run .#bitstream-build
133135
136+ # Only runs if there's been a failure in a previous step.
137+ - name : Print failed bitstream logs
138+ if : ${{ failure() }}
139+ run : |
140+ cat $SYNTH_LOG
141+ cat $IMPL_LOG
142+
134143 - name : Upload implementation reports
135144 uses : actions/upload-artifact@v4
136145 with :
You can’t perform that action at this time.
0 commit comments