Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"bins/cdl2spice": "0.2.3",
"bins/spicemerge": "0.1.1",
"bins/sky130spconv": "0.1.1",
"bins/cdl2spice": "0.2.4",
"bins/spicemerge": "0.1.2",
"bins/sky130spconv": "0.1.2",
"codegen": "0.10.3",
"config": "0.4.2",
"docs/snippets": "0.7.1",
Expand All @@ -24,7 +24,7 @@
"libs/pathtree": "0.3.1",
"libs/psfparser": "0.1.5",
"libs/scir": "0.9.2",
"libs/spice": "0.9.3",
"libs/spice": "0.9.4",
"libs/layir": "0.2.2",
"libs/lefdef": "0.2.2",
"libs/macrotools": "0.2.1",
Expand All @@ -33,15 +33,15 @@
"libs/type_dispatch_macros": "0.4.2",
"libs/uniquify": "0.4.1",
"libs/verilog": "0.2.2",
"pdks/sky130": "0.10.3",
"pdks/sky130": "0.10.4",
"substrate": "0.10.3",
"tools/magic": "0.2.2",
"tools/magic": "0.2.3",
"tools/netgen": "0.2.2",
"tools/ngspice": "0.5.3",
"tools/pegasus": "0.2.2",
"tools/quantus": "0.2.3",
"tools/spectre": "0.11.3",
"tools/magic_netgen": "0.1.4",
"examples/latest/resistor_bank": "0.1.1",
"tools/ngspice": "0.5.4",
"tools/pegasus": "0.2.3",
"tools/quantus": "0.2.4",
"tools/spectre": "0.11.4",
"tools/magic_netgen": "0.1.5",
"examples/latest/resistor_bank": "0.1.2",
"examples/latest/strongarm": "0.0.0"
}
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions bins/cdl2spice/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
* dependencies
* spice bumped from 0.9.1 to 0.9.2

* The following workspace dependencies were updated
* dependencies
* spice bumped from 0.9.3 to 0.9.4

## [0.2.3](https://github.com/ucb-substrate/substrate2/compare/cdl2spice-v0.2.2...cdl2spice-v0.2.3) (2026-01-29)


Expand Down
4 changes: 2 additions & 2 deletions bins/cdl2spice/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cdl2spice"
version = "0.2.3"
version = "0.2.4"
edition = "2024"

[dependencies]
Expand All @@ -9,4 +9,4 @@ clap = { workspace = true, features = ["derive"] }
arcstr = { workspace = true }

scir = { version = "0.9.2", registry = "substrate", path = "../../libs/scir" }
spice = { version = "0.9.3", registry = "substrate", path = "../../libs/spice" }
spice = { version = "0.9.4", registry = "substrate", path = "../../libs/spice" }
5 changes: 5 additions & 0 deletions bins/sky130spconv/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

* The following workspace dependencies were updated
* dependencies
* spice bumped from 0.9.3 to 0.9.4
* sky130 bumped from 0.10.3 to 0.10.4

## [0.1.1](https://github.com/ucb-substrate/substrate2/compare/sky130spconv-v0.1.0...sky130spconv-v0.1.1) (2026-01-29)


Expand Down
6 changes: 3 additions & 3 deletions bins/sky130spconv/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sky130spconv"
version = "0.1.1"
version = "0.1.2"
edition = "2024"
readme = "README.md"

Expand All @@ -10,6 +10,6 @@ clap = { version = "4", features = ["derive"] }
arcstr = "1"

scir = { version = "0.9.2", registry = "substrate", path = "../../libs/scir" }
spice = { version = "0.9.3", registry = "substrate", path = "../../libs/spice" }
sky130 = { version = "0.10.3", registry = "substrate", path = "../../pdks/sky130" }
spice = { version = "0.9.4", registry = "substrate", path = "../../libs/spice" }
sky130 = { version = "0.10.4", registry = "substrate", path = "../../pdks/sky130" }
thiserror = "2"
4 changes: 4 additions & 0 deletions bins/spicemerge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

* The following workspace dependencies were updated
* dependencies
* spice bumped from 0.9.3 to 0.9.4

## [0.1.1](https://github.com/ucb-substrate/substrate2/compare/spicemerge-v0.1.0...spicemerge-v0.1.1) (2026-01-29)


Expand Down
4 changes: 2 additions & 2 deletions bins/spicemerge/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spicemerge"
version = "0.1.1"
version = "0.1.2"
edition = "2024"

[dependencies]
Expand All @@ -9,4 +9,4 @@ clap = { version = "4", features = ["derive"] }
arcstr = "1"

scir = { version = "0.9.2", registry = "substrate", path = "../../libs/scir" }
spice = { version = "0.9.3", registry = "substrate", path = "../../libs/spice" }
spice = { version = "0.9.4", registry = "substrate", path = "../../libs/spice" }
12 changes: 6 additions & 6 deletions examples/latest/colbuf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ publish = false

