From 190fac54615e1a65e9154d10541cb4b16f6d831b Mon Sep 17 00:00:00 2001 From: Unai Martinez-Corral Date: Tue, 9 Aug 2022 16:48:32 +0200 Subject: [PATCH] readme: content moved to the index of the docs Signed-off-by: Unai Martinez-Corral --- README.md | 59 +++++++++++-------------------------------------------- 1 file changed, 12 insertions(+), 47 deletions(-) diff --git a/README.md b/README.md index c8c507b..7d45a49 100644 --- a/README.md +++ b/README.md @@ -1,58 +1,23 @@ -# FOSS Flows For FPGA (F4PGA) project -

+ +

+ +# FOSS Flows For FPGA (F4PGA) project + +

'Automerge' workflow status

-This is the top-level repository for the [F4PGA](https://f4pga.org/) project, which is a Workgroup under the [CHIPS Alliance](https://chipsalliance.org). -The elements of the project include (but are not limited to): - -* The F4PGA open source FPGA toolchains for programming FPGAs (formerly known as [SymbiFlow](https://github.com/SymbiFlow)). - This includes: - - * [![Documentation](https://img.shields.io/website?longCache=true&style=flat-square&label=Documentation&up_color=1226aa&up_message=%E2%9E%9A&url=https%3A%2F%2Ff4pga.readthedocs.io%2Fen%2Flatest%2Findex.html&labelColor=fff)](https://f4pga.readthedocs.io) - * F4PGA Architecture Definitions [![Arch-Defs (for Developers)](https://img.shields.io/website?longCache=true&style=flat-square&label=For%20Developers&up_color=231f20&up_message=%E2%9E%9A&url=https%3A%2F%2Ff4pga.readthedocs.io%2Fprojects%2Farch-defs%2Fen%2Flatest%2Findex.html&labelColor=fff)](https://f4pga.readthedocs.io/projects/arch-defs) - * F4PGA Examples [![Examples (for Users)](https://img.shields.io/website?longCache=true&style=flat-square&label=For%20Users&up_color=231f20&up_message=%E2%9E%9A&url=https%3A%2F%2Ff4pga-examples.readthedocs.io%2Fen%2Flatest%2Findex.html&labelColor=fff)](https://f4pga-examples.readthedocs.io) - * [F4PGA Yosys plugins](https://github.com/chipsalliance/yosys-f4pga-plugins) - -* The FPGA interchange format (an interchange format defined by CHIPS Alliance to enable interoperability between - different FPGA tools) adopted by the F4PGA toolchain: - - * [FPGA Interchange schema](https://github.com/chipsalliance/fpga-interchange-schema) - * [FPGA Interchange Python utilities](https://github.com/chipsalliance/python-fpga-interchange) - * [FPGA Interchange Test suite](https://github.com/SymbiFlow/fpga-interchange-tests) - -* The [FPGA tool performance framework](https://github.com/chipsalliance/fpga-tool-perf) framework for benchmarking - designs against various FPGA tools, and vice versa, over time. - -* FPGA Database visualisation tools for visual exploration of FPGA bitstream and databases: - - * [F4PGA bitstream viewer](https://github.com/SymbiFlow/f4pga-bitstream-viewer) - * [F4PGA database visualizer](https://github.com/chipsalliance/f4pga-database-visualizer) - -* Other utilities (FPGA assembly format, documentation and other): - - * [F4PGA Assembly (FASM)](https://github.com/chipsalliance/fasm) - * [Xilinx bitstream generation library](https://github.com/SymbiFlow/f4pga-xc-fasm) - * [Verilog-to-routing XML utilities](https://github.com/SymbiFlow/vtr-xml-utils) - * [SDF format utilities](https://github.com/chipsalliance/python-sdf-timing) - * [F4PGA tools data manager](https://github.com/SymbiFlow/symbiflow-tools-data-manager) - * [F4PGA Sphinx Theme](https://github.com/SymbiFlow/sphinx_symbiflow_theme) - * [F4PGA Sphinx HDL diagrams](https://github.com/SymbiFlow/sphinxcontrib-hdl-diagrams) - * [F4PGA Sphinx Verilog domain](https://github.com/SymbiFlow/sphinx-verilog-domain) - -## F4PGA Workgroup - -The F4PGA Workgroup consists of members from different backgrounds, including FPGA vendors -([Xilinx](https://www.xilinx.com/) and [QuickLogic](https://www.quicklogic.com/)), -industrial users -([Google](https://www.google.com/), [Antmicro](https://antmicro.com/)) -and academia -([University of Toronto](https://www.utoronto.ca/)), +This is the top-level repository for the [F4PGA](https://f4pga.org/) project, which is a Workgroup under the [CHIPS Alliance](https://chipsalliance.org); consisting of members from different backgrounds, including FPGA vendors, industrial users and academia (see [Documentation > Community](https://f4pga.readthedocs.io/en/latest/community.html)); who collaborate to build a more open source and software-driven FPGA ecosystem (IP, tools and workflows) to drive the adoption of FPGAs in existing and new use cases, and eliminate barriers of entry. + +* [Documentation > Getting started](https://f4pga.readthedocs.io) (for everyone) +* [F4PGA Examples](https://f4pga-examples.readthedocs.io) (for users) +* [F4PGA Architecture Definitions](https://f4pga.readthedocs.io/projects/arch-defs) (for developers)