Skip to content

Stream compressor hardware generator written in Chisel

License

Notifications You must be signed in to change notification settings

hwspec/StreamPressor

Repository files navigation

StreamPressor

StreamPressor is stream compressor hardware generator written in the Chisel hardware construction langauge for evaluating various designs of streaming hardware compressor that has combinations of predefined hardware compressor primitives as well as user-defined primitives. The framework generates Verilog codes from Chisel descriptions for simulation and integration with other hardware designs.

Prerequisites

Getting Started


 $ git clone https://github.com/kazutomo/sccomponents
 $ cd sccomponents
 $ sbt test

Build and run:

Type 'sbt test' compiles the compressor and run tests.

Type 'sbt run' to generate Verilog codes for target module or run the estimator tool (sbt will show a list of targets).

$ 'runMain lpe.LPCompGen' // to generate Verilog codes for LPComp

$ sbt 'runMain estimate.EstimateCR' // to run the estimator tool

To enable formal testing: $ sbt "testOnly -- -DFORMAL=1"

To run specific format test: $ sbt "testOnly foobar.LagrangePredFormalSpec -- -DFORMAL=1"

We also provide Makefile that defines short-cut. Please take a look at Makefile.

About

Stream compressor hardware generator written in Chisel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published