ucb-bar / dsptools

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

Refactor for 3.5.x, deals with iotesters 3.5.x refactor #222

Closed chick closed 3 years ago

chick commented 3 years ago

Depends on freechipsproject/chisel-testers#309 Depends on chipsalliance/chisel3#1730

Black boxes required suggest Name to work setResource on black box is not addResource Lots of import cleanup Saturate did it's own firrtl compiling, modified to use current idioms Changed dsptools Driver to use jiuyangs iotesters DriverCompatibility stuff Cleaned up dependencies in build.sbt Removed BuildInfo plugin from build.sbt (I'm not that sure about it, but it was causing build errors)

chick commented 3 years ago

Will not build until above-mentioned PRs go through

chick commented 3 years ago

Closed. Pr #227 has replaced this PR