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 chipyard.example.CanHavePeripheryStreamingPassthrough // Enables optionally adding the DSPTools streaming-passthrough example widget
|
||||||
with nvidia.blocks.dla.CanHavePeripheryNVDLA // Enables optionally having an NVDLA
|
with nvidia.blocks.dla.CanHavePeripheryNVDLA // Enables optionally having an NVDLA
|
||||||
with chipyard.clocking.HasChipyardPRCI // Use Chipyard reset/clock distribution
|
with chipyard.clocking.HasChipyardPRCI // Use Chipyard reset/clock distribution
|
||||||
with FFTGenerator.HasPeripheryFFT
|
with fftgenerator.CanHavePeripheryFFT
|
||||||
{
|
{
|
||||||
override lazy val module = new DigitalTopModule(this)
|
override lazy val module = new DigitalTopModule(this)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -22,9 +22,9 @@ class TinyRocketConfig extends Config(
|
|||||||
new chipyard.config.AbstractConfig)
|
new chipyard.config.AbstractConfig)
|
||||||
|
|
||||||
class RocketWithFFT extends Config(
|
class RocketWithFFT extends Config(
|
||||||
new FFTGenerator.WithFFTNumPoints(8) ++
|
new fftgenerator.WithFFTNumPoints(8) ++
|
||||||
new FFTGenerator.WithFFTBaseAddr(0x2000) ++
|
new fftgenerator.WithFFTBaseAddr(0x2000) ++
|
||||||
new FFTGenerator.WithFFTGenerator ++
|
new fftgenerator.WithFFTGenerator ++
|
||||||
new RocketConfig)
|
new RocketConfig)
|
||||||
|
|
||||||
class HwachaRocketConfig extends Config(
|
class HwachaRocketConfig extends Config(
|
||||||
|
|||||||
Reference in New Issue
Block a user