Skip to content
GitLab
Explore
Sign in
Register
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
c4a331e5
Commit
c4a331e5
authored
10 years ago
by
Daniel van der Schuur
Browse files
Options
Downloads
Patches
Plain Diff
-Fixed DDR3 I/O type in port declaration.
parent
d668a64e
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
applications/apertif/designs/apertif_unb1_fn_beamformer/revisions/apertif_unb1_fn_beamformer_base/apertif_unb1_fn_beamformer_base.vhd
+4
-4
4 additions, 4 deletions
...b1_fn_beamformer_base/apertif_unb1_fn_beamformer_base.vhd
with
4 additions
and
4 deletions
applications/apertif/designs/apertif_unb1_fn_beamformer/revisions/apertif_unb1_fn_beamformer_base/apertif_unb1_fn_beamformer_base.vhd
+
4
−
4
View file @
c4a331e5
...
...
@@ -87,9 +87,9 @@ ENTITY apertif_unb1_fn_beamformer_base IS
SI_FN_3_CNTRL
:
INOUT
STD_LOGIC_VECTOR
(
c_unb1_board_ci
.
tr
.
cntrl_w
-1
DOWNTO
0
);
SI_FN_RSTN
:
OUT
STD_LOGIC
:
=
'1'
;
-- ResetN is pulled up in the Vitesse chip, but pulled down again by external 1k resistor.
-- So we need to assign a '1' to it.
MB_I_IN
:
IN
t_tech_ddr_phy_in_arr
(
g_use_MB_I
-1
DOWNTO
0
);
MB_I_IO
:
INOUT
t_tech_ddr_phy_io_arr
(
g_use_MB_I
-1
DOWNTO
0
);
MB_I_OU
:
OUT
t_tech_ddr_phy_ou_arr
(
g_use_MB_I
-1
DOWNTO
0
)
MB_I_IN
:
IN
t_tech_ddr
3
_phy_in_arr
(
g_use_MB_I
-1
DOWNTO
0
);
MB_I_IO
:
INOUT
t_tech_ddr
3
_phy_io_arr
(
g_use_MB_I
-1
DOWNTO
0
);
MB_I_OU
:
OUT
t_tech_ddr
3
_phy_ou_arr
(
g_use_MB_I
-1
DOWNTO
0
)
);
END
apertif_unb1_fn_beamformer_base
;
...
...
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