An open API service indexing awesome lists of open source software.

https://github.com/yasnakateb/chisel7segment

BCD to 7 Segment Decoder in Chisel3
https://github.com/yasnakateb/chisel7segment

chisel-test chisel3 sbt scala seven-segment simple-project

Last synced: 2 months ago
JSON representation

BCD to 7 Segment Decoder in Chisel3

Awesome Lists containing this project

README

        

# Chisel 7 Segment

In this simple project, we will learn how combinational circuits can be expressed in Chisel3.

## Building on macOS
1. SBT can be installed via Homebrew :
$ brew install sbt
2. Clone the repository.

3. $ make seven-segment will:
* generate the hardware.

4. $ make seven-segment-test will:
* test the circuit.

### Truth Table

![](assets/truth_table.png)