-
Notifications
You must be signed in to change notification settings - Fork 25
/
.gitignore
92 lines (92 loc) · 1.41 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
_BINs
*.bak
*.cmd
*.kmp
*.chg
*.log
*.pld
*.bmp
vsim.wlf
greybox_tmp
transcript
/_bak
/Support/_
/Support/*.vhd
/SW/*/*.COM
/SW/*/*.ROM
/SW/*/*.bin
/SW/*/*.ihx
/SW/*/*.lk
/SW/*/*.map
/SW/*/*.mif
/SW/*/*.noi
/SW/*/obj
/SW/*/*.lst
/src/**/work
/src/*/*.cmp
/src/*/ipcore_dir/_xmsgs
/src/*/ipcore_dir/*.cgc
/src/*/ipcore_dir/*.ncf
/src/*/ipcore_dir/pll1
/src/*/ipcore_dir/tmp
/src/*/ipcore_dir/*.asy
/src/*/ipcore_dir/*.gise
/src/*/ipcore_dir/*.vho
/src/*/ipcore_dir/*.xdc
/src/*/ipcore_dir/*.txt
/src/*/ipcore_dir/*.tcl
/src/*/ipcore_dir/coregen.log
/synth/*/db
/synth/*/incremental_db
/synth/*/output_files
/synth/*/simulation/modelsim
/synth/*/*.qws
/synth/*/*.qip
/synth/*/*.rpt
/synth/*/PLLJ_PLLSPE_INFO.txt
/synth/*/*.html
/synth/*/_xmsgs
/synth/*/_ngo
/synth/*/iseconfig
/synth/*/xst
/synth/*/xlnx_auto_0_xdb
/synth/*/*.xml
/synth/*/*.gise
/synth/*/*.bld
/synth/*/*.cmd_log
/synth/*/*.lso
/synth/*/*.ncd
/synth/*/*.ngc
/synth/*/*.ngd
/synth/*/*.ngr
/synth/*/*.pad
/synth/*/*.par
/synth/*/*.pcf
/synth/*/*.prj
/synth/*/*.ptwx
/synth/*/*.stx
/synth/*/*.syr
/synth/*/*.twr
/synth/*/*.twx
/synth/*/*.unroutes
/synth/*/*.xpi
/synth/*/*.map
/synth/*/*.mrp
/synth/*/*.ngm
/synth/*/*.xrpt
/synth/*/*.csv
/synth/*/*.txt
/synth/*/*.log
/synth/*/*.bgn
/synth/*/*.bit
/synth/*/*.drc
/synth/*/*.ut
/synth/*/*.xwbt
/synth/*/ise_impact.cmd
/synth/*/*.debug
/synth/*/*.tcl
/synth/*/*.dmp
/synth/*/planAhead_run_1
/synth/*/*.ZX1
/Utils/*.ROM
/Utils/*.wav