Caravel User Project
:exclamation: Important Note |
Please fill in your project documentation in this README.md file
Refer to README for a quickstart of how to use caravel_user_project
Refer to README for this sample project documentation.
Refer to the following readthedocs for how to add cocotb tests to your project.
Checklist for Open-MPW Submission
=================================
- <input type="checkbox" checked="" disabled=""> The project repo adheres to the same directory structure in this
repo.
- <input type="checkbox" disabled=""> The project repo contain info.yaml at the project root.
- <input type="checkbox" checked="" disabled=""> Top level macro is named
user_project_wrapper
.
- <input type="checkbox" disabled=""> Full Chip Simulation passes for RTL and GL (gate-level)
- <input type="checkbox" checked="" disabled=""> The hardened Macros are LVS and DRC clean
- <input type="checkbox" checked="" disabled=""> The project contains a gate-level netlist for
user_project_wrapper
at verilog/gl/user_project_wrapper.v
- <input type="checkbox" checked="" disabled=""> 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>
__
- <input type="checkbox" disabled=""> 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>
__
- <input type="checkbox" disabled=""> XOR check passes with zero total difference.
- <input type="checkbox" checked="" disabled=""> Openlane summary reports are retained under ./signoff/
- <input type="checkbox" disabled=""> The design passes the
mpw-precheck <https://github.com/efabless/mpw_precheck>
__