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
Graph
69f4dacc403bce1e7c11519f8c3e12455a116e18
Select Git revision
Branches
3
HPR-158
L2SDP-LIFT
master
default
protected
3 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
22
Feb
21
20
14
13
12
8
7
6
1
31
Jan
25
18
17
11
10
5
21
Dec
20
19
18
7
30
Nov
24
23
22
21
20
15
14
13
12
8
7
6
2
1
31
Oct
26
25
24
23
22
20
19
17
16
11
10
9
5
4
3
2
28
Sep
27
26
25
21
20
19
18
14
13
12
6
5
31
Aug
30
29
28
25
24
22
21
18
17
16
15
14
10
9
8
7
31
Jul
27
26
25
6
5
4
27
Jun
21
15
14
13
12
7
5
2
1
25
May
24
23
17
15
11
10
9
8
2
1
26
Apr
25
20
18
17
11
7
6
5
4
3
31
Mar
30
28
27
23
22
21
20
17
16
15
14
10
7
2
27
Feb
24
23
Use nof_bdo_destinations_max = 16 as a better compromis.
Use c_sdp_bdo_reorder_nof_blocks_max = 16 as a better compromis.
Clarified how sync is poassed on through the FIFO.
Merge branch 'master' into L2SDP-1011
initial commit of cocotb tb_rdma_packetiser
Put input delay buffer after WG.
Add comment on FIFO data width.
Decrease buffer to 1024 to save M20K RAM.
Adjust sim_done to fix tb result.
Merge branch 'L2SDP-1007' into 'master'
Remove note on Quartus segmentation error. Explain c_sdp_bdo_reorder_nof_blocks_max = 4 and nof_bdo_destinations_max = 8.
Correct i_dp_sosi_arr().data in p_deframer process.
Use g_use_ctrl = false in rx_clk --> dp_clk FIFO.
Explicitly set dplink_siso_arr(i).xon. Remove duplicate assignment of dp_sosi_arr and dp_sosi.
Apply dp_ready FIFO flow control in generate loop, instead of using func_dp_stream_arr_set(dplink_siso_arr, dp_ready, 'READY')
Use c_sdp_bdo_reorder_nof_blocks_max = 4 to save block RAM. Ensure c_sdp_bdo_reorder_nof_blocks_max <= nof_bdo_destinations_max in revision. Choose nof_bdo_destinations_max = 8.
Default assign dplink_siso_arr to avoid synthesis warning on latch on xon.
Use nof_bdo_destinations_max = 8 instead of 32, to save block RAM.
Add g_no_st_histogram = true default, to save block RAM.
Use g_use_tech_jesd204b_v2 as generic instead of internal constant, to allow different selection in designs.
Manually add sosi arr if necessary.
Add missing wire out_sosi_arr <= st_sosi_arr.
Use wr_rst based on core_pll_locked for FIFO.
Correct jesd_ctrl_mosi interface connection.
Use sdp_adc_input_and_timing.vhd. Support tech_jesd204b and tech_jesd204b_v2.
Add output dp_sysref to v2.
tb_tech_jesd204_v2.vhd was used.
Merge branch 'master' into L2SDP-1007
Verified with tb_tech_jes204b.vhd.
Make equivalent to ip_arria10_e2sg_jesd204b_v2.vhd
Make equivalent to ip_arria10_e2sg_jesd204b.vhd
Add v2
Add debug signals. Correct single cycle rxlink_sysref. Correct FIFO data width to c_jesd204b_rx_framer_data_w.
Add debug signals. Improve layout of p_deframer.
Correct indent.
Add v2 components.
Add ip_arria10_e2sg_jesd204b_v2.vhd with clock domain crossing FIFO in IP
Add default for input in_aux.
Renamed some signals to make them more clear.
Small comment cleans.
Loading