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
138005d0
Commit
138005d0
authored
6 years ago
by
Reinier van der Walle
Browse files
Options
Downloads
Patches
Plain Diff
corrected signal names
parent
91bdaec7
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
applications/arts/designs/arts_unb2b_sc4_fwd/src/vhdl/arts_unb2b_sc4_fwd.vhd
+13
-13
13 additions, 13 deletions
...esigns/arts_unb2b_sc4_fwd/src/vhdl/arts_unb2b_sc4_fwd.vhd
with
13 additions
and
13 deletions
applications/arts/designs/arts_unb2b_sc4_fwd/src/vhdl/arts_unb2b_sc4_fwd.vhd
+
13
−
13
View file @
138005d0
...
@@ -236,10 +236,10 @@ ARCHITECTURE str OF arts_unb2b_sc4_fwd IS
...
@@ -236,10 +236,10 @@ ARCHITECTURE str OF arts_unb2b_sc4_fwd IS
SIGNAL
unb2_board_front_io_serial_tx_arr
:
STD_LOGIC_VECTOR
(
c_nof_streams_qsfp
-1
DOWNTO
0
)
:
=
(
OTHERS
=>
'0'
);
SIGNAL
unb2_board_front_io_serial_tx_arr
:
STD_LOGIC_VECTOR
(
c_nof_streams_qsfp
-1
DOWNTO
0
)
:
=
(
OTHERS
=>
'0'
);
SIGNAL
unb2_board_front_io_serial_rx_arr
:
STD_LOGIC_VECTOR
(
c_nof_streams_qsfp
-1
DOWNTO
0
);
SIGNAL
unb2_board_front_io_serial_rx_arr
:
STD_LOGIC_VECTOR
(
c_nof_streams_qsfp
-1
DOWNTO
0
);
SIGNAL
unb2_board_10gbe
_snk_in_arr
:
t_dp_sosi_arr
(
c_nof_streams_qsfp
-1
DOWNTO
0
)
:
=
(
OTHERS
=>
c_dp_sosi_rst
);
SIGNAL
tr_10GbE
_snk_in_arr
:
t_dp_sosi_arr
(
c_nof_streams_qsfp
-1
DOWNTO
0
)
:
=
(
OTHERS
=>
c_dp_sosi_rst
);
SIGNAL
unb2_board_10gbe
_snk_out_arr
:
t_dp_siso_arr
(
c_nof_streams_qsfp
-1
DOWNTO
0
)
:
=
(
OTHERS
=>
c_dp_siso_rst
);
SIGNAL
tr_10GbE
_snk_out_arr
:
t_dp_siso_arr
(
c_nof_streams_qsfp
-1
DOWNTO
0
)
:
=
(
OTHERS
=>
c_dp_siso_rst
);
SIGNAL
unb2_board_10gbe
_src_out_arr
:
t_dp_sosi_arr
(
c_nof_streams_qsfp
-1
DOWNTO
0
)
:
=
(
OTHERS
=>
c_dp_sosi_rst
);
SIGNAL
tr_10GbE
_src_out_arr
:
t_dp_sosi_arr
(
c_nof_streams_qsfp
-1
DOWNTO
0
)
:
=
(
OTHERS
=>
c_dp_sosi_rst
);
SIGNAL
unb2_board_10gbe
_src_in_arr
:
t_dp_siso_arr
(
c_nof_streams_qsfp
-1
DOWNTO
0
)
:
=
(
OTHERS
=>
c_dp_siso_rst
);
SIGNAL
tr_10GbE
_src_in_arr
:
t_dp_siso_arr
(
c_nof_streams_qsfp
-1
DOWNTO
0
)
:
=
(
OTHERS
=>
c_dp_siso_rst
);
SIGNAL
reg_tr_10GbE_mac_mosi
:
t_mem_mosi
;
SIGNAL
reg_tr_10GbE_mac_mosi
:
t_mem_mosi
;
SIGNAL
reg_tr_10GbE_mac_miso
:
t_mem_miso
;
SIGNAL
reg_tr_10GbE_mac_miso
:
t_mem_miso
;
...
@@ -352,11 +352,11 @@ BEGIN
...
@@ -352,11 +352,11 @@ BEGIN
dp_rst
=>
dp_rst
,
dp_rst
=>
dp_rst
,
dp_clk
=>
dp_clk
,
dp_clk
=>
dp_clk
,
src_out_arr
=>
unb2_board_10gbe
_src_out_arr
,
src_out_arr
=>
tr_10GbE
_src_out_arr
,
src_in_arr
=>
unb2_board_10gbe
_src_in_arr
,
src_in_arr
=>
tr_10GbE
_src_in_arr
,
snk_out_arr
=>
unb2_board_10gbe
_snk_out_arr
,
snk_out_arr
=>
tr_10GbE
_snk_out_arr
,
snk_in_arr
=>
unb2_board_10gbe
_snk_in_arr
,
snk_in_arr
=>
tr_10GbE
_snk_in_arr
,
-- Serial IO
-- Serial IO
serial_tx_arr
=>
unb2_board_front_io_serial_tx_arr
,
serial_tx_arr
=>
unb2_board_front_io_serial_tx_arr
,
...
@@ -376,17 +376,17 @@ BEGIN
...
@@ -376,17 +376,17 @@ BEGIN
-- QSFP 5, RX 1 (21)-> QSFP 1, TX 3 (7)
-- QSFP 5, RX 1 (21)-> QSFP 1, TX 3 (7)
------------------------------------------------------------
------------------------------------------------------------
gen_dp_fwd
:
FOR
i
IN
0
TO
7
GENERATE
gen_dp_fwd
:
FOR
i
IN
0
TO
7
GENERATE
unb2_board_10gbe
_snk_in_arr
(
i
)
<=
unb2_board_10gbe
_src_out_arr
(
i
*
3
);
tr_10GbE
_snk_in_arr
(
i
)
<=
tr_10GbE
_src_out_arr
(
i
*
3
);
unb2_board_10gbe
_src_in_arr
(
i
*
3
)
<=
unb2_board_10gbe
_snk_out_arr
(
i
);
tr_10GbE
_src_in_arr
(
i
*
3
)
<=
tr_10GbE
_snk_out_arr
(
i
);
END
GENERATE
;
END
GENERATE
;
------------------------------------------------------------
------------------------------------------------------------
-- connecting the used streams to the qsfp LEDs controller
-- connecting the used streams to the qsfp LEDs controller
------------------------------------------------------------
------------------------------------------------------------
gen_qsfp_leds_wires
:
FOR
i
IN
0
TO
7
GENERATE
gen_qsfp_leds_wires
:
FOR
i
IN
0
TO
7
GENERATE
unb2_board_qsfp_leds_tx_src_in_arr
(
i
)
<=
unb2_board_10gbe
_snk_out_arr
(
i
);
unb2_board_qsfp_leds_tx_src_in_arr
(
i
)
<=
tr_10GbE
_snk_out_arr
(
i
);
unb2_board_qsfp_leds_tx_snk_in_arr
(
i
)
<=
unb2_board_10gbe
_snk_in_arr
(
i
);
unb2_board_qsfp_leds_tx_snk_in_arr
(
i
)
<=
tr_10GbE
_snk_in_arr
(
i
);
unb2_board_qsfp_leds_rx_snk_in_arr
(
i
*
3
)
<=
unb2_board_10gbe
_src_out_arr
(
i
*
3
);
unb2_board_qsfp_leds_rx_snk_in_arr
(
i
*
3
)
<=
tr_10GbE
_src_out_arr
(
i
*
3
);
END
GENERATE
;
END
GENERATE
;
------------------------
------------------------
...
...
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