[dependencies]
substrate = { version = "0.10.3", registry = "substrate", path = "../../../substrate" }
spice = { version = "0.9.3", registry = "substrate", path = "../../../libs/spice" }
spectre = { version = "0.11.3", registry = "substrate", path = "../../../tools/spectre" }
ngspice = { version = "0.5.3", registry = "substrate", path = "../../../tools/ngspice" }
quantus = { version = "0.2.3", registry = "substrate", path = "../../../tools/quantus" }
magic_netgen = { version = "0.1.4", registry = "substrate", path = "../../../tools/magic_netgen" }
spice = { version = "0.9.4", registry = "substrate", path = "../../../libs/spice" }
spectre = { version = "0.11.4", registry = "substrate", path = "../../../tools/spectre" }
ngspice = { version = "0.5.4", registry = "substrate", path = "../../../tools/ngspice" }
quantus = { version = "0.2.4", registry = "substrate", path = "../../../tools/quantus" }
magic_netgen = { version = "0.1.5", registry = "substrate", path = "../../../tools/magic_netgen" }
rust_decimal = "1.40.0"
rust_decimal_macros = "1.40.0"

[dev-dependencies]
sky130 = { version = "<=0.10.3", registry = "substrate", path = "../../../pdks/sky130" }
sky130 = { version = "<=0.10.4", registry = "substrate", path = "../../../pdks/sky130" }
approx = "0.5"
6 changes: 3 additions & 3 deletions examples/latest/resistor_bank/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[package]
name = "resistor_bank"
version = "0.1.1"
version = "0.1.2"
edition = "2024"

[dependencies]
atoll = { version = "0.1.4", registry = "substrate", path = "../../../libs/atoll" }
substrate = { version = "0.10.3", registry = "substrate", path = "../../../substrate" }
sky130 = { version = "0.10.3", registry = "substrate", path = "../../../pdks/sky130" }
sky130 = { version = "0.10.4", registry = "substrate", path = "../../../pdks/sky130" }
layir = { version = "0.2.2", registry = "substrate", path = "../../../libs/layir" }
gdsconv = { version = "0.2.2", registry = "substrate", path = "../../../libs/gdsconv" }
gds = { version = "0.4.2", registry = "substrate", path = "../../../libs/gds" }
scir = { version = "0.9.2", registry = "substrate", path = "../../../libs/scir" }
spice = { version = "0.9.3", registry = "substrate", path = "../../../libs/spice" }
spice = { version = "0.9.4", registry = "substrate", path = "../../../libs/spice" }

arcstr = "1"
rust_decimal = "1"
Expand Down
16 changes: 8 additions & 8 deletions examples/latest/sky130_inverter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,28 @@ publish = false
# begin-code-snippet dependencies
[dependencies]
substrate = { version = "0.10.3", registry = "substrate", path = "../../../substrate" }
sky130 = { version = "0.10.3", registry = "substrate", path = "../../../pdks/sky130" }
sky130 = { version = "0.10.4", registry = "substrate", path = "../../../pdks/sky130" }
layir = { version = "0.2.2", registry = "substrate", path = "../../../libs/layir" }
gdsconv = { version = "0.2.2", registry = "substrate", path = "../../../libs/gdsconv" }
gds = { version = "0.4.2", registry = "substrate", path = "../../../libs/gds" }
scir = { version = "0.9.2", registry = "substrate", path = "../../../libs/scir" }
spice = { version = "0.9.3", registry = "substrate", path = "../../../libs/spice" }
spice = { version = "0.9.4", registry = "substrate", path = "../../../libs/spice" }

arcstr = "1"
rust_decimal = "1"
rust_decimal_macros = "1"
# end-code-snippet dependencies

# begin-code-snippet open-dependencies
ngspice = { version = "0.5.3", registry = "substrate", path = "../../../tools/ngspice" }
magic_netgen = { version = "0.1.4", registry = "substrate", path = "../../../tools/magic_netgen" }
magic = { version = "0.2.2", registry = "substrate", path = "../../../tools/magic" }
ngspice = { version = "0.5.4", registry = "substrate", path = "../../../tools/ngspice" }
magic_netgen = { version = "0.1.5", registry = "substrate", path = "../../../tools/magic_netgen" }
magic = { version = "0.2.3", registry = "substrate", path = "../../../tools/magic" }
# end-code-snippet open-dependencies

# begin-code-snippet cds-dependencies
spectre = { version = "0.11.3", registry = "substrate", path = "../../../tools/spectre" }
quantus = { version = "0.2.3", registry = "substrate", path = "../../../tools/quantus" }
pegasus = { version = "0.2.2", registry = "substrate", path = "../../../tools/pegasus" }
spectre = { version = "0.11.4", registry = "substrate", path = "../../../tools/spectre" }
quantus = { version = "0.2.4", registry = "substrate", path = "../../../tools/quantus" }
pegasus = { version = "0.2.3", registry = "substrate", path = "../../../tools/pegasus" }
# end-code-snippet cds-dependencies

