1
0

Push chisel, rocket, hwacha, tools, tests to incorporate a bunch of new changes (ISA alterations)

This commit is contained in:
Stephen Twigg
2014-01-21 14:48:04 -08:00
parent 37b86c89fa
commit ee0c4ca291
8 changed files with 8 additions and 8 deletions

View File

@ -125,7 +125,7 @@ int main(int argc, char** argv)
}
if (log)
tile.print(stderr);
tile.print(stderr, stderr);
if (vcd)
tile.dump(vcdfile, trace_count);