# About LaZagna ## Overview **LaZagna** is the first open-source framework for **automated, end-to-end 3D FPGA architecture generation and evaluation**. It enables rapid exploration of 3D FPGA designs — from high-level architectural specification to synthesizable RTL and bitstream generation. While 3D IC technology has been extensively explored for ASICs, its application to FPGAs remains limited. Existing studies on 3D FPGAs are often constrained to fixed prototypes, narrow architectural templates, and simulation-only evaluations. LaZagna fills this gap by providing a unified, scalable infrastructure for comprehensive 3D FPGA design space exploration. ```{figure} /_static/figures/overview_figure.png :alt: LaZagna Tool Overview :width: 100% :align: center **Figure 1:** Overview of the LaZagna tool workflow, showing the fabric generation flow and bitstream generation flow. ``` --- ## Citation If you use LaZagna in your research, please cite the ICCAD 2025 paper: ```bibtex @inproceedings{lazagna2025, title={LaZagna: An Open-Source Framework for Automated 3D FPGA Architecture Generation and Evaluation}, author={Youssef, Ismael and others}, booktitle={Proceedings of the International Conference on Computer-Aided Design (ICCAD)}, year={2025} } ``` --- ## Links - **GitHub:** [https://github.com/IY2002/LaZagna](https://github.com/IY2002/LaZagna) - **License:** [MIT License](https://github.com/IY2002/LaZagna/blob/main/LICENSE)