SOFA/openfpga-physical
Ganesh Gore f10d475363 Added sample pin constraint run 2023-03-17 09:50:23 -06: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 sample pin constraint run 2023-03-17 09:50:23 -06: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