Use single config option instead of multiple for enabling/configuring fft

This commit is contained in:
Animesh Agrawal
2022-01-19 21:49:18 -08:00
parent e66ebe9996
commit a4f21c3fba

View File

@@ -22,9 +22,7 @@ class TinyRocketConfig extends Config(
new chipyard.config.AbstractConfig)
class FFTRocketConfig extends Config(
new fftgenerator.WithFFTNumPoints(8) ++
new fftgenerator.WithFFTBaseAddr(0x2000) ++
new fftgenerator.WithFFTGenerator ++
new fftgenerator.WithFFTGenerator(baseAddr=0x2000, numPoints=8) ++
new freechips.rocketchip.subsystem.WithNBigCores(1) ++
new chipyard.config.AbstractConfig)