-
Notifications
You must be signed in to change notification settings - Fork 4
/
.gitignore
58 lines (44 loc) · 847 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
tools/*
# Build for HDL pre-compile.
hdl/build/*
# Build for projects.
prj/*/build/*
# Alternative builds for projects.
prj/*/build.*/*
# Build for testbenches.
tb/*/build/*
# Build and process for multipnr experiments.
prj/*/multipnr/*
# Formalpro working files and logs.
**/formalpro.cache
formalpro.log
# HAL working files and logs.
*/.hal-*
*/*.hal.design_facts
*/*.hal.log
# JasperGold working files and logs.
jgproject
# ModelSim working files and logs.
qverilog.log
**/work*
# Spyglass working files and logs.
**/spyglass
**/spyglass-*
sg_shell_command.log
# Vivado journal and logs.
vivado*.jou
vivado*.log
vivado*.str
webtalk*.jou
webtalk*.log
.Xil
# Xcelium working files and logs.
xmvlog.log
**/xcelium.d*
# VCS working files and logs.
**/csrc*
**/simv.daidir*
vcs.log
# Temporary TCL scripts.
*-lint_mk.tcl
*-lint_mk.prj