atoll = { version = "0.1.4", registry = "substrate", path = "../../../libs/atoll" }
2 changes: 1 addition & 1 deletion examples/latest/spice_vdivider/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false
# begin-code-snippet dependencies
[dependencies]
substrate = { version = "0.10.3", registry = "substrate", path = "../../../substrate" }
spice = { version = "0.9.3", registry = "substrate", path = "../../../libs/spice" }
spice = { version = "0.9.4", registry = "substrate", path = "../../../libs/spice" }

rust_decimal = "1"
rust_decimal_macros = "1"
Expand Down
10 changes: 5 additions & 5 deletions examples/latest/strongarm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ publish = false
[dependencies]
atoll = { version = "0.1.4", registry = "substrate", path = "../../../libs/atoll" }
substrate = { version = "0.10.3", registry = "substrate", path = "../../../substrate" }
sky130 = { version = "0.10.3", registry = "substrate", path = "../../../pdks/sky130" }
sky130 = { version = "0.10.4", registry = "substrate", path = "../../../pdks/sky130" }
layir = { version = "0.2.2", registry = "substrate", path = "../../../libs/layir" }
gdsconv = { version = "0.2.2", registry = "substrate", path = "../../../libs/gdsconv" }
gds = { version = "0.4.2", registry = "substrate", path = "../../../libs/gds" }
scir = { version = "0.9.2", registry = "substrate", path = "../../../libs/scir" }
spice = { version = "0.9.3", registry = "substrate", path = "../../../libs/spice" }
spice = { version = "0.9.4", registry = "substrate", path = "../../../libs/spice" }

arcstr = "1"
rust_decimal = "1"
Expand All @@ -21,9 +21,9 @@ derive-where = "1"
approx = "0.5"
itertools = "0.14"

spectre = { version = "0.11.3", registry = "substrate", path = "../../../tools/spectre" }
quantus = { version = "0.2.3", registry = "substrate", path = "../../../tools/quantus" }
pegasus = { version = "0.2.2", registry = "substrate", path = "../../../tools/pegasus" }
spectre = { version = "0.11.4", registry = "substrate", path = "../../../tools/spectre" }
quantus = { version = "0.2.4", registry = "substrate", path = "../../../tools/quantus" }
pegasus = { version = "0.2.3", registry = "substrate", path = "../../../tools/pegasus" }

[dev-dependencies]
plotters = "0.3"
2 changes: 1 addition & 1 deletion examples/latest/vdivider/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rust_decimal = "1"
rust_decimal_macros = "1"
serde = { version = "1.0.228", features = ["derive"] }
substrate = { version = "0.10.3", registry = "substrate", path = "../../../substrate" }
spectre = { version = "0.11.3", registry = "substrate", path = "../../../tools/spectre" }
spectre = { version = "0.11.4", registry = "substrate", path = "../../../tools/spectre" }

[dev-dependencies]
approx = "0.5"
16 changes: 8 additions & 8 deletions examples/release/colbuf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ publish = false

[dependencies]
substrate = { version = "0.10.3", registry = "substrate" }
spice = { version = "0.9.3", registry = "substrate" }
spectre = { version = "0.11.3", registry = "substrate" }
ngspice = { version = "0.5.3", registry = "substrate" }
quantus = { version = "0.2.3", registry = "substrate" }
magic_netgen = { version = "0.1.4", registry = "substrate" }
rust_decimal = "1.37.1"
rust_decimal_macros = "1.37.1"
spice = { version = "0.9.4", registry = "substrate" }
spectre = { version = "0.11.4", registry = "substrate" }
ngspice = { version = "0.5.4", registry = "substrate" }
quantus = { version = "0.2.4", registry = "substrate" }
magic_netgen = { version = "0.1.5", registry = "substrate" }
rust_decimal = "1.40.0"
rust_decimal_macros = "1.40.0"

[dev-dependencies]
sky130 = { version = "<=0.10.3", registry = "substrate" }
sky130 = { version = "<=0.10.4", registry = "substrate" }
approx = "0.5"
6 changes: 3 additions & 3 deletions examples/release/resistor_bank/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[package]
name = "resistor_bank"
version = "0.1.1"
version = "0.1.2"
edition = "2024"

[dependencies]
atoll = { version = "0.1.4", registry = "substrate" }
substrate = { version = "0.10.3", registry = "substrate" }
sky130 = { version = "0.10.3", registry = "substrate" }
sky130 = { version = "0.10.4", registry = "substrate" }
layir = { version = "0.2.2", registry = "substrate" }
gdsconv = { version = "0.2.2", registry = "substrate" }
gds = { version = "0.4.2", registry = "substrate" }
scir = { version = "0.9.2", registry = "substrate" }
spice = { version = "0.9.3", registry = "substrate" }
spice = { version = "0.9.4", registry = "substrate" }

arcstr = "1"
rust_decimal = "1"
Expand Down
Loading
Loading