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
09821cf5
Commit
09821cf5
authored
2 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Increase c_eth_runtime_timeout.
parent
9bb01e16
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
applications/lofar2/designs/lofar2_unb2c_sdp_station/revisions/lofar2_unb2c_sdp_station_xsub_one/tb_lofar2_unb2c_sdp_station_xsub_one_xst_offload.vhd
+2
-2
2 additions, 2 deletions
..._one/tb_lofar2_unb2c_sdp_station_xsub_one_xst_offload.vhd
with
2 additions
and
2 deletions
applications/lofar2/designs/lofar2_unb2c_sdp_station/revisions/lofar2_unb2c_sdp_station_xsub_one/tb_lofar2_unb2c_sdp_station_xsub_one_xst_offload.vhd
+
2
−
2
View file @
09821cf5
...
@@ -44,7 +44,7 @@
...
@@ -44,7 +44,7 @@
-- > add wave -position insertpoint \
-- > add wave -position insertpoint \
-- sim:/tb_lofar2_unb2c_sdp_station_xsub_one_xst_offload/c_exp_subband_xst
-- sim:/tb_lofar2_unb2c_sdp_station_xsub_one_xst_offload/c_exp_subband_xst
-- > run -a
-- > run -a
-- Takes about
5
0 m
-- Takes about
6
0 m
-- View e.g.:
-- View e.g.:
-- * rx_sdp_stat_re/im in radix decimal and in format literal or analogue
-- * rx_sdp_stat_re/im in radix decimal and in format literal or analogue
-- * rx_sdp_stat_header.app
-- * rx_sdp_stat_header.app
...
@@ -130,7 +130,7 @@ ARCHITECTURE tb OF tb_lofar2_unb2c_sdp_station_xsub_one_xst_offload IS
...
@@ -130,7 +130,7 @@ ARCHITECTURE tb OF tb_lofar2_unb2c_sdp_station_xsub_one_xst_offload IS
CONSTANT
c_eth_crc_size
:
NATURAL
:
=
1
;
-- word
CONSTANT
c_eth_crc_size
:
NATURAL
:
=
1
;
-- word
CONSTANT
c_eth_packet_size
:
NATURAL
:
=
c_eth_header_size
+
c_eth_crc_size
+
(
c_sdp_W_statistic
/
c_word_w
)
*
c_sdp_S_pn
*
c_sdp_S_pn
*
c_nof_complex
;
-- 20 + 2 * 12 * 12 * 2 = 596
CONSTANT
c_eth_packet_size
:
NATURAL
:
=
c_eth_header_size
+
c_eth_crc_size
+
(
c_sdp_W_statistic
/
c_word_w
)
*
c_sdp_S_pn
*
c_sdp_S_pn
*
c_nof_complex
;
-- 20 + 2 * 12 * 12 * 2 = 596
CONSTANT
c_eth_check_nof_valid
:
NATURAL
:
=
c_eth_check_nof_packets
*
c_eth_packet_size
;
CONSTANT
c_eth_check_nof_valid
:
NATURAL
:
=
c_eth_check_nof_packets
*
c_eth_packet_size
;
CONSTANT
c_eth_runtime_timeout
:
TIME
:
=
(
c_nof_sync
+
2
)
*
c_nof_clk_per_sync
*
c_ext_clk_period
;
-- eth statistics should be done after c_nof_sync
CONSTANT
c_eth_runtime_timeout
:
TIME
:
=
(
c_nof_sync
+
3
)
*
c_nof_clk_per_sync
*
c_ext_clk_period
;
-- eth statistics should be done after c_nof_sync
-- DUT
-- DUT
SIGNAL
ext_clk
:
STD_LOGIC
:
=
'0'
;
SIGNAL
ext_clk
:
STD_LOGIC
:
=
'0'
;
...
...
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