In this simple project, we will learn how combinational circuits can be expressed in Chisel3.
-
SBT can be installed via Homebrew :
$ brew install sbt
-
Clone the repository.
-
$ make seven-segment
will:
- generate the hardware.
$ make seven-segment-test
will:
- test the circuit.