Commit b8153fb6 authored by kazushi.kawamura's avatar kazushi.kawamura

Add README.md

parent 98afc37f
# pynq-router (sw)
PYNQ-router for Vivado-HLS (2018 ver.)
## Types of router
|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)|
## Memo
* Vivado HLS 2018.2
* Vivado 2018.2
Options:
* Part: xc7z020clg400-1 (PYNQ-Z1), xczu3eg-sbva484-1-i (AVNET-Ultra96)
* Clock Period: 10.0 ns
* Clock Uncertainty: 3.0 ns
* Synthesis strategy: Vivado Synthesis Defaults
* Implementation strategy: Vivado Implementation Defaults
## I/O
* Input/Output: boardstr, seed, &status, return
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment