forked from esl-epfl/x-heep
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
48 lines (42 loc) · 1.17 KB
/
.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
*.log
build/
*.so
*.hex
*.elf
*.dis
*.map
*.do
.venv/*
util/__pycache__/*
# ignore apps output file
run_verif_rtl_log.txt
#ignore femu generated hw
linux_femu/rtl/linux_femu.sv
.venv/
# ignore the following hw automatically generated files
core-v-mini-mcu.upf
tb/tb_util.svh
hw/core-v-mini-mcu/include/core_v_mini_mcu_pkg.sv
hw/core-v-mini-mcu/system_bus.sv
hw/system/x_heep_system.sv
hw/system/pad_ring.sv
tb/tb_util.svh
hw/ip/power_manager/data/power_manager.hjson
hw/ip/power_manager/rtl/power_manager.sv
hw/ip/power_manager/rtl/power_manager_reg_top.sv
hw/ip/power_manager/rtl/power_manager_reg_pkg.sv
hw/system/pad_control/data/pad_control.hjson
hw/system/pad_control/rtl/pad_control.sv
hw/system/pad_control/rtl/pad_control_reg_pkg.sv
hw/system/pad_control/rtl/pad_control_reg_top.sv
# same for the C header file and linker scripts
sw/device/lib/runtime/core_v_mini_mcu.h
sw/linker/link.ld
sw/linker/link_flash_exec.ld
sw/linker/link_flash_load.ld
sw/device/lib/drivers/power_manager/power_manager_regs.h
sw/device/lib/drivers/power_manager/power_manager.h
sw/device/lib/drivers/pad_control/pad_control_regs.h
sw/device/lib/drivers/**/*_structs.h
# openroad
flow/OpenROAD-flow-scripts