Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ucb-bar/FFTGenerator
https://github.com/ucb-bar/FFTGenerator
Last synced: 2 months 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-11T22:02:07.000Z (10 months ago)
- Last Synced: 2024-08-02T09:27:20.055Z (5 months ago)
- Language: Scala
- Size: 105 KB
- Stars: 8
- Watchers: 5
- Forks: 5
- 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`)