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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RTSD
HDL
Commits
c204f380
Commit
c204f380
authored
9 years ago
by
Daniel van der Schuur
Browse files
Options
Downloads
Patches
Plain Diff
-Removed references to non-existent DDR3 generic.
parent
2c02a969
No related branches found
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
+5
-7
5 additions, 7 deletions
...b1_fn_beamformer_base/apertif_unb1_fn_beamformer_base.vhd
with
5 additions
and
7 deletions
applications/apertif/designs/apertif_unb1_fn_beamformer/revisions/apertif_unb1_fn_beamformer_base/apertif_unb1_fn_beamformer_base.vhd
+
5
−
7
View file @
c204f380
...
@@ -32,8 +32,7 @@ ENTITY apertif_unb1_fn_beamformer_base IS
...
@@ -32,8 +32,7 @@ ENTITY apertif_unb1_fn_beamformer_base IS
g_sim_node_nr
:
NATURAL
:
=
0
;
g_sim_node_nr
:
NATURAL
:
=
0
;
g_stamp_date
:
NATURAL
:
=
0
;
g_stamp_date
:
NATURAL
:
=
0
;
g_stamp_time
:
NATURAL
:
=
0
;
g_stamp_time
:
NATURAL
:
=
0
;
g_stamp_svn
:
NATURAL
:
=
0
;
g_stamp_svn
:
NATURAL
:
=
0
g_use_MB_I
:
NATURAL
:
=
0
);
);
PORT
(
PORT
(
-- GENERAL
-- GENERAL
...
@@ -87,9 +86,9 @@ ENTITY apertif_unb1_fn_beamformer_base IS
...
@@ -87,9 +86,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_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.
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.
-- So we need to assign a '1' to it.
MB_I_IN
:
IN
t_tech_ddr3_phy_in
_arr
(
g_use_MB_I
-1
DOWNTO
0
)
;
MB_I_IN
:
IN
t_tech_ddr3_phy_in
;
MB_I_IO
:
INOUT
t_tech_ddr3_phy_io
_arr
(
g_use_MB_I
-1
DOWNTO
0
)
;
MB_I_IO
:
INOUT
t_tech_ddr3_phy_io
;
MB_I_OU
:
OUT
t_tech_ddr3_phy_ou
_arr
(
g_use_MB_I
-1
DOWNTO
0
)
MB_I_OU
:
OUT
t_tech_ddr3_phy_ou
);
);
END
apertif_unb1_fn_beamformer_base
;
END
apertif_unb1_fn_beamformer_base
;
...
@@ -106,8 +105,7 @@ BEGIN
...
@@ -106,8 +105,7 @@ BEGIN
g_sim_node_nr
=>
g_sim_node_nr
,
g_sim_node_nr
=>
g_sim_node_nr
,
g_stamp_date
=>
g_stamp_date
,
g_stamp_date
=>
g_stamp_date
,
g_stamp_time
=>
g_stamp_time
,
g_stamp_time
=>
g_stamp_time
,
g_stamp_svn
=>
g_stamp_svn
,
g_stamp_svn
=>
g_stamp_svn
g_use_MB_I
=>
g_use_MB_I
)
)
PORT
MAP
(
PORT
MAP
(
CLK
=>
CLK
,
CLK
=>
CLK
,
...
...
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