Update the Chisel version to 3.6.1
An almost empty chisel project (and adder) as a starting point for hardware design.
To generate Verilog code for the adder execute:
make
Run the tests with:
make test
Cleanup the repository with:
make clean
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
chisel-empty
An almost empty chisel project (and adder) as a starting point for hardware design.
To generate Verilog code for the adder execute:
Run the tests with:
Cleanup the repository with: