diff options
author | rahulp13 | 2021-01-07 07:55:48 +0530 |
---|---|---|
committer | rahulp13 | 2021-01-07 07:55:48 +0530 |
commit | 088203b088a02eabb4606dc734e901b81f237b11 (patch) | |
tree | ebe9109661a149c82fc66599a6ce8103637d0b4a /Windows/spice/examples/various/alterparam.sp | |
parent | ac223c4a69c701ad0a247401acdc48b8b6b6dba6 (diff) | |
download | eSim-088203b088a02eabb4606dc734e901b81f237b11.tar.gz eSim-088203b088a02eabb4606dc734e901b81f237b11.tar.bz2 eSim-088203b088a02eabb4606dc734e901b81f237b11.zip |
removed outdated dependencies
Diffstat (limited to 'Windows/spice/examples/various/alterparam.sp')
-rw-r--r-- | Windows/spice/examples/various/alterparam.sp | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/Windows/spice/examples/various/alterparam.sp b/Windows/spice/examples/various/alterparam.sp deleted file mode 100644 index 663f73a2..00000000 --- a/Windows/spice/examples/various/alterparam.sp +++ /dev/null @@ -1,40 +0,0 @@ -*test alterparam -.param vv = 1 -.param rr = 'vv + 1' - -R1 1 0 {rr + 1} -v1 1 0 1 - -.subckt subr in out rint1 = 6 - .param rint = 5 - .param rint2 = 8 - R0 in out 'rint' - R1 in out 'rint1' - R2 in out 'rint2' -.ends - -Xr 2 0 subr rint = 7 rint1 = 9 -v2 2 0 1 - -.control -op -print v1#branch v2#branch -echo -listing expand -alterparam vv = 2 -reset -op -print v1#branch v2#branch -echo -listing expand -alterparam subr rint = 13 -alterparam subr rint1 = 15 -alterparam subr rint2 = 17 -reset -op -print v1#branch v2#branch -echo -listing expand -.endc - -.end |