-
Notifications
You must be signed in to change notification settings - Fork 516
/
.gitignore
113 lines (93 loc) · 2.32 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
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
fio
!SDAccel/aws_platform/xilinx_aws-vu9p-f1_1ddr-xpr-2pr_4_0/sw/lib/x86_64/libxilinxopencl.so
!SDAccel/aws_platform/xilinx_aws-vu9p-f1_4ddr-xpr-2pr_4_0/sw/lib/x86_64/libxilinxopencl.so
!SDAccel/aws_platform/xilinx_aws-vu9p-f1_4ddr-xpr-2pr-debug_4_0/sw/lib/x86_64/libxilinxopencl.so
!SDAccel/aws_platform/xilinx_aws-vu9p-f1_dynamic_5_0/sw/lib/x86_64/libxilinxopencl.so
!SDAccel/aws_platform/xilinx_aws-vu9p-f1-04261818_dynamic_5_0/sw/lib/x86_64/libxilinxopencl.so
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*
# HDK generated files
hdk/cl/examples/*/build/create-afi/
hdk/cl/examples/*/build/scripts/.srcs/
hdk/cl/examples/*/software/runtime/sh_dpi_tasks
hdk/cl/examples/cl_hello_world/software/runtime/test_hello_world
hdk/cl/examples/cl_hello_world_vhdl/software/runtime/test_hello_world_vhdl
hdk/cl/examples/cl_hello_world_vhdl/software/runtime/test_hello_world_vhdl
hdk/cl/examples/cl_uram_example/software/runtime/test_uram_example
hdk/cl_uram_example/software/runtime/test_uram_example
hdk/common/shell_*/build/debug_probes/
hdk/common/verif/models/sh_bfm/cl_ports_sh_bfm.vh
# SDAccel generated files
SDAccel/**/*.d
SDAccel/**/*.o.cmd
SDAccel/aws_platform/xilinx_aws-*/hw/xilinx_aws-vu9p-*.dsa*
SDAccel/tools/*.d
SDAccel/tools/*.o
SDAccel/tools/xbsak
# SDK generated files
sdk/linux_kernel_drivers/edma/.*.o.cmd
sdk/linux_kernel_drivers/edma/.*.ko.cmd
sdk/linux_kernel_drivers/edma/.tmp_versions
sdk/linux_kernel_drivers/xdma/.*.o.cmd
sdk/linux_kernel_drivers/xdma/.*.ko.cmd
sdk/linux_kernel_drivers/xdma/.tmp_versions
sdk/userspace/lib/
# 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/
# Eclipse projects
.project
.pydevproject
.settings
# Python compiled code
*.pyc
# pytest artifacts
.cache/
# Patches
patches/*
# Temporary files
.batch
.temp
.python-version