-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
58 lines (51 loc) · 842 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
*~
/build/*
__pycache__/
/.Xil/*
/.idea/*
*.d
*.o
pycharm.env
*.bin
*.elf
*.jou
*.log
*.map
*.lst
run/
target/
/venv/*
/test/
/env/
# Spinal build directories
VexRiscv/project/
VexRiscv/target/
VexRiscv/.bloop/
VexRiscv/.bsp/
VexRiscv/.idea/
VexRiscv/.metals/
VexRiscv/.vscode/
.metals/
.env
.vscode/
# cross-validation target directory
deps/pio/cross-validation/target
# scripts with sensitive target information
boot/daric.sh
candidate/sync_s32.sh
xous-s32.sh
xous-fpga.sh
get_bit.sh
# code listings
listings/
# files that shouldn't be checked into github
do_not_checkin/
soc_mpw/
# files under review for checking into github
soc_oss/common
soc_oss/ips
soc_oss/rtl
soc_oss/tb
# this is the contents of soc_oss as taped out. Small modifications
# are made to files in soc_oss to make automated documentation easier.
soc_oss_tapeout/