aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRuomei Yan <ruomei.yan@arm.com>2022-08-19 16:45:43 +0100
committerRuomei Yan <ruomei.yan@arm.com>2022-08-19 16:45:43 +0100
commit7aa51e150a1dd3649a100b2343fb45a55dff8b1c (patch)
tree73f41a0eeefcb60ba58d0ea503eefb4ddee26b48 /README.md
parent93cdfd80b76a4430714163d97e584744a87911dd (diff)
downloadmlia-7aa51e150a1dd3649a100b2343fb45a55dff8b1c.tar.gz
MLIA-539 Update README with compatibility matrix of backends0.4.0
Change-Id: I9f2ee03a5db79fcb14464c5f276d8790b1788bbd
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md
index 513a264..e5d59aa 100644
--- a/README.md
+++ b/README.md
@@ -71,6 +71,25 @@ virtual environment.
*Please note*: Backends cannot be removed once installed.
Consider creating a new environment and reinstall backends when needed.
+### Backend compatibility table
+
+Not all backends work on any platform. Please refer to the compatibility table
+below:
+
+```
++---------------------------------------------------------------------------+
+| Backend | Linux | Windows | Python |
++============================================================================
+| Corstone-300 | x86_64 | Not compatible | Python>=3.8 |
++----------------------------------------------------------------------------
+| Corstone-310 | x86_64 | Not compatible | Python>=3.8 |
++----------------------------------------------------------------------------
+| TOSA checker | x86_64 (manylinux2014) | Not compatible | 3.7<=Python<=3.9 |
++----------------------------------------------------------------------------
+| Vela | x86_64 | Windows 10 | Python~=3.7 |
++---------------------------------------------------------------------------+
+```
+
### Using Corstone™-300
To install Corstone™-300 as a backend for Ethos™-U both options (`--download`
@@ -387,3 +406,4 @@ Keras™ is a trademark by François Chollet.
Linux® is the registered trademark of Linus Torvalds in the U.S. and elsewhere.
Python® is a registered trademark of the PSF.
Ubuntu® is a registered trademark of Canonical.
+Microsoft and Windows are trademarks of the Microsoft group of companies.