-
Notifications
You must be signed in to change notification settings - Fork 8
/
.gitignore
98 lines (82 loc) · 1.14 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
cscope.files
cscope.out
tags
simv
simv.daidir
csrc
ucli.key
vc_hdrs.h
INCA_libs
irun.log
irun.key
fpga-local-cmd*
static-fpga-local-cmd
*_compile.log
*_run.log
*.vpd
.simvision
*.vcd
*.vcdplus*
waves.shm
*.mod.c
*.order
*.symvers
.*
*~
.\#*
\#*
*.swp
*.o
.nfs*
*.so
*.a
*.ko
*.csr
*.swo
*.swn
*.swm
nohup.out
*.nohup.out
# Shell DCP files are stored in S3 and downloaded by hdk_setup.sh
hdk/common/shell_*/build/checkpoints/from_aws/SH_CL_BB_routed.dcp*
# Generated checkpoints
checkpoints
# Created when building DDR4 models
build.lock
hdk/common/verif/models/.vivado_version
# These get created when you run vivado interactively or batch
vivado_pid*.str
vivado*.jou
vivado*.log
# Pycharm projects
.idea/
# Python compiled code
*.pyc
# all files from vivado simulations except tb.wcfg
**sim/
!tb.wcfg
# graph inputs
*.net
*.gr
# auto generated files
**/cl_clocks_aws.xdc
obj_dir
debug_probes
*.log
test_chronos
#graph_gen
sdk/userspace/lib
*.hex
*.dump
*.out
a
*.color
*.sssp
*.edges
*.bin
*.flow
cl_chronos/design/config_app.vh
cl_chronos/design/gen_core_spec.vh
cl_chronos/design/gen_core_spec_tile.vh
cl_chronos/design/app_config.vh
aws-fpga/