From 4a343721499e81da7c568abdf155e2946f498102 Mon Sep 17 00:00:00 2001 From: Kazushi Kawamura Date: Fri, 24 Aug 2018 18:34:43 +0900 Subject: [PATCH] Modify README.md --- hls_2018/README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/hls_2018/README.md b/hls_2018/README.md index bb8612e..3994d6f 100644 --- a/hls_2018/README.md +++ b/hls_2018/README.md @@ -6,10 +6,10 @@ PYNQ-router for Vivado-HLS (2018 ver.) |Name|Operation name|Description| |:---|:---|:---| -|01|TBD|Line-number-free router for PYNQ-Z1. Priority queue is implemented with circular array(non-parallel)| -|02|TBD|Line-number-free router for PYNQ-Z1. Priority queue is implemented with circular array(parallel)| -|03|TBD|Line-number-free router for PYNQ-Z1. Priority queue is implemented with heap(size:2^15)| -|04|TBD|Line-number-free router for AVNET-Ultra96. Priority queue is implemented with heap(size:2^16)| +|01|TBD|*Line-number-free* router for "PYNQ-Z1". Priority queue is implemented with circular array(non-parallel)| +|02|TBD|*Line-number-free* router for "PYNQ-Z1". Priority queue is implemented with circular array(parallel)| +|03|TBD|*Line-number-free* router for "PYNQ-Z1". Priority queue is implemented with heap(size:$`2^{15}`$)| +|04|TBD|*Line-number-free* router for "AVNET-Ultra96". Priority queue is implemented with heap(size:$`2^{16}`$)| ## Memo @@ -24,5 +24,8 @@ Options: * Implementation strategy: Vivado Implementation Defaults ## I/O -* Input/Output: boardstr, seed, &status, return +* Input/Output: boardstr(8bit\*41472), seed(32bit), &status(32bit), return(1bit) + +## Results +TODO -- 2.22.0