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
1be7ce19
"LCU/git@git.astron.nl:ro/lofar.git" did not exist on "f93b0ad3884a89d4ef231f676c686733dad04f92"
Commit
1be7ce19
authored
10 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
cosmetic.
parent
b40ff545
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.vhd
+2
-1
2 additions, 1 deletion
libraries/io/ddr/src/vhdl/io_ddr.vhd
with
2 additions
and
1 deletion
libraries/io/ddr/src/vhdl/io_ddr.vhd
+
2
−
1
View file @
1be7ce19
...
@@ -56,6 +56,7 @@
...
@@ -56,6 +56,7 @@
-- read access the sequencer needs to generate the dvr signals itself.
-- read access the sequencer needs to generate the dvr signals itself.
--
--
-- . The dvr interface is mapped on the t_mem_ctlr_mosi/miso interface:
-- . The dvr interface is mapped on the t_mem_ctlr_mosi/miso interface:
--
-- dvr_miso.done <= dvr_done -- Requested wr or rd sequence is done
-- dvr_miso.done <= dvr_done -- Requested wr or rd sequence is done
-- dvr_en <= dvr_mosi.burstbegin
-- dvr_en <= dvr_mosi.burstbegin
-- dvr_wr_not_rd <= dvr_mosi.wr -- No need to use dvr_mosi.rd
-- dvr_wr_not_rd <= dvr_mosi.wr -- No need to use dvr_mosi.rd
...
@@ -174,7 +175,7 @@ ENTITY io_ddr IS
...
@@ -174,7 +175,7 @@ ENTITY io_ddr IS
phy_in
:
IN
t_tech_ddr_phy_in
;
phy_in
:
IN
t_tech_ddr_phy_in
;
phy_io
:
INOUT
t_tech_ddr_phy_io
;
phy_io
:
INOUT
t_tech_ddr_phy_io
;
phy_ou
:
OUT
t_tech_ddr_phy_ou
phy_ou
:
OUT
t_tech_ddr_phy_ou
);
);
END
io_ddr
;
END
io_ddr
;
...
...
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