issues
search
ucb-bar
/
dsptools
A Library of Chisel3 Tools for Digital Signal Processing
Apache License 2.0
226
stars
38
forks
source link
Fix RegInit bug when using DspComplex initializer
#238
Closed
chick
closed
3 years ago
chick
commented
3 years ago
Fix RegInit bug when using DspComplex initializer
Problem reported here:
https://gitter.im/freechipsproject/chisel3?at=615c64087db1e3753e2346f5
This fix makes DspComplex.apply create a Bundle literal when arguments are literals
Change creation of J to return a bundle lit
Add test for reported scenario
Fix RegInit bug when using DspComplex initializer