https://github.com/ucb-bar/FFTGenerator
https://github.com/ucb-bar/FFTGenerator
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ucb-bar/FFTGenerator
- Owner: ucb-bar
- License: bsd-3-clause
- Created: 2021-12-24T13:30:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-19T23:06:33.000Z (about 1 month ago)
- Last Synced: 2025-03-27T00:22:30.150Z (24 days ago)
- Language: Scala
- Size: 42 KB
- Stars: 9
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-opensource-hardware - fftgenerator
README
# MMIO-Based FFT Generator for Chipyard
## Documentation
Documentation for this repo can be found in the [Chipyard](https://github.com/ucb-bar/chipyard) repo, where this project is intended to be used.## Acknowledgements
The code for the FFT Generator was adapted from the ADEPT Lab at UC Berkeley's [Hydra Spine](https://adept.eecs.berkeley.edu/projects/hydra-spine/) project.Authors for the original project (in no particular order):
- James Dunn, UC Berkeley ([email protected]) (`Deserialize.scala`, `Tail.scala`, `Unscramble.scala`)
- Stevo Bailey ([email protected]) (`FFT.scala`)