pdnkit: end-to-end pipeline regression test#56
Open
UnsignedChad wants to merge 1 commit into
Open
Conversation
One big integration test that loads the tiny_pdn fixture and exercises every Tier 1 and Tier 2 module: parser, IR mesher + solver, DRC, cavity bare + with decaps, sensitivity, target-Z, via inductance, VRM, DS dielectric, HJ roughness, thermal coupling, MOR + SPICE export, Touchstone writer. Catches the case where a cross-tool refactor (parser, model, solver) silently breaks a downstream physics module that no unit test was covering for that input shape.
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.
One end-to-end integration test that loads the
tiny_pdnfixture and exercises every Tier 1 and Tier 2 physics module in one go: parser, IR mesher + solver, IPC-2152 DRC, cavity Z(f) bare + with decaps, leave-one-out sensitivity, target-Z, via inductance, VRM model, Djordjević-Sarkar dielectric, Hammerstad-Jensen roughness, thermal-coupled IR, Schur-complement MOR + reduced SPICE export, Touchstone writer.This catches the case where a cross-tool refactor (parser, board model, solver) silently breaks a downstream physics module that no per-module unit test was covering for that specific input shape.
The Report module isn't included (PR #51 may not be merged at CI time); add it in a follow-up once #51 lands.