-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
72 lines (56 loc) · 1.35 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
#TOP
#nothing to ignore
#SOFTWARE
#software/periphs.h
#*.c
TAGS
.clangd
compile_commands.json
debug/
#software/pc-emul/*
#!software/pc-emul/Makefile
#!software/pc-emul/test.expected
#!software/pc-emul/testVersatSpecification.txt
#software/test/*.bin
#!software/bootloader/boot.c
#!software/bootloader/boot.S
#!software/console/console
#!software/console/eth_console
#!software/firmware/benchmarks
#!software/firmware/crypto
#HARDWARE
#sources
#hardware/include/signal_inst.vh
#hardware/src/system.v
#hardware/src/versat_instance.v
#hardware/src/GeneratedUnits/*
#hardware/testbench/system_tb.v
#hardware/include/versat_defs.vh
#scala sources
#hardware/src/spinalHDL/project/*
#hardware/src/spinalHDL/target/*
#simulation
#hardware/simulation/*/*
#!hardware/simulation/verilog_tb/*
#!hardware/simulation/simulation.mk
#!hardware/simulation/*/Makefile
#!hardware/simulation/*/*.expected
#!hardware/simulation/*/*.sh
#!hardware/simulation/verilator/*.cpp
#fpga
#hardware/fpga/*/*/*
#!hardware/fpga/fpga.mk
#!hardware/fpga/*/*/Makefile
#!hardware/fpga/*/*/*.tcl
#!hardware/fpga/*/*/*.expected
#!hardware/fpga/*/*/verilog
#!hardware/fpga/*/*/doc
#!hardware/fpga/vivado/*/*.xdc
#!hardware/fpga/quartus/*/*.sdc
#!hardware/fpga/quartus/*/qsys
#DOCUMENT
#document/*/*
#!document/*/Makefile
#!document/*/*.expected
#!document/*/*.pdf
#!document/presentation/presentation.tex