Skip to content

Commit

Permalink
Oops. Again.
Browse files Browse the repository at this point in the history
  • Loading branch information
marianabuhazi committed Apr 28, 2024
1 parent 2fcb8bb commit df58150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/scripts/actions-pipeline/run_esp-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ for accelerator in "${!latest_versions[@]}"; do
# make esp-config
# make vivado-syn &> "$vivado_syn"
echo "make vivado-syn"
if [ -s "top.bit" ]; then
if [ -s "systest.c" ]; then
# make soft
# make fpga-program &> "$fpga_program"
# if grep -q ERROR "$fpga_program"; then
Expand Down

0 comments on commit df58150

Please sign in to comment.