Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hog-build-info-register
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
hog-build-info-register
Compare revisions
8c95253525f71733482e38baf466264119a4b120 to 4409ba458d2c9d23c9dd4ebef85522a6d96417c3
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
travail-semestre-sg/hog-build-info-register
Select target project
No results found
4409ba458d2c9d23c9dd4ebef85522a6d96417c3
Select Git revision
Branches
main
Tags
v0.0.1
v0.0.2
v0.0.3
v0.0.4
v0.0.5
6 results
Swap
Target
travail-semestre-sg/hog-build-info-register
Select target project
travail-semestre-sg/hog-build-info-register
1 result
8c95253525f71733482e38baf466264119a4b120
Select Git revision
Branches
main
Tags
v0.0.1
v0.0.2
v0.0.3
v0.0.4
v0.0.5
6 results
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (3)
hog_build_info_regs: Add "use" for numeric_std
· 9b965179
sebastie.gendre
authored
2 months ago
9b965179
hog_build_info_regs: Rename the entity (I have forget it)
· ab54816b
sebastie.gendre
authored
2 months ago
ab54816b
hog_build_info_regs: Add some info in the top comments (name, desc, etc)
· 4409ba45
sebastie.gendre
authored
2 months ago
4409ba45
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
hog-build-info/hog-build-info.srcs/sources_1/new/hog_build_info_regs.vhd
+9
-8
9 additions, 8 deletions
...hog-build-info.srcs/sources_1/new/hog_build_info_regs.vhd
with
9 additions
and
8 deletions
hog-build-info/hog-build-info.srcs/sources_1/new/hog_build_info_regs.vhd
View file @
4409ba45
...
...
@@ -3,12 +3,12 @@
-- Engineer:
--
-- Create Date: 03/10/2025 06:56:35 AM
-- Design Name:
-- Module Name: hog_build_info_reg - Behavioral
-- Project Name:
-- Target Devices:
-- Design Name:
Hog build info registers bank
-- Module Name: hog_build_info_reg
s
- Behavioral
-- Project Name:
Hog build info
-- Target Devices:
Microblaze
-- Tool Versions:
-- Description:
-- Description:
The registers bank for the Hog build info device.
--
-- Dependencies:
--
...
...
@@ -21,8 +21,9 @@
library
IEEE
;
use
IEEE
.
STD_LOGIC_1164
.
ALL
;
use
IEEE
.
numeric_std
.
all
;
entity
hog_build_info_reg
is
entity
hog_build_info_reg
s
is
generic
(
C_ADDR_WIDTH
:
integer
:
=
32
-- Width of the addresses
);
...
...
@@ -36,9 +37,9 @@ entity hog_build_info_reg is
hog_global_date_i
:
in
std_logic_vector
(
31
downto
0
);
-- Hog build global date
hog_global_time_i
:
in
std_logic_vector
(
31
downto
0
)
-- Hog build global time
);
end
hog_build_info_reg
;
end
hog_build_info_reg
s
;
architecture
Behavioral
of
hog_build_info_reg
is
architecture
Behavioral
of
hog_build_info_reg
s
is
-- Register map
--
...
...
This diff is collapsed.
Click to expand it.