ucb-bar / dsptools

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

Remove chiseltest hack for peeking and poking FixedPoint #249

Closed konda-x1 closed 1 year ago

konda-x1 commented 1 year ago

Main change pertains to PeekPokeDspExtensions, where a temporary workaround for peeking and poking FixedPoint has been removed due to chiseltest now properly supporting OpaqueType as of 0.6.2.

Also, sbt version has been bumped to 1.8.2 and build.sbt has been cleaned up appropriately. There's also some minor cleanup in the repository.