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
c743a362
Commit
c743a362
authored
2 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Add AVS_ETH_1_TSE. Rename AVS_ETH_0_MMS_REG into AVS_ETH_0_REG.
parent
75a50848
No related branches found
No related tags found
1 merge request
!293
Rename eth_stream into eth_stream_udp. Create new eth_stream.vhd that contains...
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
boards/uniboard2c/designs/unb2c_test/src/vhdl/mmm_unb2c_test.vhd
+10
-4
10 additions, 4 deletions
...uniboard2c/designs/unb2c_test/src/vhdl/mmm_unb2c_test.vhd
with
10 additions
and
4 deletions
boards/uniboard2c/designs/unb2c_test/src/vhdl/mmm_unb2c_test.vhd
+
10
−
4
View file @
c743a362
...
@@ -344,11 +344,17 @@ BEGIN
...
@@ -344,11 +344,17 @@ BEGIN
PORT
MAP
(
mm_rst
,
mm_clk
,
ram_diag_data_buf_ddr_MB_II_mosi
,
ram_diag_data_buf_ddr_MB_II_miso
);
PORT
MAP
(
mm_rst
,
mm_clk
,
ram_diag_data_buf_ddr_MB_II_mosi
,
ram_diag_data_buf_ddr_MB_II_miso
);
-- Note: the eth1g RAM and TSE buses are only required by unb_osy on the NIOS as they provide the ethernet<->MM gateway.
-- Note: the eth1g RAM and TSE buses are only required by unb_osy on the NIOS as they provide the ethernet<->MM gateway.
u_mm_file_reg_eth0
:
mm_file
GENERIC
MAP
(
mmf_unb_file_prefix
(
g_sim_unb_nr
,
c_sim_node_nr
,
c_sim_node_type
)
&
"AVS_ETH_0_MMS_REG"
)
-- . 1GbE_I with TSE setup by NiosII
u_mm_file_reg_eth0_tse
:
mm_file
GENERIC
MAP
(
mmf_unb_file_prefix
(
g_sim_unb_nr
,
c_sim_node_nr
,
c_sim_node_type
)
&
"AVS_ETH_0_TSE"
)
PORT
MAP
(
mm_rst
,
mm_clk
,
eth1g_eth0_tse_mosi
,
eth1g_eth0_tse_miso
);
u_mm_file_reg_eth0_reg
:
mm_file
GENERIC
MAP
(
mmf_unb_file_prefix
(
g_sim_unb_nr
,
c_sim_node_nr
,
c_sim_node_type
)
&
"AVS_ETH_0_REG"
)
PORT
MAP
(
mm_rst
,
mm_clk
,
i_eth1g_eth0_reg_mosi
,
eth1g_eth0_reg_miso
);
PORT
MAP
(
mm_rst
,
mm_clk
,
i_eth1g_eth0_reg_mosi
,
eth1g_eth0_reg_miso
);
u_mm_file_reg_eth1
:
mm_file
GENERIC
MAP
(
mmf_unb_file_prefix
(
g_sim_unb_nr
,
c_sim_node_nr
,
c_sim_node_type
)
&
"AVS_ETH_1_MMS_REG"
)
u_mm_file_reg_eth0_ram
:
mm_file
GENERIC
MAP
(
mmf_unb_file_prefix
(
g_sim_unb_nr
,
c_sim_node_nr
,
c_sim_node_type
)
&
"AVS_ETH_0_RAM"
)
PORT
MAP
(
mm_rst
,
mm_clk
,
i_eth1g_eth1_reg_mosi
,
eth1g_eth1_reg_miso
);
PORT
MAP
(
mm_rst
,
mm_clk
,
eth1g_eth0_ram_mosi
,
eth1g_eth0_ram_miso
);
-- . 1GbE_II with TSE setup in VHDL
u_mm_file_reg_eth1_tse
:
mm_file
GENERIC
MAP
(
mmf_unb_file_prefix
(
g_sim_unb_nr
,
c_sim_node_nr
,
c_sim_node_type
)
&
"AVS_ETH_1_TSE"
)
PORT
MAP
(
mm_rst
,
mm_clk
,
eth1g_eth1_tse_mosi
,
eth1g_eth1_tse_miso
);
u_mm_file_reg_tr_10GbE_qsfp_ring
:
mm_file
GENERIC
MAP
(
mmf_unb_file_prefix
(
g_sim_unb_nr
,
c_sim_node_nr
,
c_sim_node_type
)
&
"REG_TR_10GBE_QSFP_RING"
)
u_mm_file_reg_tr_10GbE_qsfp_ring
:
mm_file
GENERIC
MAP
(
mmf_unb_file_prefix
(
g_sim_unb_nr
,
c_sim_node_nr
,
c_sim_node_type
)
&
"REG_TR_10GBE_QSFP_RING"
)
PORT
MAP
(
mm_rst
,
mm_clk
,
reg_tr_10GbE_qsfp_ring_mosi
,
reg_tr_10GbE_qsfp_ring_miso
);
PORT
MAP
(
mm_rst
,
mm_clk
,
reg_tr_10GbE_qsfp_ring_mosi
,
reg_tr_10GbE_qsfp_ring_miso
);
u_mm_file_reg_tr_10GbE_back0
:
mm_file
GENERIC
MAP
(
mmf_unb_file_prefix
(
g_sim_unb_nr
,
c_sim_node_nr
,
c_sim_node_type
)
&
"REG_TR_10GBE_BACK0"
)
u_mm_file_reg_tr_10GbE_back0
:
mm_file
GENERIC
MAP
(
mmf_unb_file_prefix
(
g_sim_unb_nr
,
c_sim_node_nr
,
c_sim_node_type
)
&
"REG_TR_10GBE_BACK0"
)
...
...
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