Skip to content
Snippets Groups Projects
Select Git revision
  • main
1 result

README.md

Blame
  • test_bitfile_ZCU104.sh 145 B
    #!/bin/bash
    
    if (grep -r "Overlay Loaded" ./screenlog)
    then
      echo "Bit file loaded successfully"
    else
      echo "Bit file load failed"
      exit 1
    fi