Closed leonardt closed 6 years ago
Oops looks like something broke https://travis-ci.org/StanfordAHA/CGRAFlow/builds/387968594?utm_source=github_status&utm_medium=notification
File "TestBenchGenerator/generate_harness.py", line 267
log = "if (i % 10 == 0) std::cout << "Cycle: " << i << std::endl;\n"
^
SyntaxError: invalid syntax
Good thing I made a PR and didn't commit straight to master heh, pushed a fix, rerunning the build
Looks good! Thanks Lenny.
Silences the "Cycle:" output that is cluttering up the travis log. Also removes some trailing whitespace in the makefile (heh)