-
-
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.
a little experimentation with adiabatic circuitry, a little bit of cl…
…eanup
- Loading branch information
Showing
6 changed files
with
9 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule ckt
updated
10 files
+51 −26 | src/build.cpp | |
+15 −9 | src/main.cpp | |
+0 −7 | src/plot.h | |
+4 −4 | src/show.cpp | |
+7 −0 | src/show.h | |
+12 −202 | src/sim.cpp | |
+173 −0 | src/vcd.cpp | |
+27 −0 | src/vcd.h | |
+185 −0 | src/verify.cpp | |
+7 −0 | src/verify.h |
Submodule interpret_prs
updated
2 files
+4 −1 | interpret_prs/export.cpp | |
+3 −0 | interpret_prs/import.cpp |
Submodule parse_prs
updated
2 files
+14 −1 | parse_prs/production_rule.cpp | |
+1 −0 | parse_prs/production_rule.h |
Submodule prs
updated
5 files
+57 −52 | prs/production_rule.cpp | |
+7 −1 | prs/production_rule.h | |
+11 −1 | prs/simulator.cpp | |
+2 −0 | prs/simulator.h | |
+1 −2 | prs/synthesize.cpp |