StanfordAHA / CGRAFlow

Integration test for entire CGRA flow
BSD 3-Clause "New" or "Revised" License
12 stars 2 forks source link

Add quiet flag to test bench generator #65

Closed leonardt closed 6 years ago

leonardt commented 6 years ago

Silences the "Cycle: " output that is cluttering up the travis log. Also removes some trailing whitespace in the makefile (heh)

steveri commented 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
leonardt commented 6 years ago

Good thing I made a PR and didn't commit straight to master heh, pushed a fix, rerunning the build

steveri commented 6 years ago

Looks good! Thanks Lenny.