-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
71 lines (70 loc) · 1.49 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
boards/*/*.vcd
boards/*/*.vvp
boards/*/*.vvp.list
boards/*/asm.chg
boards/*/db/
boards/*/fit.chg
boards/*/map.chg
boards/*/smart.log
boards/*/system.asm.rpt
boards/*/system.fit.rpt
boards/*/system.fit.summary
boards/*/system.flow.rpt
boards/*/system.map.rpt
boards/*/system.map.smsg
boards/*/system.map.summary
boards/*/system.pin
boards/*/system.pof
boards/*/system.qsf
boards/*/system.sof
boards/*/system.tan.rpt
boards/*/system.tan.summary
boards/*/system_assignment_defaults.qdf
boards/*/tan.chg
boards/*/system.prj
boards/*/system.bgn
boards/*/system.bit
boards/*/system.bld
boards/*/system.drc
boards/*/system.lso
boards/*/system.map
boards/*/system.mrp
boards/*/system.ncd
boards/*/system.ngc
boards/*/system.ngd
boards/*/system.ngm
boards/*/system.pcf
boards/*/system.srp
boards/*/system.mcs
boards/*/system.prm
boards/*/system-routed.ncd
boards/*/system-routed.pad
boards/*/system-routed.par
boards/*/system-routed.twr
boards/*/system-routed.unroutes
boards/*/system-routed.xpi
boards/*/system-routed_pad.csv
boards/*/system-routed_pad.txt
boards/*/system-routed.xdl
boards/*/system_summary.xml
boards/*/system_usage.xml
boards/*/xst/
boards/*/netlist.lst
boards/*/verilog.log
boards/*/timing.twr
tools/srec2vram/srec2vram
firmware/*/*.d
firmware/*/*.o
firmware/*/*.map
firmware/*/*.lst
firmware/*/*.srec
firmware/*/*.ram
firmware/*/image
firmware/*/image.srec
firmware/*/image.ram
firmware/*/image.bin
firmware/*/zimage
firmware/*/zimage.srec
firmware/*/zimage.ram
firmware/*/zimage.bin
firmware/*/zimage.zbin