-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding ghosts in state space to help with state variable insertion, a…
… bit of cleanup across the board
- Loading branch information
Showing
13 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
Submodule ckt
updated
6 files
+1 −3 | Makefile | |
+26 −16 | src/build.cpp | |
+1 −1 | src/main.cpp | |
+8 −4 | src/show.cpp | |
+8 −10 | src/sim.cpp | |
+1 −1 | src/sim.h |
Submodule boolean
updated
4 files
+50 −6 | boolean/cover.cpp | |
+9 −4 | boolean/cover.h | |
+20 −0 | boolean/cube.cpp | |
+4 −0 | boolean/cube.h |
Submodule gdstk
updated
14 files
+5 −5 | .github/workflows/publish-packages.yml | |
+2 −2 | .github/workflows/run-tests.yml | |
+16 −0 | CHANGELOG.md | |
+1 −1 | include/gdstk/gdstk.hpp | |
+1 −0 | include/gdstk/utils.hpp | |
+1 −1 | pyproject.toml | |
+3 −0 | python/gdstk_module.cpp | |
+1 −0 | src/cell.cpp | |
+4 −4 | src/flexpath.cpp | |
+1 −1 | src/property.cpp | |
+9 −0 | tests/flexpath_test.py | |
+63 −2 | tests/library_test.py | |
+ − | tests/min_length_path.oas | |
+69 −0 | tests/property_test.py |
Submodule hse
updated
11 files
+9 −8 | hse/elaborator.cpp | |
+1 −1 | hse/elaborator.h | |
+86 −52 | hse/encoder.cpp | |
+1 −1 | hse/encoder.h | |
+51 −3 | hse/graph.cpp | |
+21 −2 | hse/graph.h | |
+17 −6 | hse/simulator.cpp | |
+7 −3 | hse/simulator.h | |
+2 −26 | hse/state.cpp | |
+3 −7 | hse/state.h | |
+17 −3 | hse/synthesize.cpp |
Submodule interpret_hse
updated
2 files
+20 −10 | interpret_hse/export.cpp | |
+4 −4 | interpret_hse/export.h |
Submodule prs
updated
3 files
+13 −4 | prs/production_rule.cpp | |
+3 −3 | prs/simulator.cpp | |
+3 −1 | prs/simulator.h |