preflow.tcl 142 B

123456
  1. #
  2. # Runs before any Quartus flow
  3. #
  4. set cmd "make prereq"
  5. post_message -type info "Command: $cmd"
  6. qexec "PATH=\"/usr/bin:/bin:\${PATH}\" $cmd"