1
0
mirror of https://github.com/antonblanchard/chiselwatt.git synced 2026-02-28 09:28:23 +00:00
Files
antonblanchard.chiselwatt/.gitignore
Kevin Läufer 7fe87295e8 build.sbt: update to new structure
Mostly copied from the new chisel template:
https://github.com/freechipsproject/chisel-template/blob/main/build.sbt

Signed-off-by: Kevin Läufer <laeufer@cs.berkeley.edu>
2020-12-23 16:24:16 -08:00

29 lines
451 B
Plaintext

project/
/.bsp/
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