1
0
rocket-chip/emulator
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
..
.gitignore Install Verilator when building the emulator 2016-06-14 21:21:43 -07:00
Makefile build: support waveform debug using opensource tools 2017-02-17 03:38:17 +01:00
Makefrag-verilator emulator,Makefile-verilator: add --output-split-cfuncs flag 2017-06-26 14:29:29 +08:00