From 136592e9d7a60da3316ce2cdee7db12c68c2d838 Mon Sep 17 00:00:00 2001 From: Vipin Thomas <vipin.thomas@stud.th-deg.de> Date: Fri, 25 Jun 2021 15:37:22 +0000 Subject: [PATCH] Update pixel.hpp --- pixel.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/pixel.hpp b/pixel.hpp index 327dc6c..97ba4a6 100644 --- a/pixel.hpp +++ b/pixel.hpp @@ -7,6 +7,7 @@ using namespace std; typedef ap_axis<32,0,0,0> pkt_t; + typedef hls::stream< pkt_t > stream; void pixel(ap_int<32> selector, ap_int<32> position1, -- GitLab