Skip to content

Commit

Permalink
Merge pull request #7 from Manarabdelaty/update_spice
Browse files Browse the repository at this point in the history
Update spice netlist to pass the precheck, documentation updates, and minor CI update
  • Loading branch information
jeffdi committed Sep 21, 2021
2 parents f2d0147 + 627ebc7 commit 3dc29b1
Show file tree
Hide file tree
Showing 5 changed files with 266 additions and 255 deletions.
1 change: 1 addition & 0 deletions .github/workflows/caravan_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
push:
# Runs on Pull Requests
pull_request:
workflow_dispatch:

jobs:
make_truck:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/user_project_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
push:
# Runs on Pull Requests
pull_request:
workflow_dispatch:

jobs:
precheck:
Expand Down
2 changes: 1 addition & 1 deletion caravel
Submodule caravel updated 1 files
+1 −1 openlane/Makefile
7 changes: 7 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,13 @@ configured for output to be seen and measured, implying that the
management SoC power supply must be stable and the C program running
off of the SPI flash before the user area power supplies are raised.

**NOTE**

When running spice extraction on the user_analog_project_wrapper layout, it is recommended to use `ext2spice short resistor`.
This is to preserve all the different port names in the extracted netlist. In case you have two ports that are electrically shorted
in the layout, the `short resistor` option will tell magic not to merge the two shorted ports instead it adds zero-ohm ideal resistors
between the net names so that they can be kept as separate nets.


Running Open-MPW Precheck Locally
=================================
Expand Down

0 comments on commit 3dc29b1

Please sign in to comment.