-
-
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.
- Loading branch information
Showing
27 changed files
with
27 additions
and
27 deletions.
There are no files selected for viewing
Submodule ckt
updated
4 files
+2 −2 | Makefile | |
+54 −34 | src/build.cpp | |
+1 −1 | src/build.h | |
+3 −1 | src/main.cpp |
Submodule interpret_phy
updated
4 files
+1 −1 | Makefile | |
+4 −4 | interpret_phy/export.cpp | |
+8 −3 | interpret_phy/import.cpp | |
+2 −1 | interpret_phy/import.h |
Submodule phy
updated
5 files
+1 −1 | Makefile | |
+56 −19 | phy/Layout.cpp | |
+12 −4 | phy/Layout.h | |
+10 −4 | phy/Library.cpp | |
+8 −4 | phy/Library.h |
Submodule sch
updated
10 files
+2 −2 | Makefile | |
+136 −60 | sch/Draw.cpp | |
+8 −6 | sch/Draw.h | |
+27 −24 | sch/Netlist.cpp | |
+5 −5 | sch/Netlist.h | |
+3 −3 | sch/Placer.cpp | |
+89 −142 | sch/Router.cpp | |
+18 −16 | sch/Router.h | |
+77 −0 | sch/Tapeout.cpp | |
+11 −0 | sch/Tapeout.h |