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
f6f4fa5d
Commit
f6f4fa5d
authored
1 month ago
by
sebastie.gendre
Browse files
Options
Downloads
Patches
Plain Diff
axi4lite_hog_build_info entity: Remove non-necessary registry I/O in ports
parent
137d3b6e
Branches
master
No related tags found
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/axi4lite_hog_build_info.vhd
+5
-11
5 additions, 11 deletions
...build-info.srcs/sources_1/new/axi4lite_hog_build_info.vhd
with
5 additions
and
11 deletions
hog-build-info/hog-build-info.srcs/sources_1/new/axi4lite_hog_build_info.vhd
+
5
−
11
View file @
f6f4fa5d
...
...
@@ -12,6 +12,8 @@
--
-- Dependencies:
-- - axi4lite_if
-- - axi4lite_wr_channel_if
-- - axi4lite_rd_channel_if
-- - hog_build_info_regs
--
-- Revision:
...
...
@@ -52,14 +54,6 @@ entity axi4lite_hog_build_info is
s_axi_rresp
:
out
std_logic_vector
(
1
downto
0
);
s_axi_rvalid
:
out
std_logic
;
s_axi_rready
:
in
std_logic
;
-- Write register interface
wr_valid_o
:
out
std_logic
;
wr_addr_o
:
out
std_logic_vector
((
C_ADDR_WIDTH
-
1
)
downto
0
);
wr_data_o
:
out
std_logic_vector
(
31
downto
0
);
-- Read register interface
rd_valid_o
:
out
std_logic
;
rd_addr_o
:
out
std_logic_vector
((
C_ADDR_WIDTH
-
1
)
downto
0
);
rd_data_i
:
in
std_logic_vector
(
31
downto
0
);
-- Hog build info interface
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
...
...
@@ -158,7 +152,7 @@ begin
-- AXI4Lite interface
-----------------------------------------------------------------------------
axi4lite_if_inst
:
entity
work
.
axi4lite_if
axi4lite_if_inst
:
axi4lite_if
generic
map
(
C_ADDR_WIDTH
=>
C_ADDR_WIDTH
,
C_DATA_WIDTH
=>
C_DATA_WIDTH
...
...
@@ -200,7 +194,7 @@ begin
-- Register bank
-----------------------------------------------------------------------------
hog_build_info_regs_inst
:
entity
hog_build_info_regs
hog_build_info_regs_inst
:
hog_build_info_regs
generic
map
(
C_ADDR_WIDTH
=>
C_ADDR_WIDTH
)
...
...
@@ -227,6 +221,6 @@ begin
-----------------------------------------------------------------------------
clk_s
<=
s_axi_aclk
;
resetn_
i
<=
s_axi_aresetn
;
resetn_
s
<=
s_axi_aresetn
;
end
Behavioral
;
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