Skip to content
Merged
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.1",
"bins/spicemerge": "0.0.0",
"bins/sky130spconv": "0.0.0",
"codegen": "0.10.1",
"bins/cdl2spice": "0.2.2",
"bins/spicemerge": "0.1.0",
"bins/sky130spconv": "0.1.0",
"codegen": "0.10.2",
"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.3",
"libs/psfparser": "0.1.4",
"libs/scir": "0.9.1",
"libs/spice": "0.9.1",
"libs/spice": "0.9.2",
"libs/layir": "0.2.1",
"libs/lefdef": "0.2.1",
"libs/macrotools": "0.2.0",
"libs/nutlex": "0.4.1",
"libs/nutlex": "0.4.2",
"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.1",
"substrate": "0.10.1",
"pdks/sky130": "0.10.2",
"substrate": "0.10.2",
"tools/magic": "0.2.1",
"tools/netgen": "0.2.0",
"tools/ngspice": "0.5.1",
"tools/pegasus": "0.2.0",
"tools/quantus": "0.2.1",
"tools/spectre": "0.11.1",
"tools/magic_netgen": "0.1.2"
"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"
}
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
@@ -1,5 +1,9 @@
# Changelog

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

## [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.1"
version = "0.2.2"
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.1", registry = "substrate", path = "../../libs/spice" }
spice = { version = "0.9.2", registry = "substrate", path = "../../libs/spice" }
17 changes: 17 additions & 0 deletions bins/sky130spconv/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

## 0.1.0 (2025-02-02)


### 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.1 to 0.9.2
* sky130 bumped from 0.10.1 to 0.10.2
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.0.0"
version = "0.1.0"
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.1", registry = "substrate", path = "../../libs/spice" }
sky130 = { version = "0.10.1", registry = "substrate", path = "../../pdks/sky130" }
spice = { version = "0.9.2", registry = "substrate", path = "../../libs/spice" }
sky130 = { version = "0.10.2", registry = "substrate", path = "../../pdks/sky130" }
thiserror = "2"
16 changes: 16 additions & 0 deletions bins/spicemerge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

## 0.1.0 (2025-02-02)


### 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.1 to 0.9.2
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.0.0"
version = "0.1.0"
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.1", registry = "substrate", path = "../../libs/spice" }
spice = { version = "0.9.2", 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.2](https://github.com/ucb-substrate/substrate2/compare/codegen-v0.10.1...codegen-v0.10.2) (2025-02-02)


### 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.1 to <=0.10.2

## [0.10.1](https://github.com/ucb-substrate/substrate2/compare/codegen-v0.10.0...codegen-v0.10.1) (2025-01-24)


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.1"
version = "0.10.2"
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.1", registry = "substrate", path = "../substrate" }
substrate = { version = "<=0.10.2", registry = "substrate", path = "../substrate" }
scir = { version = "<=0.9.1", registry = "substrate", path = "../libs/scir" }
arcstr = "1"
rust_decimal = "1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ Substrate will call into {props.open ? "open source tools (ngspice, magic, and N

## Setup

### Protocol Buffer Compiler

Ensure that you have the [protocol buffer compiler](https://grpc.io/docs/protoc-installation/) (`protoc`) installed.

### Rust

Ensure that you have a recent version of Rust installed.
Expand All @@ -30,6 +34,7 @@ Add the Substrate registry to your Cargo config:
You only need to do this the first time you set up Substrate.
</div> : <div/> }

### Project Setup

Next, create a new Rust project:
```bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ If you're looking for a deeper dive into how analog design and simulation work i

## Creating a Substrate project

Substrate is fully integrated with the Rust ecosystem, so all you need to get started is a [recent installation of Rust](https://www.rust-lang.org/tools/install)! Ensure that you have version 1.70.0 or beyond.
Substrate is fully integrated with the Rust ecosystem, so all you need to get started is a [recent installation of Rust](https://www.rust-lang.org/tools/install)!
Ensure that you have version 1.80.0 or beyond.

Also ensure that you have the [protocol buffer compiler](https://grpc.io/docs/protoc-installation/) (`protoc`) installed.

{ isRelease("{{VERSION}}") ? <div>
First, add the Substrate registry to your Cargo config:
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.1", registry = "substrate", path = "../../../substrate" }
spice = { version = "0.9.1", registry = "substrate", path = "../../../libs/spice" }
spectre = { version = "0.11.1", registry = "substrate", path = "../../../tools/spectre" }
ngspice = { version = "0.5.1", registry = "substrate", path = "../../../tools/ngspice" }
quantus = { version = "0.2.1", registry = "substrate", path = "../../../tools/quantus" }
magic_netgen = { version = "0.1.2", registry = "substrate", path = "../../../tools/magic_netgen" }
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" }
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.1", registry = "substrate", path = "../../../substrate" }
sky130 = { version = "0.10.1", registry = "substrate", path = "../../../pdks/sky130" }
substrate = { version = "0.10.2", registry = "substrate", path = "../../../substrate" }
sky130 = { version = "0.10.2", 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.1", registry = "substrate", path = "../../../libs/spice" }
spice = { version = "0.9.2", 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.1", registry = "substrate", path = "../../../tools/ngspice" }
magic_netgen = { version = "0.1.2", registry = "substrate", path = "../../../tools/magic_netgen" }
ngspice = { version = "0.5.2", registry = "substrate", path = "../../../tools/ngspice" }
magic_netgen = { version = "0.1.3", 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.1", registry = "substrate", path = "../../../tools/spectre" }
quantus = { version = "0.2.1", registry = "substrate", path = "../../../tools/quantus" }
pegasus = { version = "0.2.0", registry = "substrate", path = "../../../tools/pegasus" }
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" }
# end-code-snippet cds-dependencies
Loading