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
Commits
ab54816b
Commit
ab54816b
authored
2 months ago
by
sebastie.gendre
Browse files
Options
Downloads
Patches
Plain Diff
hog_build_info_regs: Rename the entity (I have forget it)
parent
9b965179
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
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
+4
-4
4 additions, 4 deletions
...hog-build-info.srcs/sources_1/new/hog_build_info_regs.vhd
with
4 additions
and
4 deletions
hog-build-info/hog-build-info.srcs/sources_1/new/hog_build_info_regs.vhd
+
4
−
4
View file @
ab54816b
...
...
@@ -4,7 +4,7 @@
--
-- Create Date: 03/10/2025 06:56:35 AM
-- Design Name:
-- Module Name: hog_build_info_reg - Behavioral
-- Module Name: hog_build_info_reg
s
- Behavioral
-- Project Name:
-- Target Devices:
-- Tool Versions:
...
...
@@ -23,7 +23,7 @@ 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
);
...
...
@@ -37,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.
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