Add example circuits from community contributions#281
Open
esaruoho wants to merge 1 commit intopfalstad:devfrom
Open
Add example circuits from community contributions#281esaruoho wants to merge 1 commit intopfalstad:devfrom
esaruoho wants to merge 1 commit intopfalstad:devfrom
Conversation
Add four new example circuits sourced from community issue submissions: - MOSFET super-diode (sharpie7#415): N-channel MOSFET configured as an ideal diode replacement with near-zero forward voltage drop - Switching regulator (sharpie7#404): Buck regulator with bridge rectifier input, feedback loop, and op-amp comparator - RTL logic gates (sharpie7#909): Complete set of RTL gate implementations (NOT, AND, OR, NAND, NOR, XOR, XNOR) built from discrete transistors and resistors - Star-delta transformation (sharpie7#719): Demonstrates the star (wye) to delta (triangle) resistor network equivalence Each circuit is registered in setuplist.txt under the appropriate section. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
28d6e2e to
0f58c05
Compare
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.
Summary
Each circuit is placed in the appropriate section of
setuplist.txt:All circuit data was sourced directly from the original issue submissions.
Test plan
🤖 Generated with Claude Code