Commit Graph
2 Commits
Author SHA1 Message Date
Zihao YuandAndrew Waterman c9cfe46604 rocket,Rocket: fix type mismatch (#819) 2017-06-27 11:22:08 -07:00
Zihao Yu fc85a3ce02 emulator,Makefile-verilator: add --output-split-cfuncs flag
* Originally verilator will generate a large cpp file containing a large
  function, which costs about 13 min to compile. By using --output-split-cfuncs,
  this large function will be splitted into several functions in servral
  files. This will greatly improve the compile time with 'make -j'. By '-j32',
  the compile time can be reduced to about 1 min.
2017-06-26 14:29:29 +08:00