Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 1.33 KB

README.md

File metadata and controls

24 lines (12 loc) · 1.33 KB

Miranda eFPGA

License

General description

Miranda is a test project implementing open-source Uranus eFPGA fabric for OpenMPW-6 using open source Skywater PDK and OpenLane flow. FPGA contains 1056 4-input LUTs and uses Wishbone bus from Caravel test harness for bitstream loading.

Project implementation

Project is implemented for Skywater 130nm ASIC technology using OpenLane open source flow. Synthesis is done in two steps: first Yosys+GHDL are used for VHDL to Verilog translation, and then resulting Verilog source is synthesized by Yosys inside OpenLane flow.

FPGA flow

Uranus FPGA uses opensource flow for FPGA bitstream generation. Yosys (with optional GHDL frontend for VHDL) is used for synthesis and VPR for place and route. Flow glue and bitstream generation is done by custom Python scripts.

Sources

This repository contains mainly implementation products (GDS/netlists/etc) needed for OpenMPW and test Caravel programs. VHDL sources of Uranus FPGA fabric, FPGA flow, tests and simulation scripts are stored in main Uranus repository.

Documentation

Documentation is avaliable in main Uranus repository.