Subcircuit files for IC's (Contributor: Tharun D) #422
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) play a crucial role in modern electronics, forming the foundation for a wide range of applications. Ensuring their accurate simulation and integration in eSim enhances their usability in circuit design and analysis.
Purpose
The primary goal is to simplify the implementation of complex circuits by providing well-structured IC models in eSim. This will allow users to efficiently design and test circuits using these fundamental ICs.
Approach
To design an IC in eSim, the following steps are followed:
1.Schematic Design – Create the circuit schematic of the IC.
2.ERC Check – Perform an Electrical Rule Check (ERC) to identify and resolve any errors.
3.Netlist Generation – If no errors are found, generate the netlist.
4.Conversion to NgSpice – Convert the KiCad schematic to an NgSpice-compatible format while defining the necessary component values.
5.Simulation & Analysis – Run simulations to analyze the input-output characteristics and validate the performance of the designed IC.