mirror of
https://github.com/antonblanchard/chiselwatt.git
synced 2026-02-28 17:29:58 +00:00
Added hello_world sources and new Makefile targets for building hello_world and Micropython inside containers. Updated documentation reflecting these changes and moved binaries to ./samples/binaries/. Signed-off-by: Carlos de Paula <me@carlosedp.com>
27 lines
443 B
Plaintext
27 lines
443 B
Plaintext
project/
|
|
target/
|
|
obj_dir/
|
|
out/
|
|
test_run_dir/
|
|
*.anno.json
|
|
*.fir
|
|
*.vcd
|
|
.metals
|
|
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
|
|
samples/micropython
|
|
samples/hello_world/hello_world.bin
|
|
samples/hello_world/hello_world.elf
|
|
samples/hello_world/hello_world.o
|
|
samples/hello_world/head.o |