Skip to content
Snippets Groups Projects
Select Git revision
  • 94de08e56932d1db42409b6fbac3c58b8c77c3be
  • master default protected
2 results

npm.js

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