mirror of
https://github.com/antonblanchard/chiselwatt.git
synced 2026-01-13 07:20:14 +00:00
Added a couple of improvements to the Makefile and Readme: * Restructured the Makefile to support multiple boards based on variable * Verilator build is also done in Docker container with local option * Restructured Readme to reflect changes in the Makefile * Support for running the verilator chiselwatt binary in a Docker container in case the OS is not Linux. Signed-off-by: Carlos de Paula <me@carlosedp.com>
21 lines
282 B
Plaintext
21 lines
282 B
Plaintext
project/
|
|
target/
|
|
obj_dir/
|
|
out/
|
|
test_run_dir/
|
|
*.anno.json
|
|
*.fir
|
|
*.vcd
|
|
insns.hex
|
|
firrtl_black_box_resource_files.f
|
|
chiselwatt_out.config
|
|
chiselwatt.svf
|
|
chiselwatt.json
|
|
chiselwatt.bit
|
|
chiselwatt
|
|
MemoryBlackBox.v
|
|
Core.v
|
|
Core.fir
|
|
Core.anno.json
|
|
LoadStoreInsns.hex
|
|
MemoryBlackBoxInsns.hex |