forked from lowRISC/ibex
-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy path.gitignore
More file actions
46 lines (35 loc) · 1.03 KB
/
Copy path.gitignore
File metadata and controls
46 lines (35 loc) · 1.03 KB
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
# Build output
build
buildsim.log
# Common editor/IDE config and temporary files
.project
.vscode/
.sw[a-p]
tags
*~
# ibex_tracer log file
trace_core_*.log
# Simple system output files
ibex_simple_system.log
ibex_simple_system_pcount.csv
# Python cache files
__pycache__
# This is generated by VCS when running DV simulations with WAVE=1.
/dv/uvm/core_cve2/ucli.key
# This is generated by UVM when running simulations and doesn't seem
# to be something you can disable.
/dv/uvm/core_cve2/tr_db.log
# This is the default output directory in dv/uvm/core_cve2 and
# contains auto-generated files from building and running tests.
/dv/uvm/core_cve2/out
# This is generated by Questa tool when running DV simulations
modelsim.ini
# This is generated by Xcelium when running DV simulations, even with WAVE=0
/dv/uvm/core_cve2/waves.shm
# This is generated by the sequential equivalent checking
/scripts/sec/golden.src
/scripts/sec/revised.src
/scripts/sec/reports
/scripts/sec/ref_design
# Python Virtual Environment directory eventually created
venv_cve2