Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Microblaze demo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Travail semestre SG
Microblaze demo
Commits
0ac7d75b
Commit
0ac7d75b
authored
1 month ago
by
sebastie.gendre
Browse files
Options
Downloads
Patches
Plain Diff
Add Hog to the repository
parent
07c6dc9f
No related branches found
Branches containing commit
Tags
v0.0.1
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+99
-0
99 additions, 0 deletions
.gitignore
.gitmodules
+3
-0
3 additions, 0 deletions
.gitmodules
Hog
+1
-0
1 addition, 0 deletions
Hog
with
103 additions
and
0 deletions
.gitignore
0 → 100755
+
99
−
0
View file @
0ac7d75b
# Copyright 2018-2025 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
## OS
.DS_Store
.DS_Store?
.Trashes
**.Trashes
ehthumbs.db
Thumbs.db
## MISCELLANEA
**.tmp
!/.gitignore
bin
gitk
*~
**.pyc
Doc/*
**.log
DCPs/
## CERNbox
._*
**._*
## Sigasi Studio
.library_mapping.xml
.project
.settings
## Xilinx Vivado
**.str
**.jou
.Xil/
.Xilinx/
Projects/
output/
lastbuilt.txt
credentials.sh
VivadoProject
SimulationLib
profpga
## 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
**.bak
**.mti
**.mtp
**.mpf
**.wlf
**.ini
**.qdb
**.qpg
**.qtl
This diff is collapsed.
Click to expand it.
.gitmodules
0 → 100644
+
3
−
0
View file @
0ac7d75b
[submodule "Hog"]
path = Hog
url = https://gitlab.com/hog-cern/Hog.git
This diff is collapsed.
Click to expand it.
Hog
@
6c3e80e1
Subproject commit 6c3e80e12e774f57163bd65b78f6809f7610fb62
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment