SOFA/openfpga-physical
Ganesh Gore 4d09cfbc26 Added SOFA-A project 2023-03-01 09:31:42 -07:00
..
.github Added OpenFPGA-Physical submodule 2023-03-01 08:57:56 -07:00
python-lib/openfpga_physical Added OpenFPGA-Physical submodule 2023-03-01 08:57:56 -07:00
.gitignore Added OpenFPGA-Physical submodule 2023-03-01 08:57:56 -07:00
LoadTools_template.sh Added OpenFPGA-Physical submodule 2023-03-01 08:57:56 -07:00
Makefile Added SOFA-A project 2023-03-01 09:31:42 -07:00
Makefile_top Added OpenFPGA-Physical submodule 2023-03-01 08:57:56 -07:00
README.md Added OpenFPGA-Physical submodule 2023-03-01 08:57:56 -07:00
conf_template.sh Added OpenFPGA-Physical submodule 2023-03-01 08:57:56 -07:00
generate_fabric_key.py Added OpenFPGA-Physical submodule 2023-03-01 08:57:56 -07:00
render_fabric.py Added OpenFPGA-Physical submodule 2023-03-01 08:57:56 -07:00
requirements.txt Added OpenFPGA-Physical submodule 2023-03-01 08:57:56 -07:00

README.md

OpenFPGA-Physical

A scalable physical design framework for tileable FPGA architectures provides all the required functionality, from generating Verilog netlist using the OpenFPGA framework to implementing a final tapeout-ready GDS layout.

OpenFPGA_physical Framework

How to use OpenFPGA-Physical

This repository contains all the extensible base scripts for netlist_generation, design restructuring, place and route, and signoff. To design an FPGA fabric, please clone the following tapeout template repository, which contains openfpga-physical repository as a subtree. OpenFPGA-Physical-Tapeout-Template

Please read How to contribute to the Document's OpenFPGA Physical section to understand how to keep in sync with the updated scripts.

Documentation

The complete API documentation for the OpenFPGA-Physical scripts is available on the following link. OpenFPGA-Physical Documentation