-
Notifications
You must be signed in to change notification settings - Fork 42
/
.gitignore
53 lines (43 loc) · 999 Bytes
/
.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
#TOP
#nothing to ignore
#SOFTWARE
software/periphs.h
software/*/*
!software/*/Makefile
!software/*/*.expected
!software/*/*.py
!software/bootloader/boot.c
!software/bootloader/boot.S
!software/firmware/*.h
!software/firmware/*.c
!software/firmware/firmware.S
!software/console/console
#HARDWARE
#sources
hardware/src/system.v
hardware/testbench/system_tb.v
#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