1
0

rocketchip: there are no more useful parameters to dump

This commit is contained in:
Wesley W. Terpstra
2016-11-18 14:10:47 -08:00
parent 30425d1665
commit e5febcfa33
2 changed files with 1 additions and 2 deletions

View File

@ -105,7 +105,7 @@ trait GeneratorApp extends App with HasGeneratorUtilities {
/** Output a global Parameter dump, which an external script can turn into Verilog headers. */
def generateParameterDump {
writeOutputFile(td, s"$longName.prm", ParameterDump.getDump) // Parameters flagged with Dump()
writeOutputFile(td, s"$longName.prm", "")
}
/** Output a global ConfigString, for use by the RISC-V software ecosystem. */