Skip to content
Closed
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
30 changes: 15 additions & 15 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"bins/cdl2spice": "0.2.2",
"bins/spicemerge": "0.1.0",
"bins/sky130spconv": "0.1.0",
"codegen": "0.10.2",
"bins/cdl2spice": "0.2.3",
"bins/spicemerge": "0.1.1",
"bins/sky130spconv": "0.1.1",
"codegen": "0.10.3",
"config": "0.4.1",
"docs/snippets": "0.7.0",
"examples": "0.2.0",
Expand All @@ -21,24 +21,24 @@
"libs/geometry": "0.7.1",
"libs/geometry_macros": "0.1.1",
"libs/pathtree": "0.3.0",
"libs/psfparser": "0.1.4",
"libs/psfparser": "0.1.5",
"libs/scir": "0.9.1",
"libs/spice": "0.9.2",
"libs/spice": "0.9.3",
"libs/layir": "0.2.1",
"libs/lefdef": "0.2.1",
"libs/macrotools": "0.2.0",
"libs/nutlex": "0.4.2",
"libs/nutlex": "0.4.3",
"libs/type_dispatch": "0.5.1",
"libs/type_dispatch_macros": "0.4.1",
"libs/uniquify": "0.4.0",
"libs/verilog": "0.2.1",
"pdks/sky130": "0.10.2",
"substrate": "0.10.2",
"pdks/sky130": "0.10.3",
"substrate": "0.10.3",
"tools/magic": "0.2.1",
"tools/netgen": "0.2.1",
"tools/ngspice": "0.5.2",
"tools/pegasus": "0.2.1",
"tools/quantus": "0.2.2",
"tools/spectre": "0.11.2",
"tools/magic_netgen": "0.1.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"
}
30 changes: 15 additions & 15 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.2 to 0.9.3

## [0.2.1](https://github.com/ucb-substrate/substrate2/compare/cdl2spice-v0.2.0...cdl2spice-v0.2.1) (2025-01-24)


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.2"
version = "0.2.3"
edition = "2021"

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

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

## [0.1.1](https://github.com/ucb-substrate/substrate2/compare/sky130spconv-v0.1.0...sky130spconv-v0.1.1) (2025-02-04)


### Features

