Skip to content

Some of the HW Designs written while learning the language

Notifications You must be signed in to change notification settings

m-tosch/Chisel-HW-Designs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chisel HW Designs

The Chisel Designs in this repository were created while learning and evaluating the Hardware description language Chisel, more specifically Chisel3. They helped to build a general understanding of the circuit design with Chisel.

General Information

Designs can be found in /src/main

The corresponding Testbenches can be found in /src/test

The Testbenches are a mix of Scala and Chisel. Their purpose is the validation of a Chisel Design (module) Therefore, the Testbench can set input signals (poke), control the clock (step & reset) and retrieve output signals (peek)

About

Some of the HW Designs written while learning the language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages