forked from pulp-platform/cheshire
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
44 lines (37 loc) · 761 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
# Copyright 2022 ETH Zurich and University of Bologna.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
#
# Nicole Narr <narrn@student.ethz.ch>
# Christopher Reinwardt <creinwar@student.ethz.ch>
# Nonfree repository
nonfree/
# Dependency files
.bender/
# Documentation site
site/
# Software build files
*.bin
*.dump
*.memh
*.elf
*.gpt
*.gpth
*.o
*.a
*.dtb
sw/deps/.patched
# Test models
target/sim/models
# VSIM generated files
target/sim/vsim/compile.*.tcl
target/sim/vsim/*.log
target/sim/vsim/modelsim.ini
target/sim/vsim/transcript
target/sim/vsim/vsim.wlf
target/sim/vsim/work/
# Xilinx generated files
target/xilinx/build
target/xilinx/out
target/xilinx/scripts/add_sources.*
vivado*