* **docs:** documentation on sky130spconv ([#572](https://github.com/ucb-substrate/substrate2/issues/572)) ([d2267df](https://github.com/ucb-substrate/substrate2/commit/d2267dfb72106391a51ac868a1ec4ad6a7f927ac))
* **sky130spconv:** CLI to convert between sky130 schemas ([#570](https://github.com/ucb-substrate/substrate2/issues/570)) ([a705a71](https://github.com/ucb-substrate/substrate2/commit/a705a71238d61794dd5c322b3b55594d4719886b))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* spice bumped from 0.9.2 to 0.9.3
* sky130 bumped from 0.10.2 to 0.10.3

## 0.1.0 (2025-02-02)


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.0"
version = "0.1.1"
edition = "2021"
readme = "README.md"

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

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

## [0.1.1](https://github.com/ucb-substrate/substrate2/compare/spicemerge-v0.1.0...spicemerge-v0.1.1) (2025-02-04)


### Features

* **sky130spconv:** CLI to convert between sky130 schemas ([#570](https://github.com/ucb-substrate/substrate2/issues/570)) ([a705a71](https://github.com/ucb-substrate/substrate2/commit/a705a71238d61794dd5c322b3b55594d4719886b))
* **spicemerge:** add command line tool for aggregating SPICE netlists ([#568](https://github.com/ucb-substrate/substrate2/issues/568)) ([ffd6975](https://github.com/ucb-substrate/substrate2/commit/ffd6975e83bcaaea898ff18b94e48b8a75661096))


### Dependencies

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

## 0.1.0 (2025-02-02)


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.0"
version = "0.1.1"
edition = "2021"

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

scir = { version = "0.9.1", registry = "substrate", path = "../../libs/scir" }
spice = { version = "0.9.2", registry = "substrate", path = "../../libs/spice" }
spice = { version = "0.9.3", registry = "substrate", path = "../../libs/spice" }
14 changes: 14 additions & 0 deletions codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,20 @@
* spectre bumped from <=0.9.0 to <=0.9.1
* spice bumped from <=0.7.0 to <=0.7.1

## [0.10.3](https://github.com/ucb-substrate/substrate2/compare/codegen-v0.10.2...codegen-v0.10.3) (2025-02-04)


### Bug Fixes

* **deps:** update deps to latest versions ([#562](https://github.com/ucb-substrate/substrate2/issues/562)) ([fe86a45](https://github.com/ucb-substrate/substrate2/commit/fe86a4552ae1238495f26b51443d7729b54398f0))


### Dependencies

* The following workspace dependencies were updated
* dev-dependencies
* substrate bumped from <=0.10.2 to <=0.10.3

## [0.10.2](https://github.com/ucb-substrate/substrate2/compare/codegen-v0.10.1...codegen-v0.10.2) (2025-02-02)


Expand Down
4 changes: 2 additions & 2 deletions codegen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "codegen"
version = "0.10.2"
version = "0.10.3"
edition = "2021"

[dependencies]
Expand All @@ -15,7 +15,7 @@ snippets = { version = "0.7.0", registry = "substrate", path = "../docs/snippets
macrotools = { version = "0.2.0", registry = "substrate", path = "../libs/macrotools" }

[dev-dependencies]
substrate = { version = "<=0.10.2", registry = "substrate", path = "../substrate" }
substrate = { version = "<=0.10.3", registry = "substrate", path = "../substrate" }
scir = { version = "<=0.9.1", registry = "substrate", path = "../libs/scir" }
arcstr = "1"
rust_decimal = "1"
Expand Down
12 changes: 6 additions & 6 deletions examples/latest/colbuf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ edition = "2021"
publish = false

[dependencies]
substrate = { version = "0.10.2", registry = "substrate", path = "../../../substrate" }
spice = { version = "0.9.2", registry = "substrate", path = "../../../libs/spice" }
spectre = { version = "0.11.2", registry = "substrate", path = "../../../tools/spectre" }
ngspice = { version = "0.5.2", registry = "substrate", path = "../../../tools/ngspice" }
quantus = { version = "0.2.2", registry = "substrate", path = "../../../tools/quantus" }
magic_netgen = { version = "0.1.3", registry = "substrate", path = "../../../tools/magic_netgen" }
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" }
rust_decimal = "1.36.0"
rust_decimal_macros = "1.36.0"

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 @@ -6,27 +6,27 @@ publish = false

# begin-code-snippet dependencies
[dependencies]
substrate = { version = "0.10.2", registry = "substrate", path = "../../../substrate" }
sky130 = { version = "0.10.2", registry = "substrate", path = "../../../pdks/sky130" }
substrate = { version = "0.10.3", registry = "substrate", path = "../../../substrate" }
sky130 = { version = "0.10.3", registry = "substrate", path = "../../../pdks/sky130" }
layir = { version = "0.2.1", registry = "substrate", path = "../../../libs/layir" }
gdsconv = { version = "0.2.1", registry = "substrate", path = "../../../libs/gdsconv" }
gds = { version = "0.4.1", registry = "substrate", path = "../../../libs/gds" }
scir = { version = "0.9.1", registry = "substrate", path = "../../../libs/scir" }
spice = { version = "0.9.2", registry = "substrate", path = "../../../libs/spice" }
spice = { version = "0.9.3", 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.2", registry = "substrate", path = "../../../tools/ngspice" }
magic_netgen = { version = "0.1.3", registry = "substrate", path = "../../../tools/magic_netgen" }
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.1", registry = "substrate", path = "../../../tools/magic" }
# end-code-snippet open-dependencies

# begin-code-snippet cds-dependencies
spectre = { version = "0.11.2", registry = "substrate", path = "../../../tools/spectre" }
quantus = { version = "0.2.2", registry = "substrate", path = "../../../tools/quantus" }
pegasus = { version = "0.2.1", registry = "substrate", path = "../../../tools/pegasus" }
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" }
# end-code-snippet cds-dependencies
4 changes: 2 additions & 2 deletions examples/latest/spice_vdivider/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ publish = false

# begin-code-snippet dependencies
[dependencies]
substrate = { version = "0.10.2", registry = "substrate", path = "../../../substrate" }
spice = { version = "0.9.2", registry = "substrate", path = "../../../libs/spice" }
substrate = { version = "0.10.3", registry = "substrate", path = "../../../substrate" }
spice = { version = "0.9.3", registry = "substrate", path = "../../../libs/spice" }

rust_decimal = "1"
rust_decimal_macros = "1"
Expand Down
2 changes: 1 addition & 1 deletion examples/latest/substrate_api_examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
publish = false

[dependencies]
substrate = { version = "0.10.2", registry = "substrate", path = "../../../substrate" }
substrate = { version = "0.10.3", registry = "substrate", path = "../../../substrate" }
scir = { version = "0.9.1", registry = "substrate", path = "../../../libs/scir" }

arcstr = "1"
Expand Down
Loading
Loading