preflow.tcl 110 B

123456
  1. #
  2. # Runs before any Quartus flow
  3. #
  4. set cmd "make prereq"
  5. post_message -type info "Command: $cmd"
  6. qexec "$cmd"