From 083a2b942664cea7ec34ab8201e905e070c9fdb4 Mon Sep 17 00:00:00 2001
From: Reinier van der Walle <walle@astron.nl>
Date: Fri, 2 Apr 2021 16:48:55 +0200
Subject: [PATCH] corrected rw to ro

---
 .../lofar2/designs/lofar2_unb2b_ring/lofar2_unb2b_ring.cl       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/applications/lofar2/designs/lofar2_unb2b_ring/lofar2_unb2b_ring.cl b/applications/lofar2/designs/lofar2_unb2b_ring/lofar2_unb2b_ring.cl
index 435ae80b4e..e2d43ed01a 100644
--- a/applications/lofar2/designs/lofar2_unb2b_ring/lofar2_unb2b_ring.cl
+++ b/applications/lofar2/designs/lofar2_unb2b_ring/lofar2_unb2b_ring.cl
@@ -548,7 +548,7 @@ __kernel void block_validate_decode()
     struct line_dp line_out;
     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);
     if(ch_valid){
-- 
GitLab