ucb-bar / dsptools

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

Add GitHub actions and refactor 3.5 #227

Closed chick closed 3 years ago

chick commented 3 years ago

This combines PR #222 AND PR #223

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)

Now uses github actions for CI