diff options
author | rahulp13 | 2020-02-28 11:38:58 +0530 |
---|---|---|
committer | rahulp13 | 2020-02-28 11:38:58 +0530 |
commit | 246319682f60293b132fca1ce6e24689c6682617 (patch) | |
tree | 6871b758a17869efecfd617f5513e31f9a933f4a /Windows/spice/examples/snapshot/adder_snload.script | |
parent | d9ab84106cac311d953f344386fef1c1e2bca1cf (diff) | |
download | eSim-246319682f60293b132fca1ce6e24689c6682617.tar.gz eSim-246319682f60293b132fca1ce6e24689c6682617.tar.bz2 eSim-246319682f60293b132fca1ce6e24689c6682617.zip |
initial commit
Diffstat (limited to 'Windows/spice/examples/snapshot/adder_snload.script')
-rw-r--r-- | Windows/spice/examples/snapshot/adder_snload.script | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Windows/spice/examples/snapshot/adder_snload.script b/Windows/spice/examples/snapshot/adder_snload.script new file mode 100644 index 00000000..f5556347 --- /dev/null +++ b/Windows/spice/examples/snapshot/adder_snload.script @@ -0,0 +1,15 @@ +* SCRIPT: ADDER - 4 BIT BINARY +* script to reload circuit and continue the simulation +* begin with editing the file location +* to be started with 'ngspice adder_snload.script' + +.control +* cd to where all files are located +cd D:\Spice_general\ngspice\examples\snapshot +* load circuit and snpashot file +snload adder_mos_circ.cir adder500.snap +* continue simulation +resume +* plot some node voltages +plot v(10) v(11) v(12) +.endc |