forked from jiegec/rocket-chip-vcu128
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
68 lines (61 loc) · 919 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# This is a gitignore file automatically generated by digilent_vivado_checkin.tcl
# The file will not be overwritten unless deleted
# root
/*
!.gitignore
!README.md
!LICENSE
!project_info.tcl
!proj/
!repo/
!src/
!scripts/
!hw_handoff/
# vivado workspace
proj/*
# ip repository
repo/**
!repo/vivado-library
repo/vivado-library/**
!repo/local
!repo/local/**
!repo/cache
repo/cache/**
# version controlled sources
src/**
!src/bd
src/bd/**
!src/bd/*.tcl
!src/constraints
src/constraints/**
!src/constraints/*.xdc
!src/hdl
src/hdl/**
!src/hdl/*.v
!src/hdl/*.sv
!src/hdl/*.vhd
!src/ip
!src/ip/*
src/ip/*/**
!src/ip/**/*.xci
!src/other
!src/other/**
!src/main
!src/main/scala
!src/main/scala/**
# hardware handoff
hw_handoff/*
!hw_handoff/*.xsa
# maintain required directories
!**/.keep
# rocket chip
!project/build.properties
!build.sbt
!Makefile
!prologue.v
!bootrom
!verilator
!software
!submodules
!*.cfg
!build.sc