From 3f5202d2ba2843270813877163fa9f0da7abf6bd Mon Sep 17 00:00:00 2001 From: Krzysztof Boronski Date: Wed, 11 May 2022 07:50:07 -0500 Subject: [PATCH] f4pga docs: Updated platform support list Signed-off-by: Krzysztof Boronski --- docs/f4pga/Usage.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/f4pga/Usage.md b/docs/f4pga/Usage.md index 08a3f84..cb877f8 100644 --- a/docs/f4pga/Usage.md +++ b/docs/f4pga/Usage.md @@ -35,11 +35,13 @@ If you want to create a new project, it's highly recommended that you read this It works by wrapping the necessary tools in Python, which are called *f4pga modules*. Modules are then referenced in *platform flow definition* files, together with configuration specific for a given platform. -Flow definition files for the following platforms are included as a part of `f4pga`: +Flow definition files for the following platforms are included as a part of _f4pga_: -* x7a50t -* x7a100t -* x7a200t (_soon_) +* **AMD Xilinx x7a50t** (and architecturally equivalent devices, such as x7a35t) +* **AMD Xilinx x7a100t** +* **AMD Xilinx x7a200t** +* **Quicklogic EOS-S3** (currently unsupported, provided only for development purposes) +* **Quicklogic K4N8** (currently unsupported, provided only for development purposes) You can also write your own *platform flow definition* file if you want to bring support for a different device.