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
- Host: GitHub
- URL: https://github.com/yasnakateb/chisel7segment
- Owner: yasnakateb
- Created: 2022-05-21T13:15:49.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-21T13:16:25.000Z (about 3 years ago)
- Last Synced: 2025-01-20T00:56:29.766Z (4 months ago)
- Topics: chisel-test, chisel3, sbt, scala, seven-segment, simple-project
- Language: Scala
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
