From e66ebe999695ce5fb8041fde202bc9cdaa68ad76 Mon Sep 17 00:00:00 2001 From: Animesh Agrawal Date: Mon, 10 Jan 2022 21:57:10 +0400 Subject: [PATCH] Add comment explaining CanHavePeripheryFFT Co-authored-by: Abraham Gonzalez --- generators/chipyard/src/main/scala/DigitalTop.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generators/chipyard/src/main/scala/DigitalTop.scala b/generators/chipyard/src/main/scala/DigitalTop.scala index b8390920..0d751969 100644 --- a/generators/chipyard/src/main/scala/DigitalTop.scala +++ b/generators/chipyard/src/main/scala/DigitalTop.scala @@ -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.CanHavePeripheryFFT + with fftgenerator.CanHavePeripheryFFT // Enables optionally having an MMIO-based FFT block { override lazy val module = new DigitalTopModule(this) }