Skip to content

Commit 6cb528f

Browse files
[dv] Made dedicated gitignore file and add coverage files
1 parent a646737 commit 6cb528f

File tree

2 files changed

+25
-21
lines changed

2 files changed

+25
-21
lines changed

.gitignore

-21
Original file line numberDiff line numberDiff line change
@@ -18,27 +18,6 @@ ibex_simple_system_pcount.csv
1818
# Python cache files
1919
__pycache__
2020

21-
# This is generated by VCS when running DV simulations with WAVE=1.
22-
/dv/uvm/core_ibex/ucli.key
23-
24-
# This is generated by UVM when running simulations and doesn't seem
25-
# to be something you can disable.
26-
/dv/uvm/core_ibex/tr_db.log
27-
28-
# This is the default output directory in dv/uvm/core_ibex and
29-
# contains auto-generated files from building and running tests.
30-
/dv/uvm/core_ibex/out
31-
32-
# This is generated by the Makefile based on the ibex configuration
33-
/dv/uvm/core_ibex/riscv_dv_extension/riscv_core_setting.sv
34-
3521
# This is generated by Questa tool when running DV simulations
3622
modelsim.ini
3723

38-
# This is generated by Xcelium when running DV simulations, even with WAVE=0
39-
/dv/uvm/core_ibex/waves.shm
40-
41-
# Log files generated by Cadence tools when running DV simulations
42-
/dv/uvm/core_ibex/xrun.history
43-
/dv/uvm/core_ibex/xrun.log
44-
/dv/uvm/core_ibex/xmsc.log

dv/uvm/core_ibex/.gitignore

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# This is generated by VCS when running DV simulations with WAVE=1.
2+
ucli.key
3+
4+
# This is generated by UVM when running simulations and doesn't seem
5+
# to be something you can disable.
6+
tr_db.log
7+
8+
# This is the default output directory in dv/uvm/core_ibex and
9+
# contains auto-generated files from building and running tests.
10+
out
11+
12+
# This is generated by the Makefile based on the ibex configuration
13+
riscv_dv_extension/riscv_core_setting.sv
14+
15+
# This is generated by Xcelium when running DV simulations, even with WAVE=0
16+
waves.shm
17+
18+
# Log files generated by Cadence tools when running DV simulations
19+
xrun.history
20+
xrun.log
21+
xmsc.log
22+
23+
# Generated by coverage
24+
imc.key
25+
mdv.log

0 commit comments

Comments
 (0)