rocketchip: there are no more useful parameters to dump
This commit is contained in:
parent
30425d1665
commit
e5febcfa33
@ -29,7 +29,6 @@ object UncoreBuilder extends App {
|
||||
chiselMain.run(args.drop(2), gen)
|
||||
|
||||
val pdFile = new java.io.FileWriter(s"${Driver.targetDir}/$topModuleName.prm")
|
||||
pdFile.write(ParameterDump.getDump)
|
||||
pdFile.close
|
||||
|
||||
}
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user