Open
Conversation
…ring a transient simulation
…fault is 0.1%). This helps to avoid delays in interactive simulations (cherry picked from commit 0c06bd1)
… in other circuits. Go back to the default 0.1% tolerances. We should make this project specific. (cherry picked from commit 1521919)
…y but seems to work. When an interaction has been detected (simulation triguered by changes in the circuit), we stop the simulation and start a new one using the previous volatges as initial conditions (.ic line in the spice netlist)
(cherry picked from commit 764d122)
…r an interaction (cherry picked from commit 731a7f1)
…eractions. If initial conditions are given, ngspice does not calculate the time=0 equations and the vector size is MAXTIME/TIMESTEP instead of MAXTIME/TIMESTEP+1 (cherry picked from commit 3f56d7e)
…flip flop circuit is speed up by setting reltol to 1%, but this may cause problems in other circuits. Thus, this allow to finetune the simulations. (cherry picked from commit 28d2974)
… the error message
…s not exists and creates an error in the std output)
|
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.


@KjellMorgenstern
This is the status of my branch for changing properties in the middle of transitory simulations (stopping and restarting the simulation). Not sure how far away are you in the process of FR1.05, but maybe you can consider to include some of this, but there are a few bug fixes to the simulator code.
I am not sure if I mess up some of the formatting again or some code to a previous version...