Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HDL
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
RTSD
HDL
Commits
ae7d3eab
Commit
ae7d3eab
authored
10 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Added comment to clarify which are the input and output ports.
parent
afe300d0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libraries/io/ddr/src/vhdl/io_ddr_driver_flush_ctrl.vhd
+3
-2
3 additions, 2 deletions
libraries/io/ddr/src/vhdl/io_ddr_driver_flush_ctrl.vhd
with
3 additions
and
2 deletions
libraries/io/ddr/src/vhdl/io_ddr_driver_flush_ctrl.vhd
+
3
−
2
View file @
ae7d3eab
...
@@ -58,13 +58,14 @@ ENTITY io_ddr_driver_flush_ctrl IS
...
@@ -58,13 +58,14 @@ ENTITY io_ddr_driver_flush_ctrl IS
clk
:
IN
STD_LOGIC
;
clk
:
IN
STD_LOGIC
;
rst
:
IN
STD_LOGIC
;
rst
:
IN
STD_LOGIC
;
-- Inputs
dvr_en
:
IN
STD_LOGIC
:
=
'1'
;
dvr_en
:
IN
STD_LOGIC
:
=
'1'
;
dvr_done
:
IN
STD_LOGIC
;
dvr_wr_flush_en
:
IN
STD_LOGIC
:
=
'1'
;
dvr_wr_flush_en
:
IN
STD_LOGIC
:
=
'1'
;
dvr_wr_not_rd
:
IN
STD_LOGIC
;
dvr_wr_not_rd
:
IN
STD_LOGIC
;
dvr_done
:
IN
STD_LOGIC
;
ctlr_wr_sosi
:
IN
t_dp_sosi
;
ctlr_wr_sosi
:
IN
t_dp_sosi
;
-- Output
ctlr_wr_flush_en
:
OUT
STD_LOGIC
ctlr_wr_flush_en
:
OUT
STD_LOGIC
);
);
END
io_ddr_driver_flush_ctrl
;
END
io_ddr_driver_flush_ctrl
;
...
...
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