From ad063dc5a4a33b346ab0a99632afd584d5cbcaa3 Mon Sep 17 00:00:00 2001 From: Yaman Umuroglu <yamanu@xilinx.com> Date: Wed, 4 Mar 2020 11:34:52 +0000 Subject: [PATCH] Update example_networks.rst --- docs/finn/example_networks.rst | 38 +++++++++++++++++----------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/docs/finn/example_networks.rst b/docs/finn/example_networks.rst index e8b29a5fb..51089c591 100644 --- a/docs/finn/example_networks.rst +++ b/docs/finn/example_networks.rst @@ -15,22 +15,22 @@ The rows in the table are different steps of the FINN end-to-end flow. If a particular network is supported for a particular step in the current FINN version, this is indicated by an x mark in the table. -+-----------------------+------------+----------+----------+----------+----------+----------+ -| FINN step | Basic test | TFC-w1a1 | TFC-w1a2 | CNV-w1a1 | CNV-w1a2 | CNV-w2a2 | -+-----------------------+------------+----------+----------+----------+----------+----------+ -| Export/Import | x | x | x | x | | | -+-----------------------+------------+----------+----------+----------+----------+----------+ -| Streamlining | x | x | x | | | | -+-----------------------+------------+----------+----------+----------+----------+----------+ -| Convert to HLS layers | x | x | x | | | | -+-----------------------+------------+----------+----------+----------+----------+----------+ -| Stitched IP | x | x | x | | | | -+-----------------------+------------+----------+----------+----------+----------+----------+ -| Hardware test | x | x | x | | | | -+-----------------------+------------+----------+----------+----------+----------+----------+ -| npysim | x | x | x | | | | -+-----------------------+------------+----------+----------+----------+----------+----------+ -| rtlsim node-by-node | x | x | x | | | | -+-----------------------+------------+----------+----------+----------+----------+----------+ -| rtlsim stitched IP | x | x | x | | | | -+-----------------------+------------+----------+----------+----------+----------+----------+ ++-----------------------+------------+----------+----------+----------+----------+----------+----------+ +| FINN step | Basic test | TFC-w1a1 | TFC-w1a2 | TFC-w2a2 | CNV-w1a1 | CNV-w1a2 | CNV-w2a2 | ++-----------------------+------------+----------+----------+----------+----------+----------+----------+ +| Export/Import | x | x | x | x | x | | | ++-----------------------+------------+----------+----------+----------+----------+----------+----------+ +| Streamlining | x | x | x | x | | | | ++-----------------------+------------+----------+----------+----------+----------+----------+----------+ +| Convert to HLS layers | x | x | x | x | | | | ++-----------------------+------------+----------+----------+----------+----------+----------+----------+ +| Stitched IP | x | x | x | x | | | | ++-----------------------+------------+----------+----------+----------+----------+----------+----------+ +| Hardware test | x | x | x | | | | | ++-----------------------+------------+----------+----------+----------+----------+----------+----------+ +| npysim | x | x | x | x | | | | ++-----------------------+------------+----------+----------+----------+----------+----------+----------+ +| rtlsim node-by-node | x | x | x | x | | | | ++-----------------------+------------+----------+----------+----------+----------+----------+----------+ +| rtlsim stitched IP | x | x | x | x | | | | ++-----------------------+------------+----------+----------+----------+----------+----------+----------+ -- GitLab