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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RTSD
HDL
Commits
550aea9c
Commit
550aea9c
authored
Dec 14, 2017
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Tb now compiles and loads oke in simulation.
parent
932765af
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/tb/vhdl/tb_apertif_unb1_fn_beamformer.vhd
+50
-59
50 additions, 59 deletions
...1_fn_beamformer/tb/vhdl/tb_apertif_unb1_fn_beamformer.vhd
with
50 additions
and
59 deletions
applications/apertif/designs/apertif_unb1_fn_beamformer/tb/vhdl/tb_apertif_unb1_fn_beamformer.vhd
+
50
−
59
View file @
550aea9c
...
@@ -77,15 +77,7 @@ ARCHITECTURE tb OF tb_apertif_unb1_fn_beamformer IS
...
@@ -77,15 +77,7 @@ ARCHITECTURE tb OF tb_apertif_unb1_fn_beamformer IS
SIGNAL
si_fn_0_tx
:
STD_LOGIC_VECTOR
(
c_unb1_board_ci
.
tr
.
bus_w
-1
DOWNTO
0
)
:
=
(
OTHERS
=>
'0'
);
SIGNAL
si_fn_0_tx
:
STD_LOGIC_VECTOR
(
c_unb1_board_ci
.
tr
.
bus_w
-1
DOWNTO
0
)
:
=
(
OTHERS
=>
'0'
);
SIGNAL
fn_bn_0_tx
:
STD_LOGIC_VECTOR
(
c_unb1_board_tr_mesh
.
bus_w
-1
DOWNTO
0
)
:
=
(
OTHERS
=>
'0'
);
SIGNAL
fn_bn_0_tx
:
STD_LOGIC_VECTOR
(
c_unb1_board_tr_mesh
.
bus_w
-1
DOWNTO
0
)
:
=
(
OTHERS
=>
'0'
);
-- Signals to interface with the DDR3 memory model.
SIGNAL
phy_in_x
:
t_tech_ddr3_phy_in
:
=
c_tech_ddr3_phy_in_x
;
-- use internal DDR3 model instead
SIGNAL
phy_in
:
t_tech_ddr3_phy_in_arr
(
0
DOWNTO
0
);
SIGNAL
phy_io
:
t_tech_ddr3_phy_io_arr
(
0
DOWNTO
0
);
SIGNAL
phy_ou
:
t_tech_ddr3_phy_ou_arr
(
0
DOWNTO
0
);
SIGNAL
ras_n
:
STD_LOGIC_VECTOR
(
0
DOWNTO
0
);
SIGNAL
cas_n
:
STD_LOGIC_VECTOR
(
0
DOWNTO
0
);
SIGNAL
we_n
:
STD_LOGIC_VECTOR
(
0
DOWNTO
0
);
BEGIN
BEGIN
...
@@ -113,13 +105,12 @@ BEGIN
...
@@ -113,13 +105,12 @@ BEGIN
------------------------------------------------------------------------------
------------------------------------------------------------------------------
u_apertif_unb1_fn_beamformer
:
ENTITY
work
.
apertif_unb1_fn_beamformer
u_apertif_unb1_fn_beamformer
:
ENTITY
work
.
apertif_unb1_fn_beamformer
GENERIC
MAP
(
GENERIC
MAP
(
g_design_name
=>
"fn_beamformer"
,
--
"apertif_unb1_fn_beamformer
";
g_design_name
=>
"apertif_unb1_fn_beamformer
_bg_trans"
,
g_design_note
=>
"
Apertif subband beamformer"
,
--"UNUSED";
g_design_note
=>
"
simulation"
,
g_sim
=>
c_sim
,
g_sim
=>
c_sim
,
g_sim_unb_nr
=>
c_unb_nr
,
g_sim_unb_nr
=>
c_unb_nr
,
g_sim_node_nr
=>
c_node_nr
,
g_sim_node_nr
=>
c_node_nr
,
g_bf
=>
c_bf
,
g_bf
=>
c_bf
g_use_bf
=>
TRUE
)
)
PORT
MAP
(
PORT
MAP
(
-- GENERAL
-- GENERAL
...
@@ -143,24 +134,24 @@ BEGIN
...
@@ -143,24 +134,24 @@ BEGIN
ETH_SGOUT
=>
eth_txp
,
ETH_SGOUT
=>
eth_txp
,
-- Transceiver clocks
-- Transceiver clocks
SA_CLK
=>
sa_clk
,
-- : IN STD_LOGIC; -- SerDes Clock BN-BI / SI_FN
SA_CLK
=>
sa_clk
,
SB_CLK
=>
sb_clk
,
SB_CLK
=>
sb_clk
,
-- Mesh Serial I/O
-- Mesh Serial I/O
FN_BN_0_RX
=>
fn_bn_0_tx
,
-- : IN STD_LOGIC_VECTOR(c_unb1_board_tr_mesh.bus_w-1 DOWNTO 0) := (OTHERS=>'0');
FN_BN_0_RX
=>
fn_bn_0_tx
,
FN_BN_1_RX
=>
fn_bn_0_tx
,
-- : IN STD_LOGIC_VECTOR(c_unb1_board_tr_mesh.bus_w-1 DOWNTO 0) := (OTHERS=>'0');
FN_BN_1_RX
=>
fn_bn_0_tx
,
FN_BN_2_RX
=>
fn_bn_0_tx
,
-- : IN STD_LOGIC_VECTOR(c_unb1_board_tr_mesh.bus_w-1 DOWNTO 0) := (OTHERS=>'0');
FN_BN_2_RX
=>
fn_bn_0_tx
,
FN_BN_3_RX
=>
fn_bn_0_tx
,
-- : IN STD_LOGIC_VECTOR(c_unb1_board_tr_mesh.bus_w-1 DOWNTO 0) := (OTHERS=>'0');
FN_BN_3_RX
=>
fn_bn_0_tx
,
-- Serial I/O
-- Serial I/O
SI_FN_0_RX
=>
si_fn_0_tx
,
-- : IN STD_LOGIC_VECTOR(c_unb1_board_ci.tr.bus_w-1 DOWNTO 0);
SI_FN_0_RX
=>
si_fn_0_tx
,
SI_FN_1_RX
=>
si_fn_0_tx
,
-- : IN STD_LOGIC_VECTOR(c_unb1_board_ci.tr.bus_w-1 DOWNTO 0);
SI_FN_1_RX
=>
si_fn_0_tx
,
SI_FN_2_RX
=>
si_fn_0_tx
,
-- : IN STD_LOGIC_VECTOR(c_unb1_board_ci.tr.bus_w-1 DOWNTO 0);
SI_FN_2_RX
=>
si_fn_0_tx
,
SI_FN_3_RX
=>
si_fn_0_tx
,
-- : IN STD_LOGIC_VECTOR(c_unb1_board_ci.tr.bus_w-1 DOWNTO 0);
SI_FN_3_RX
=>
si_fn_0_tx
,
MB_I_in
=>
phy_in
,
MB_I_in
=>
phy_in
_x
,
MB_I_io
=>
phy_io
,
MB_I_io
=>
OPEN
,
MB_I_ou
=>
phy_ou
MB_I_ou
=>
OPEN
);
);
END
tb
;
END
tb
;
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