ucb-bar / dsptools

A Library of Chisel3 Tools for Digital Signal Processing
Apache License 2.0
226 stars 38 forks source link

Fft revival 2 #211

Closed chick closed 4 years ago

chick commented 4 years ago

Brings over many function enhancements centered on production of an FFT DspBlock Add dspmath package … Add BitWidth IAUtility … Update BinaryRepresentation Update DspComplex Update DspComplex and Node Add BaseN update dsptools.tester package

chick commented 4 years ago

@grebe sorry this took so long, but it got behind the chisel3 3.4.0-RC1 release effort. Tests here will not pass until a new snapshot release is published

chick commented 4 years ago

@grebe Any chance you could take a look at this and approve. I reduced the amount of fft stuff in here, figuring I can shake that out in fft-generator and then back port later. There will be a release candidate 2 any day now and it would be good to have this stuff approved to make working on fft easier