From 05891b659c5e8962d937c1c1396df28a7e6b0ef0 Mon Sep 17 00:00:00 2001 From: KazushiKawamura Date: Sun, 26 Aug 2018 16:25:47 +0900 Subject: [PATCH] Fix a little --- hls_2018/router_03/router.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hls_2018/router_03/router.cpp b/hls_2018/router_03/router.cpp index 9d01b73..b6f255e 100755 --- a/hls_2018/router_03/router.cpp +++ b/hls_2018/router_03/router.cpp @@ -51,7 +51,7 @@ bool pynqrouter(char boardstr[BOARDSTR_SIZE], ap_uint<32> seed, ap_int<32> *stat // For each line // Note: Should not partition completely bool adjacents[MAX_LINES]; // Line has adjacent terminals? - ap_uint starts[MAX_LINES]; // Start list + ap_uint starts[MAX_LINES]; // Start list ap_uint goals[MAX_LINES]; // Goal list ap_uint s_idx[MAX_LINES]; // Start point on line buffer -- 2.22.0