Skip to content
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.

Commit

Permalink
Adding hog to the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
pgkounto committed Sep 13, 2022
1 parent d4dc38d commit cde7f30
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 23 deletions.
112 changes: 89 additions & 23 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,30 +1,96 @@
#tempfiles
slack_msg
make_log.txt
*~
*#
# Copyright 2018-2022 The University of Birmingham
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

### Hog .gitignore ###
# The following two lines assume that you have your IPs like this: IP/<ip name>/<ip name>.xci
# If you have a more complex subdirectory structure please make sure that:
# - the last subdirectory has the same name as the IP and that
# - only .xci files are committed.
#
IP/*/*
!IP/*/*.xci

BD/*
!BD/*.bd

#################################################################################
## Output files
#################################################################################
bit
## OS
.DS_Store
.DS_Store?
.Trashes
**.Trashes
ehthumbs.db
Thumbs.db

## MISCELLANEA
**.tmp
!/.gitignore
bin
gitk
*~
**.pyc
Doc/*
**.log

#################################################################################
## Sim files
#################################################################################
sim/*
!sim/tb*/
## CERNbox
._*
**._*

#################################################################################
## ISE Crap
#################################################################################
proj/*
!proj/CPLD.xise
## Sigasi Studio
.library_mapping.xml
.project
.settings

## Xilinx Vivado
**.str
**.jou
.Xil/
.Xilinx/
Projects/
output/
lastbuilt.txt
credentials.sh
VivadoProject
SimulationLib
profpga

#################################################################################
## Temp build files
#################################################################################
src/fw_version.vhd
## Intel Quartus Prime
Projects
SimulationLib_quartus
*.bak

## Software building
**.depend
**.layout
**.o
bin*/
obj/
compile*
*.out

## ModelSim, UVVM
transcript*
work/
.cxl*
# .cxl.modelsim.version # .cxl.ip/
_Alert.txt
_Log.txt
_info
**.mti
**.mtp
**.mpf
**.wlf
**.ini
**.qdb
**.qpg
**.qtl
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "Hog"]
path = Hog
url = ../../hog/Hog.git
1 change: 1 addition & 0 deletions Hog
Submodule Hog added at b07df9

0 comments on commit cde7f30

Please sign in to comment.