Skip to content

Commit 3dc29b1

Browse files
authored
Merge pull request #7 from Manarabdelaty/update_spice
Update spice netlist to pass the precheck, documentation updates, and minor CI update
2 parents f2d0147 + 627ebc7 commit 3dc29b1

File tree

5 files changed

+266
-255
lines changed

5 files changed

+266
-255
lines changed

.github/workflows/caravan_build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
push:
77
# Runs on Pull Requests
88
pull_request:
9+
workflow_dispatch:
910

1011
jobs:
1112
make_truck:

.github/workflows/user_project_ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
push:
77
# Runs on Pull Requests
88
pull_request:
9+
workflow_dispatch:
910

1011
jobs:
1112
precheck:

caravel

docs/source/index.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,13 @@ configured for output to be seen and measured, implying that the
242242
management SoC power supply must be stable and the C program running
243243
off of the SPI flash before the user area power supplies are raised.
244244

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

246253
Running Open-MPW Precheck Locally
247254
=================================

0 commit comments

Comments
 (0)