Skip to content

Commit

Permalink
merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanku committed Nov 10, 2023
2 parents c2f62f4 + e103ad9 commit d16d721
Show file tree
Hide file tree
Showing 33 changed files with 173 additions and 141 deletions.
18 changes: 9 additions & 9 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"codegen": "0.7.0",
"codegen": "0.7.1",
"config": "0.2.4",
"docs/examples": "0.4.0",
"libs/atoll": "0.1.0",
"docs/examples": "0.4.1",
"libs/atoll": "0.1.1",
"libs/cache": "0.4.0",
"libs/diagnostics": "0.3.0",
"libs/enumify": "0.1.0",
Expand All @@ -11,15 +11,15 @@
"libs/geometry": "0.5.0",
"libs/geometry_macros": "0.0.1",
"libs/pathtree": "0.2.0",
"libs/scir": "0.6.0",
"libs/spice": "0.5.0",
"libs/scir": "0.7.0",
"libs/spice": "0.6.0",
"libs/nutlex": "0.2.0",
"libs/type_dispatch": "0.3.0",
"libs/type_dispatch_macros": "0.3.0",
"libs/uniquify": "0.2.0",
"pdks/sky130pdk": "0.7.0",
"substrate": "0.7.0",
"pdks/sky130pdk": "0.7.1",
"substrate": "0.7.1",
"tests": "0.0.0",
"tools/ngspice": "0.1.0",
"tools/spectre": "0.7.0"
"tools/ngspice": "0.2.0",
"tools/spectre": "0.8.0"
}
18 changes: 9 additions & 9 deletions Cargo.lock

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

9 changes: 9 additions & 0 deletions codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@
* dev-dependencies
* substrate bumped from 0.1.0 to 0.1.1

* The following workspace dependencies were updated
* dependencies
* examples bumped from 0.4.0 to 0.4.1
* dev-dependencies
* substrate bumped from <=0.7.0 to <=0.7.1
* sky130pdk bumped from <=0.7.0 to <=0.7.1
* spectre bumped from <=0.7.0 to <=0.8.0
* spice bumped from <=0.5.0 to <=0.6.0

## [0.7.0](https://github.com/ucb-substrate/substrate2/compare/codegen-v0.6.1...codegen-v0.7.0) (2023-11-02)


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

[dependencies]
Expand All @@ -12,16 +12,16 @@ proc-macro-crate = "1"
proc-macro-error = "1"
convert_case = "0.6"

examples = { version = "0.4.0", registry = "substrate", path = "../docs/examples" }
examples = { version = "0.4.1", registry = "substrate", path = "../docs/examples" }
type_dispatch = { version = "0.3.0", registry = "substrate", path = "../libs/type_dispatch" }

[dev-dependencies]
arcstr = "1"
serde = { version = "1", features = ["derive"] }
substrate = { version = "<=0.7.0", registry = "substrate", path = "../substrate" }
sky130pdk = { version = "<=0.7.0", registry = "substrate", path = "../pdks/sky130pdk" }
spectre = { version = "<=0.7.0", registry = "substrate", path = "../tools/spectre" }
spice = { version = "<=0.5.0", registry = "substrate", path = "../libs/spice" }
substrate = { version = "<=0.7.1", registry = "substrate", path = "../substrate" }
sky130pdk = { version = "<=0.7.1", registry = "substrate", path = "../pdks/sky130pdk" }
spectre = { version = "<=0.8.0", registry = "substrate", path = "../tools/spectre" }
spice = { version = "<=0.6.0", registry = "substrate", path = "../libs/spice" }
rust_decimal = "1.30"
rust_decimal_macros = "1.30"

Expand Down
7 changes: 7 additions & 0 deletions docs/examples/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@
* sky130pdk bumped from <=0.6.0 to <=0.6.1
* spectre bumped from <=0.6.0 to <=0.6.1

* The following workspace dependencies were updated
* dev-dependencies
* substrate bumped from <=0.7.0 to <=0.7.1
* sky130pdk bumped from <=0.7.0 to <=0.7.1
* spectre bumped from <=0.7.0 to <=0.8.0
* spice bumped from <=0.5.0 to <=0.6.0

## [0.4.0](https://github.com/ucb-substrate/substrate2/compare/examples-v0.3.1...examples-v0.4.0) (2023-11-02)


Expand Down
11 changes: 5 additions & 6 deletions docs/examples/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "examples"
version = "0.4.0"
version = "0.4.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -18,11 +18,10 @@ arcstr = "1"
serde = { version = "1", features = ["derive"] }
rust_decimal = "1.30"
rust_decimal_macros = "1.30"

substrate = { version = "<=0.7.0", registry = "substrate", path = "../../substrate" }
sky130pdk = { version = "<=0.7.0", registry = "substrate", path = "../../pdks/sky130pdk" }
spectre = { version = "<=0.7.0", registry = "substrate", path = "../../tools/spectre" }
spice = { version = "<=0.5.0", registry = "substrate", path = "../../libs/spice" }
substrate = { version = "<=0.7.1", registry = "substrate", path = "../../substrate" }
sky130pdk = { version = "<=0.7.1", registry = "substrate", path = "../../pdks/sky130pdk" }
spectre = { version = "<=0.8.0", registry = "substrate", path = "../../tools/spectre" }
spice = { version = "<=0.6.0", registry = "substrate", path = "../../libs/spice" }

