1
0
mirror of https://github.com/antonblanchard/chiselwatt.git synced 2026-02-28 17:29:58 +00:00
Files
antonblanchard.chiselwatt/.gitignore
Carlos de Paula 4f1d3e5ae7 Add hello_world sample sources and Makefile targets
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>
2020-04-28 13:50:50 -03:00

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