update repo
5 files changed
tree: bcc58771257aa078e489e20ebb4228ac22973f08
  1. def/
  2. docs/
  3. gds/
  4. lef/
  5. mpw_precheck/
  6. openlane/
  7. sdf/
  8. signoff/
  9. tapeout/
  10. verilog/
  11. LICENSE
  12. Makefile
  13. README.md
README.md

Ophelia eFPGA

License

General description

Ophelia is a test project implementing open-source Uranus eFPGA fabric for OpenMPW-GF0 using open source GF180 PDK and OpenLane flow. FPGA contains 112 4-input LUTs and uses Wishbone bus from Caravel test harness for bitstream loading. Project also contains eFuse array for nonvolatile FPGA config storage.

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.