Open
Conversation
added 9 commits
March 8, 2026 10:25
- Introduced `OpenComp_FoM_PlusPlus.ipynb` for dynamic comparator co-optimization in SKY130. - Created README.md detailing project overview, team, project files, quick start guide, and reproducibility notes. - Included instructions for running with real ngspice and installation of dependencies.
…for OpenComp-FoM++ submission
…rator optimization in SKY130 - Updated README.md to reflect new project name "OpenComp_FoM" from "OpenComp-FoM++". - Added OpenComp_FoM.ipynb notebook for reproducible design exploration of StrongARM and Double-Tail comparator topologies. - Included environment setup, netlist generation, simulation metrics, and robustness ranking. - Implemented educational animation for regeneration dynamics and a spec-to-sizing recipe.
…; remove reproducibility checklist
added 3 commits
March 29, 2026 22:09
- Introduced a new SPICE subcircuit for the StrongARM comparator. - Defined ports: INP, INN, OUTP, OUTN, CLK, VDD, VSS. - Included parameters for device dimensions and internal node initialization. - Implemented PMOS and NMOS configurations for reset, latch load, input pair, and regeneration pair. - Ensured compatibility with SKY130 technology by using appropriate device models.
…nclusions - Added a new artifact `claim_evidence_matrix.csv` to the export list. - Included a section detailing the contents and significance of each exported artifact. - Added a conclusion section summarizing key insights from the notebook's data-driven analysis.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
VLSI26: OpenComp_FoM
StrongARM vs. Double-Tail Comparator FoM Explorer
Description
This PR submits our VLSI 2026 Code-a-Chip notebook project, OpenComp_FoM.
The project provides a reproducible, notebook-driven exploration of dynamic comparator design in SKY130, focusing on architecture-level and sizing-level tradeoffs between two widely used topologies:
Instead of presenting a single design point, this notebook builds a full design-space analysis workflow to support objective early-stage comparator selection under performance and robustness constraints.
Technical Scope
The notebook implements the following flow end-to-end:
What’s Included
OpenComp_FoM.ipynbREADME.mdVLSI26/submitted_notebooks/OpenComp_FoM/LICENSE(Apache-2.0)VLSI26/submitted_notebooks/OpenComp_FoM/figures/VLSI26/submitted_notebooks/OpenComp_FoM/spice/(StrongARM template and SPICE hooks)artifacts/(CSV, JSON, PNG, GIF)Reproducibility and Execution
DEMO_MODE = Truefor deterministic, self-contained runs.sweep_pvt.csv,sweep_mc.csv,ranking.csv,pareto.csvclaim_evidence_matrix.csv,summary.jsonpareto_fronts.png,regeneration_dynamics.gifKey Insights
Verification Plan
Team