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
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
613f43f5c68f3485b7ec01c30bd3028aaec79546
Select Git revision
Branches
4
HPR-158
L2SDP-1082
L2SDP-LIFT
master
default
protected
4 results
Begin with the selected commit
Created with Raphaël 2.2.0
9
Dec
8
7
6
2
30
Nov
29
26
25
24
23
19
18
15
12
11
9
5
4
3
2
1
28
Oct
27
26
25
22
21
19
18
15
14
13
12
11
8
7
6
5
4
1
30
Sep
29
28
27
24
23
22
21
20
17
16
15
10
9
8
7
6
3
2
1
31
Aug
26
25
24
23
20
19
18
11
10
9
6
5
4
3
31
Jul
30
23
22
21
20
19
15
14
13
9
7
6
5
2
1
29
Jun
25
24
23
22
21
18
17
15
14
11
10
9
4
3
2
1
31
May
28
27
26
25
20
19
17
12
10
7
6
5
4
Merge branch 'L2SDP-279' into 'master'
Fix Quartus error : Can only use constant for LOOP range in func_sdp_map_crosslets_info() and func_sdp_step_crosslets_info().
added new revision TBs
processed review comments
Updated because text is now in https://support.astron.nl/confluence/display/SBe/VHDL+design+patterns+for+RTL+coding.
Use sdp_info_ro := c_sdp_info_rst default, to avoid Quartus Warning (16788): Net sdp_info_ro.station_id[15] does not have a driver at sdp_info.vhd(67)
Corrected default assignment of nxt_snk_in_reg_arr to avoid latch on [3].
Corrected func_sdp_gn_index_to_pn_index to use v_index as variable, because g_index can be a signal.
Merge branch 'master' into L2SDP-279
updated address width of dp_block_validate_bsn_at_sync
updated qsys for unb2c ring design
fixed several issues in ring design
Merge branch 'L2SDP-545' into 'master'
Verify XST g_crosslet_direction.
Corrected the SST and XST header fields, especially data_id.
Grouped the functions together, to more easily compare them. Added func_sdp_step_crosslets_info().
Renamed c_sdp_ram_st_xsq_addr_w into c_sdp_ram_st_xsq_arr_addr_w.
Use same port order as on sdp_statistics_offload entity.
Use same port order as on sdp_statistics_offload entity. Added g_crosslets_direction => 1.
Corrected that enable toggle does not cause a pulse. Improved tb coverage by counting expected number of pulses.
Added trigger_en OUT port for convenience.
Updated lofar2_unb2b_ring design for synthesis, also created
Prepare for XST header data_id verification.
Pipeline gn_index and added rn_index_reg.
Use c_sdp_W_statistics_sz. Add func_sdp_get_stat_from_mm_*().
Add ring library to calculate source RN for remote crosslets in XST.
Define sdp_nof_bytes_per_statistic (without s) via data path in c_sdp_stat_hdr_field_sel.
Corrected use and verification of BSN field.
Verify bsn via exp_hdr.dp_bsn.
Clarified word_align field.
Use only func_sdp_verify_stat_header() in p_verify_header.
Changed c_sdp_stat_hdr_field_sel: Changed sdp_source_info_reserved and sdp_reserved field in statistics header to MM programmable to support future control (default 0). Changed udp_checksum field in statistics header to data path driven (will be send as default 0).
Define c_data_size = 2 and c_nof_data_per_step = 2 using constants from sdp_pkg.vhd.
Define and use c_sdp_stat_data_sz = 2 and c_sdp_stat_data_byte_sz = 8.
Use g_sim_sdp : t_sdp_sim := c_sdp_sim to overrule default SDP HW parameters in simulation.
Use g_sim_sdp : t_sdp_sim := c_sdp_sim to determine statistics g_offload_time for sim and default c_sdp_offload_time on HW. And to determine g_ctrl_interval_size_min for XST in sim and on HW.
Use g_sim_sdp : t_sdp_sim := c_sdp_sim to determine statistics g_offload_time for sim and default c_sdp_offload_time on HW.
Added eth_src_out to support further external analysis.
Removed p_mm_offload because c_udp_src_port, c_ip_src_addr and c_eth_src_mac are set via data path. Use func_sdp_verify_stat_header() and exp_sdp_stat_header in p_verify_header. Use func_sdp_get_stat_* to determine header field parameters.
Added tb_sdp_pkg.vhd for sdp test benches.
Loading