[lib]
proc-macro = true
2 changes: 1 addition & 1 deletion docs/examples/examples/core.rs
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ mod single_process_buffer {
use substrate::layout::{CellBuilder, ExportsLayoutData, Layout};

#[derive(Serialize, Deserialize, Debug, Clone, Hash, PartialEq, Eq, Block)]
#[substrate(io = "BufferIo", kind = "Cell")]
#[substrate(io = "BufferIo")]
pub struct Buffer {
strength: usize,
}
Expand Down
2 changes: 2 additions & 0 deletions docs/site/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*
!build
2 changes: 2 additions & 0 deletions docs/site/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
FROM pierrezemb/gostatic
COPY ./build /srv/http/
12 changes: 0 additions & 12 deletions docs/site/blog/2019-05-28-first-blog-post.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/site/blog/2019-05-29-long-blog-post.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
slug: long-blog-post
title: Long Blog Post
authors: endi
authors: [rohanku, rahulk29]
tags: [hello, docusaurus]
---

Expand Down
20 changes: 0 additions & 20 deletions docs/site/blog/2021-08-01-mdx-blog-post.mdx

This file was deleted.

Binary file not shown.
25 changes: 0 additions & 25 deletions docs/site/blog/2021-08-26-welcome/index.md

This file was deleted.

26 changes: 10 additions & 16 deletions docs/site/blog/authors.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
endi:
name: Endilie Yacop Sucipto
title: Maintainer of Docusaurus
url: https://github.com/endiliey
image_url: https://github.com/endiliey.png
rohanku:
name: Rohan Kumar
title: Researcher @ UC Berkeley
url: https://github.com/rohanku
image_url: https://github.com/rohanku.png

yangshun:
name: Yangshun Tay
title: Front End Engineer @ Facebook
url: https://github.com/yangshun
image_url: https://github.com/yangshun.png

slorber:
name: Sébastien Lorber
title: Docusaurus maintainer
url: https://sebastienlorber.com
image_url: https://github.com/slorber.png
rahulk29:
name: Rahul Kumar
title: Researcher @ UC Berkeley
url: https://github.com/rahulk29
image_url: https://github.com/rahulk29.png
2 changes: 1 addition & 1 deletion docs/site/docs/development/_category_.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"label": "Development",
"position": 4,
"position": 3,
"link": {
"type": "generated-index",
"description": "A guide for Substrate developers and open-source contributors."
Expand Down
2 changes: 1 addition & 1 deletion docs/site/docs/getting-started/_category_.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"label": "Getting Started",
"position": 2,
"position": 1,
"link": {
"type": "generated-index",
"description": "Substrate is a framework for writing modular and reproducible analog generators. This section includes several practical tutorials to get you familiar with Substrate's features."
Expand Down
2 changes: 1 addition & 1 deletion docs/site/docs/schematics/_category_.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"label": "Schematics",
"position": 3,
"position": 2,
"link": {
"type": "generated-index",
"description": "This section provides an in-depth dive into how schematic generators are written in Substrate. We'll explore Substrate's many features for defining, manipulating, and exporting parametrized schematics. In later parts, we'll delve into how plugins and libraries can be built off of Substrate's APIs."
Expand Down
4 changes: 4 additions & 0 deletions libs/atoll/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

* The following workspace dependencies were updated
* dependencies
* substrate bumped from 0.7.0 to 0.7.1

## 0.1.0 (2023-11-02)


Expand Down
4 changes: 2 additions & 2 deletions libs/atoll/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "atoll"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
description = "Automatic transformation of logical layout"
license = "BSD-3-Clause"

[dependencies]
substrate = { version = "0.7.0", registry = "substrate", path = "../../substrate" }
substrate = { version = "0.7.1", registry = "substrate", path = "../../substrate" }
grid = "0.11"
7 changes: 7 additions & 0 deletions libs/scir/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.7.0](https://github.com/ucb-substrate/substrate2/compare/scir-v0.6.0...scir-v0.7.0) (2023-11-04)


### Features

* **spice:** refactor netlisting and fix voltage source netlist ([#316](https://github.com/ucb-substrate/substrate2/issues/316)) ([7a3df69](https://github.com/ucb-substrate/substrate2/commit/7a3df695cf9b38c837ff86d5a5da2417c4db7aa2))

## [0.6.0](https://github.com/ucb-substrate/substrate2/compare/scir-v0.5.0...scir-v0.6.0) (2023-11-02)


Expand Down
2 changes: 1 addition & 1 deletion libs/scir/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "scir"
version = "0.6.0"
version = "0.7.0"
edition = "2021"

[dependencies]
Expand Down
15 changes: 15 additions & 0 deletions libs/spice/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.6.0](https://github.com/ucb-substrate/substrate2/compare/spice-v0.5.0...spice-v0.6.0) (2023-11-04)


### Features

* **spice:** refactor netlisting and fix voltage source netlist ([#316](https://github.com/ucb-substrate/substrate2/issues/316)) ([7a3df69](https://github.com/ucb-substrate/substrate2/commit/7a3df695cf9b38c837ff86d5a5da2417c4db7aa2))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* scir bumped from 0.6.0 to 0.7.0
* substrate bumped from 0.7.0 to 0.7.1

## [0.5.0](https://github.com/ucb-substrate/substrate2/compare/spice-v0.4.0...spice-v0.5.0) (2023-11-02)


Expand Down
Loading

0 comments on commit d16d721

Please sign in to comment.