contributed by <Paintakotako>
Install
Follow the instructions in Lab3 to install the required dependencies, but i've encounter a situation where Java is not installed, so installtion is needed.
Chisel bootcamp notes
Module
class Passthrough extends Module {
val io = IO(new Bundle {
val in = Input(UInt(4.W))