From 63e30bdae559212473c91b48321c64f8bc0fc68f Mon Sep 17 00:00:00 2001 From: Vipin Thomas <vipin.thomas@stud.th-deg.de> Date: Fri, 25 Jun 2021 15:53:40 +0000 Subject: [PATCH] Update pixel.cpp --- pixel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixel.cpp b/pixel.cpp index deadc86..41d1fad 100644 --- a/pixel.cpp +++ b/pixel.cpp @@ -34,7 +34,7 @@ void pixel(vec_t& xs, hls::stream< pkt_t > &din, hls::stream< pkt_t > &dout ) { - #pragma HLS INTERFACE ap_ctrl_none port=return + #pragma HLS INTERFACE s_axilite port=xs #pragma HLS INTERFACE s_axilite port=selector #pragma HLS INTERFACE s_axilite port=position1 -- GitLab