Skip to content

Releases: ucb-bar/dsptools

DspTools v1.4.3

09 Apr 17:59
Compare
Choose a tag to compare

Highlights

dsptools v1.4.2

03 Feb 21:15
Compare
Choose a tag to compare

No changes this release

v1.3.3

30 Dec 17:45
Compare
Choose a tag to compare

Feature

Change source and other relevant files to use SPDX license

DspTools

14 Dec 01:15
Compare
Choose a tag to compare
  • Add SPDX comment to all source Scala and Verilog files (#212) (#213)

v1.4.0-RC1

17 Aug 20:34
Compare
Choose a tag to compare
v1.4.0-RC1 Pre-release
Pre-release

(#157) Make DspComplex multiplies use growing addition.
DspComplex relies on using the underlying Ring's multiplication. For
UInt, SInt, FixedPoint, etc. these additions wrap instead of grow. For
our implementation of complex multiplication, growing is more desirable
than wrapping.

(#162) Add test for FixedPoint's asReal() implementation

(#189) Add saturating addition/subtraction.
This implements saturating addition/subtraction with inferred widths.

(#206) Bump for newer rocket, rewrite chain connections in cleaner way

(#208) Bump Rocketchip to June 2020

v1.3.2

30 Jun 00:21
Compare
Choose a tag to compare

Bump dependencies

v1.2.7

29 Jun 23:44
Compare
Choose a tag to compare

Bump dependencies

v1.3.1

19 May 17:36
Compare
Choose a tag to compare

Bump dependencies.

v1.2.6

19 May 17:36
Compare
Choose a tag to compare

Bump dependencies

v1.3.0

04 May 15:32
Compare
Choose a tag to compare

Feature

(#186) Bump external chisel test dependencies.
(#202) Add Interval support