Skip to content

Commit

Permalink
feat(lefdef): initial DEF writer implementation (#431)
Browse files Browse the repository at this point in the history
* work on defining def structs

* wip

* wip

* make fields pub

* update test
  • Loading branch information
rahulk29 authored Jul 4, 2024
1 parent 0ff8636 commit d0ef249
Show file tree
Hide file tree
Showing 5 changed files with 1,678 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ members = [
"libs/gds",
"libs/geometry",
"libs/geometry_macros",
"libs/lefdef",
"libs/pathtree",
"libs/scir",
"libs/spice",
Expand Down
7 changes: 7 additions & 0 deletions libs/lefdef/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[package]
name = "lefdef"
version = "0.1.0"
edition = "2021"

[dependencies]
geometry = { version = "0.5.0", registry = "substrate", path = "../geometry" }
Loading

0 comments on commit d0ef249

Please sign in to comment.