Rename FFTGenerator package to fftgenerator
This commit is contained in:
@@ -32,7 +32,7 @@ class DigitalTop(implicit p: Parameters) extends ChipyardSystem
|
||||
with chipyard.example.CanHavePeripheryStreamingPassthrough // Enables optionally adding the DSPTools streaming-passthrough example widget
|
||||
with nvidia.blocks.dla.CanHavePeripheryNVDLA // Enables optionally having an NVDLA
|
||||
with chipyard.clocking.HasChipyardPRCI // Use Chipyard reset/clock distribution
|
||||
with FFTGenerator.HasPeripheryFFT
|
||||
with fftgenerator.CanHavePeripheryFFT
|
||||
{
|
||||
override lazy val module = new DigitalTopModule(this)
|
||||
}
|
||||
|
||||
@@ -22,9 +22,9 @@ class TinyRocketConfig extends Config(
|
||||
new chipyard.config.AbstractConfig)
|
||||
|
||||
class RocketWithFFT extends Config(
|
||||
new FFTGenerator.WithFFTNumPoints(8) ++
|
||||
new FFTGenerator.WithFFTBaseAddr(0x2000) ++
|
||||
new FFTGenerator.WithFFTGenerator ++
|
||||
new fftgenerator.WithFFTNumPoints(8) ++
|
||||
new fftgenerator.WithFFTBaseAddr(0x2000) ++
|
||||
new fftgenerator.WithFFTGenerator ++
|
||||
new RocketConfig)
|
||||
|
||||
class HwachaRocketConfig extends Config(
|
||||
|
||||
Reference in New Issue
Block a user