- Update our repo to match updates.
diff --git a/README.md b/README.md index d7d53a3..6f0ae63 100644 --- a/README.md +++ b/README.md
@@ -1,18 +1,17 @@ -# Caravel Analog User +# Skywaters 130nm LDO Design Integrated in Caravel [](https://opensource.org/licenses/Apache-2.0) [](https://github.com/efabless/caravel_user_project_analog/actions/workflows/user_project_ci.yml) [](https://github.com/efabless/caravel_user_project_analog/actions/workflows/caravan_build.yml) ---- - -| :exclamation: Important Note | -|-----------------------------------------| - -## Please fill in your project documentation in this README.md file -:warning: | Use this sample project for analog user projects. -:---: | :--- +## LDO Design +This is a caravel that has an LDO Design implemented on Skywaters 130nm technology. ---- +### Circuit Design +The implementation of the LDO is as follows. +### Layout Design + + +## Analog User Project Documentation Refer to [README](docs/source/index.rst) for this sample project documentation.
diff --git a/docs/source/index.rst b/docs/source/index.rst index b5f711d..32047d3 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst
@@ -318,8 +318,6 @@ |:heavy_check_mark:| Full Chip Simulation passes for RTL and GL (gate-level) -|:heavy_check_mark:| The project contains a spice netlist for the ``user_analog_project_wrapper`` at netgen/user_analog_project_wrapper.spice - |:heavy_check_mark:| The hardened Macros are LVS and DRC clean |:heavy_check_mark:| The ``user_analog_project_wrapper`` adheres to empty wrapper template order specified at `user_analog_project_wrapper_empty <https://github.com/efabless/caravel/blob/master/mag/user_analog_project_wrapper_empty.mag>`__
diff --git a/info.yaml b/info.yaml new file mode 100644 index 0000000..d4a0c7b --- /dev/null +++ b/info.yaml
@@ -0,0 +1,19 @@ +--- +project: + description: "An analog project for Google sponsored Open MPW shuttles for SKY130." + foundry: "SkyWater" + git_url: "https://github.com/efabless/caravel_analog_user.git" + organization: "Efabless" + organization_url: "http://efabless.com" + owner: "Tim Edwards" + process: "SKY130" + project_name: "Caravel Analog User" + project_id: "00000000" + tags: + - "Open MPW" + - "Test Harness" + category: "Test Harness" + top_level_netlist: "caravel/spi/lvs/caravan.spice" + user_level_netlist: "netgen/user_analog_project_wrapper.spice" + version: "1.00" + cover_image: "docs/source/_static/caravel_harness.png"