Go to file
tangxifan 83d7ff56e1 [script] add dedicated testcase for source commands 2023-01-01 17:04:24 -08:00
.github [ci] add dependencies for doc build 2022-12-28 12:36:40 -08:00
cmake [script] added missing paths to include for swig 2022-12-01 13:29:03 -08:00
dev [script] debugging check format script 2022-10-06 19:13:13 -07:00
docker [ci] debugging 2022-11-04 17:59:37 -07:00
docs [doc] update doucmentation about new command source 2023-01-01 12:06:49 -08:00
libs [lib] now command line supports pairs of "" where users can define a long string with spaces inside 2023-01-01 11:56:58 -08:00
openfpga [engine] now 'source' command can be seen in help desk 2023-01-01 12:01:37 -08:00
openfpga_flow [script] add dedicated testcase for source commands 2023-01-01 17:04:24 -08:00
vtr-verilog-to-routing@36371250eb Bump vtr-verilog-to-routing from `b156bf4` to `3637125` 2022-12-08 07:06:21 +00:00
yosys@f109fa3d4c [yosys] update to v0.22 2022-10-21 16:57:00 -07:00
yosys-plugins@ef5f5a2efe Bump yosys-plugins from `34d497e` to `ef5f5a2` 2022-12-30 07:06:17 +00:00
.clang-format [ci] add C/C++ code format style file 2022-10-06 16:44:05 -07:00
.dockerignore [CiFix] Docker image 2022-08-29 00:40:37 -06:00
.gitignore [script] enable shared library for openfpga 2022-12-01 11:42:25 -08:00
.gitmodules [yosys] update to v0.22 2022-10-21 16:57:00 -07:00
.readthedocs.yml Support SVG in Sphinx Latex building (#220) 2021-02-07 18:53:16 -07:00
CMakeLists.txt [script] enable swig flags when compiling vtr 2022-12-01 15:16:58 -08:00
Dockerfile Added binder temp files to ignore 2022-05-03 14:20:10 -06:00
LICENSE Create LICENSE 2018-06-26 21:52:08 -07:00
Makefile [script] now make compile should work well. 2022-12-30 11:00:17 -08:00
README.md [doc] add references 2022-12-06 15:40:03 -08:00
VERSION.md Updated Patch Count 2023-01-01 00:02:46 +00:00
openfpga.sh [test] bug fix 2022-05-22 14:47:25 +08:00
requirements.txt [git] update python requirements to include the formatter 2022-11-21 14:02:16 -08:00

README.md

Getting Started with OpenFPGA

Test Cell Library Tests Code style: black Documentation Status Binder

Version: see VERSION.md

Introduction

The award-winning OpenFPGA framework is the first open-source FPGA IP generator with silicon proofs supporting highly-customizable FPGA architectures. OpenFPGA provides complete EDA support for customized FPGAs, including Verilog-to-bitstream generation and self-testing verification. OpenFPGA opens the door to democratizing FPGA technology and EDA techniques with agile prototyping approaches and constantly evolving EDA tools for chip designers and researchers.

If this is your first time working with OpenFPGA, we strongly recommend you watch the introduction video about OpenFPGA

A quick overview of OpenFPGA tools can be found here. We also recommend potential users check out the summary of technical capabilities before compiling.

Before asking for help, please checkout the Frequently Asked Questions

Compilation

A tutorial video about how to compile can be found here

Detailed guidelines are available at compilation guidelines. Before starting, we strongly recommend you read the required dependencies and ensure that they are correctly installed. It also includes detailed information about the docker image.

Documentation

OpenFPGA's full documentation includes tutorials, descriptions of the design flow, and tool options.

Tutorials

You can find a set of tutorials, with which you get familiar with the tool and use OpenFPGA for various purposes.

Backward Compatibility

If you were using an old version of OpenFPGA and are now interested to move to the latest version, please check out the developer guidelines.

License

All the codes are under MIT license, with the exception of submodules, e.g., VTR, Yosys and Yosys-plugin, which are distributed under its own (permissive) terms. See their full license for details.

How to Cite

Please use the following paper as a general citation for OpenFPGA:

X. Tang, E. Giacomin, B. Chauviere, A. Alacchi and P. -E. Gaillardon, "OpenFPGA: An Open-Source Framework for Agile Prototyping Customizable FPGAs," in IEEE Micro, vol. 40, no. 4, pp. 41-48, 1 July-Aug. 2020, doi: 10.1109/MM.2020.2995854.

Bibtex:

@ARTICLE{9098028,  author={Tang, Xifan and Giacomin, Edouard and Chauviere, Baudouin and Alacchi, Aurélien and Gaillardon, Pierre-Emmanuel},  journal={IEEE Micro},   title={OpenFPGA: An Open-Source Framework for Agile Prototyping Customizable FPGAs},   year={2020},  volume={40},  number={4},  pages={41-48},  doi={10.1109/MM.2020.2995854}}

A list of related publications can be found here.

Contributing to OpenFPGA

Please read the contributor guidelines if you would like to contribute to OpenFPGA.