Skip to content
Snippets Groups Projects
Commit 083a2b94 authored by Reinier van der Walle's avatar Reinier van der Walle
Browse files

corrected rw to ro

parent 51238d96
No related branches found
No related tags found
2 merge requests!100Removed text for XSub that is now written in Confluence Subband correlator...,!93resolves L2SDP-191
...@@ -548,7 +548,7 @@ __kernel void block_validate_decode() ...@@ -548,7 +548,7 @@ __kernel void block_validate_decode()
struct line_dp line_out; struct line_dp line_out;
bool ch_valid; bool ch_valid;
handle_rw_mm_request((laneIndex+CH_BLOCK_VALIDATE_DECODE_0), reg.arr); // handle MM read/write requests handle_ro_mm_request((laneIndex+CH_BLOCK_VALIDATE_DECODE_0), reg.arr); // handle MM read/write requests
input_10GbE = read_channel_nb_intel(rx_10GbE_channels[laneIndex], &ch_valid); input_10GbE = read_channel_nb_intel(rx_10GbE_channels[laneIndex], &ch_valid);
if(ch_valid){ if(ch_valid){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment