README.md

Cal Poly CARP SOC

License CI

Checklist for Open-MPW Submission

=================================

  • The project repo adheres to the same directory structure in this repo.
  • The project repo contain info.yaml at the project root.
  • Top level macro is named user_project_wrapper.
  • Full Chip Simulation passes for RTL and GL (gate-level)
  • The hardened Macros are LVS and DRC clean
  • The project contains a gate-level netlist for user_project_wrapper at verilog/gl/user_project_wrapper.v
  • The hardened user_project_wrapper adheres to the same pin order specified at pin\_order <https://github.com/efabless/caravel/blob/master/openlane/user_project_wrapper_empty/pin_order.cfg>__
  • The hardened user_project_wrapper adheres to the fixed wrapper configuration specified at fixed_wrapper_cfgs <https://github.com/efabless/caravel/blob/master/openlane/user_project_wrapper_empty/fixed_wrapper_cfgs.tcl>__
  • XOR check passes with zero total difference.
  • Openlane summary reports are retained under ./signoff/
  • The design passes the mpw-precheck <https://github.com/efabless/mpw_precheck>__