Subcircuit files for ICs by Yogeswaran I#609
Merged
Shanthipriya20 merged 9 commits intoJul 16, 2026
Merged
Conversation
…d clear subcircuit
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.
Related Issues
Integrated Circuits (ICs) are essential building blocks in electronic circuit design. Adding this subcircuit to eSim expands the available component library, enabling users to accurately simulate and analyze circuits using this IC.
Purpose
This PR adds 8 new subcircuit components to
library/SubcircuitLibrary/, each in a separate commit:Files included per component
.cir- SPICE netlist.sub- Subcircuit definition.kicad_sch- KiCad schematic.cir.out- Simulation output_Previous_Values.xml- eSim project metadataApproach
For each IC, the schematic was designed in eSim using KiCad. ERC was performed to check for errors. The netlist was generated and converted from KiCad to NgSpice format with the required component values assigned. The input/output waveforms were then verified against the corresponding datasheet and functional behavior to ensure correct operation.
Each component folder contains the corresponding .cir, .sub, .kicad_sch, .cir.out, and _Previous_Values.xml files.