Unverified Commit 9df164a5 authored by apaj's avatar apaj Committed by GitHub
Browse files

Update README.md

parent 437d2980
Loading
Loading
Loading
Loading
+9 −2
Original line number Diff line number Diff line
# learning-journey
Chisel Learning Journey
# Chisel Learning Journey

Welcome to the Chisel Learning Journey!

[Chisel](https://github.com/freechipsproject/chisel3) is a hardware construction language that supports advanced hardware design and circuit generation.

This Journey is built around the examples provided by the creators of Chisel, within their [tutorial](https://github.com/ucb-bar/chisel-tutorial).

However, ...