diff options
Diffstat (limited to 'js/IntegerOp')
-rw-r--r-- | js/IntegerOp/BITCLEAR.js | 2 | ||||
-rw-r--r-- | js/IntegerOp/BITCLEAR.pickle | 19 | ||||
-rw-r--r-- | js/IntegerOp/BITSET.js | 2 | ||||
-rw-r--r-- | js/IntegerOp/BITSET.pickle | 19 | ||||
-rw-r--r-- | js/IntegerOp/CONVERT.js | 2 | ||||
-rw-r--r-- | js/IntegerOp/CONVERT.pickle | 17 | ||||
-rw-r--r-- | js/IntegerOp/DFLIPFLOP.js | 2 | ||||
-rw-r--r-- | js/IntegerOp/DFLIPFLOP.pickle | 29 | ||||
-rw-r--r-- | js/IntegerOp/DLATCH.js | 2 | ||||
-rw-r--r-- | js/IntegerOp/DLATCH.pickle | 19 | ||||
-rw-r--r-- | js/IntegerOp/EXTRACTBITS.js | 2 | ||||
-rw-r--r-- | js/IntegerOp/EXTRACTBITS.pickle | 77 | ||||
-rw-r--r-- | js/IntegerOp/INTMUL.js | 2 | ||||
-rw-r--r-- | js/IntegerOp/INTMUL.pickle | 15 | ||||
-rw-r--r-- | js/IntegerOp/JKFLIPFLOP.js | 2 | ||||
-rw-r--r-- | js/IntegerOp/JKFLIPFLOP.pickle | 95 | ||||
-rw-r--r-- | js/IntegerOp/LOGIC.js | 2 | ||||
-rw-r--r-- | js/IntegerOp/LOGIC.pickle | 17 | ||||
-rw-r--r-- | js/IntegerOp/SHIFT.js | 2 | ||||
-rw-r--r-- | js/IntegerOp/SHIFT.pickle | 15 | ||||
-rw-r--r-- | js/IntegerOp/SRFLIPFLOP.js | 2 | ||||
-rw-r--r-- | js/IntegerOp/SRFLIPFLOP.pickle | 75 |
22 files changed, 215 insertions, 204 deletions
diff --git a/js/IntegerOp/BITCLEAR.js b/js/IntegerOp/BITCLEAR.js index 6d81f4d7..3f6a6448 100644 --- a/js/IntegerOp/BITCLEAR.js +++ b/js/IntegerOp/BITCLEAR.js @@ -11,7 +11,7 @@ function BITCLEAR() { this.model.outtyp = new ScilabDouble([3]); this.model.opar = list(new ScilabDouble([int32(0)])); this.model.blocktype = new ScilabString(["c"]); - this.model.dep_ut = new ScilabDouble([true,false]); + this.model.dep_ut = new ScilabBoolean([true,false]); this.exprs = [[sci2exp(3)],[sci2exp(0)]]; this.gr_i = new ScilabString(["xstringb(orig(1),orig(2),\"BITCLEAR\",sz(1),sz(2));"]); this.x = new standard_define(new ScilabDouble([4,2]),this.model,this.exprs,this.gr_i); diff --git a/js/IntegerOp/BITCLEAR.pickle b/js/IntegerOp/BITCLEAR.pickle index dd6af494..b1c039db 100644 --- a/js/IntegerOp/BITCLEAR.pickle +++ b/js/IntegerOp/BITCLEAR.pickle @@ -85,25 +85,26 @@ S'string' p26 sS'model.dep_ut' p27 -g9 -sS'n' +S'vector_boolean' p28 +sS'n' +p29 g7 sS'exprs' -p29 -S'matrix' p30 -sS'gr_i' +S'matrix' p31 +sS'gr_i' +p32 g9 sS'y' -p32 +p33 g9 sS'x' -p33 -NsS'model' p34 +NsS'model' +p35 g2 sS'ot' -p35 +p36 Ns.
\ No newline at end of file diff --git a/js/IntegerOp/BITSET.js b/js/IntegerOp/BITSET.js index 383d7931..b53090c8 100644 --- a/js/IntegerOp/BITSET.js +++ b/js/IntegerOp/BITSET.js @@ -11,7 +11,7 @@ function BITSET() { this.model.outtyp = new ScilabDouble([3]); this.model.opar = list(new ScilabDouble([uint32(0)])); this.model.blocktype = new ScilabString(["c"]); - this.model.dep_ut = new ScilabDouble([true,false]); + this.model.dep_ut = new ScilabBoolean([true,false]); this.exprs = [[sci2exp(3)],[sci2exp(0)]]; this.gr_i = new ScilabString(["xstringb(orig(1),orig(2),\"BITSET\",sz(1),sz(2));"]); this.x = new standard_define(new ScilabDouble([4,2]),this.model,this.exprs,this.gr_i); diff --git a/js/IntegerOp/BITSET.pickle b/js/IntegerOp/BITSET.pickle index dd6af494..b1c039db 100644 --- a/js/IntegerOp/BITSET.pickle +++ b/js/IntegerOp/BITSET.pickle @@ -85,25 +85,26 @@ S'string' p26 sS'model.dep_ut' p27 -g9 -sS'n' +S'vector_boolean' p28 +sS'n' +p29 g7 sS'exprs' -p29 -S'matrix' p30 -sS'gr_i' +S'matrix' p31 +sS'gr_i' +p32 g9 sS'y' -p32 +p33 g9 sS'x' -p33 -NsS'model' p34 +NsS'model' +p35 g2 sS'ot' -p35 +p36 Ns.
\ No newline at end of file diff --git a/js/IntegerOp/CONVERT.js b/js/IntegerOp/CONVERT.js index 2e2eb015..b12dacbf 100644 --- a/js/IntegerOp/CONVERT.js +++ b/js/IntegerOp/CONVERT.js @@ -13,7 +13,7 @@ function CONVERT() { this.model.rpar = new ScilabDouble([]); this.model.ipar = new ScilabDouble([sgn]); this.model.blocktype = new ScilabString(["c"]); - this.model.dep_ut = new ScilabDouble([true,false]); + this.model.dep_ut = new ScilabBoolean([true,false]); this.exprs = [[sci2exp(1)],[sci2exp(3)],[sci2exp(0)]]; this.gr_i = new ScilabString(["xstringb(orig(1),orig(2),\"CONVERT\",sz(1),sz(2));"]); this.x = new standard_define(new ScilabDouble([3,2]),this.model,this.exprs,this.gr_i); diff --git a/js/IntegerOp/CONVERT.pickle b/js/IntegerOp/CONVERT.pickle index 2a3fa64a..094416c8 100644 --- a/js/IntegerOp/CONVERT.pickle +++ b/js/IntegerOp/CONVERT.pickle @@ -91,23 +91,24 @@ S'string' p27 sS'model.dep_ut' p28 -g10 -sS'exprs' +S'vector_boolean' p29 -S'matrix' +sS'exprs' p30 -sS'gr_i' +S'matrix' p31 +sS'gr_i' +p32 g10 sS'y' -p32 +p33 g10 sS'x' -p33 -NsS'model' p34 +NsS'model' +p35 g2 sS'ot' -p35 +p36 g5 s.
\ No newline at end of file diff --git a/js/IntegerOp/DFLIPFLOP.js b/js/IntegerOp/DFLIPFLOP.js index b92a5905..0d028b5c 100644 --- a/js/IntegerOp/DFLIPFLOP.js +++ b/js/IntegerOp/DFLIPFLOP.js @@ -86,7 +86,7 @@ function DFLIPFLOP() { this.model.outtyp = new ScilabDouble([5,5]); this.model.blocktype = new ScilabString(["h"]); this.model.firing = new ScilabBoolean([false]); - this.model.dep_ut = new ScilabDouble([true,false]); + this.model.dep_ut = new ScilabBoolean([true,false]); this.model.rpar = new ScilabDouble([scs_m]); this.gr_i = new ScilabString(["xstringb(orig(1),orig(2),\"DFLIPFLOP\",sz(1),sz(2));"]); this.x = new standard_define(new ScilabDouble([2,3]),this.model,[],this.gr_i); diff --git a/js/IntegerOp/DFLIPFLOP.pickle b/js/IntegerOp/DFLIPFLOP.pickle index 8f30eb1f..77edf88d 100644 --- a/js/IntegerOp/DFLIPFLOP.pickle +++ b/js/IntegerOp/DFLIPFLOP.pickle @@ -208,38 +208,39 @@ p67 g2 sS'model.dep_ut' p68 -g22 -sS'scs_m.objs[43-1]' +S'vector_boolean' p69 +sS'scs_m.objs[43-1]' +p70 g2 sS'scs_m.objs[1-1]' -p70 +p71 g2 sS'model.sim' -p71 -S'string' p72 -sS'scs_m.objs[32-1]' +S'string' p73 +sS'scs_m.objs[32-1]' +p74 g2 sS'scs_m.objs[12-1]' -p74 +p75 g2 sS'scs_m.objs[24-1]' -p75 +p76 g2 sS'model.blocktype' -p76 -g72 -sS'y' p77 +g73 +sS'y' +p78 g22 sS'x' -p78 -NsS'scs_m.objs[27-1]' p79 +NsS'scs_m.objs[27-1]' +p80 g2 sS'scs_m.objs[35-1]' -p80 +p81 g2 s.
\ No newline at end of file diff --git a/js/IntegerOp/DLATCH.js b/js/IntegerOp/DLATCH.js index 9f99ed3d..c9e8d9b6 100644 --- a/js/IntegerOp/DLATCH.js +++ b/js/IntegerOp/DLATCH.js @@ -31,7 +31,7 @@ function DLATCH() { this.model.outtyp = new ScilabDouble([5,5]); this.model.blocktype = new ScilabString(["h"]); this.model.firing = new ScilabBoolean([false]); - this.model.dep_ut = new ScilabDouble([true,false]); + this.model.dep_ut = new ScilabBoolean([true,false]); this.model.rpar = new ScilabDouble([scs_m]); this.gr_i = new ScilabString(["xstringb(orig(1),orig(2),\"DLATCH\",sz(1),sz(2));"]); this.x = new standard_define(new ScilabDouble([2,3]),this.model,[],this.gr_i); diff --git a/js/IntegerOp/DLATCH.pickle b/js/IntegerOp/DLATCH.pickle index 519c7f47..6f7b6171 100644 --- a/js/IntegerOp/DLATCH.pickle +++ b/js/IntegerOp/DLATCH.pickle @@ -108,24 +108,25 @@ p33 g6 sS'model.dep_ut' p34 -g11 -sS'scs_m.objs[1-1]' +S'vector_boolean' p35 +sS'scs_m.objs[1-1]' +p36 g6 sS'gr_i' -p36 +p37 g11 sS'model.firing' -p37 -S'boolean' p38 -sS'y' +S'boolean' p39 +sS'y' +p40 g11 sS'x' -p40 -NsS'model' p41 -S'object' +NsS'model' p42 +S'object' +p43 s.
\ No newline at end of file diff --git a/js/IntegerOp/EXTRACTBITS.js b/js/IntegerOp/EXTRACTBITS.js index afa6ea2e..b2623451 100644 --- a/js/IntegerOp/EXTRACTBITS.js +++ b/js/IntegerOp/EXTRACTBITS.js @@ -12,7 +12,7 @@ function EXTRACTBITS() { this.model.outtyp = new ScilabDouble([3]); this.model.ipar = new ScilabDouble([0,numb]); this.model.blocktype = new ScilabString(["c"]); - this.model.dep_ut = new ScilabDouble([true,false]); + this.model.dep_ut = new ScilabBoolean([true,false]); this.exprs = [[sci2exp(3)],[sci2exp(1)],[sci2exp(0)],[sci2exp(0)]]; this.gr_i = new ScilabString(["xstringb(orig(1),orig(2),\"EXTRACTBITS\",sz(1),sz(2));"]); this.x = new standard_define(new ScilabDouble([4,2]),this.model,this.exprs,this.gr_i); diff --git a/js/IntegerOp/EXTRACTBITS.pickle b/js/IntegerOp/EXTRACTBITS.pickle index 351da178..be93e054 100644 --- a/js/IntegerOp/EXTRACTBITS.pickle +++ b/js/IntegerOp/EXTRACTBITS.pickle @@ -41,79 +41,80 @@ p7 g4 sS'model.dep_ut' p8 -g2 -sS'model.out' +S'vector_boolean' p9 -S'double' +sS'model.out' p10 -sS'out' +S'double' p11 +sS'out' +p12 g2 sS'model.in2' -p12 -g10 -sS'model.intyp' p13 -g10 -sS'x.graphics' +g11 +sS'model.intyp' p14 +g11 +sS'x.graphics' +p15 g4 sS'model.sim' -p15 -S'list' p16 -sS'model.out2' +S'list' p17 -g10 -sS'in1' +sS'model.out2' p18 +g11 +sS'in1' +p19 g2 sS'model.outtyp' -p19 -g10 -sS'model.in' p20 -g10 -sS'graphics.exprs' +g11 +sS'model.in' p21 -NsS'bit' +g11 +sS'graphics.exprs' p22 -g10 -sS'model.ipar' +NsS'bit' p23 +g11 +sS'model.ipar' +p24 g2 sS'typ' -p24 +p25 g2 sS'bitstr' -p25 -g10 -sS'ok' p26 -S'boolean' +g11 +sS'ok' p27 -sS'model.blocktype' +S'boolean' p28 -S'string' +sS'model.blocktype' p29 -sS'rule' +S'string' p30 -g10 -sS'exprs' +sS'rule' p31 -S'matrix' +g11 +sS'exprs' p32 -sS'gr_i' +S'matrix' p33 +sS'gr_i' +p34 g2 sS'y' -p34 +p35 g2 sS'x' -p35 -NsS'model' p36 +NsS'model' +p37 g4 sS'ot' -p37 +p38 Ns.
\ No newline at end of file diff --git a/js/IntegerOp/INTMUL.js b/js/IntegerOp/INTMUL.js index fde3f0aa..881cf447 100644 --- a/js/IntegerOp/INTMUL.js +++ b/js/IntegerOp/INTMUL.js @@ -13,7 +13,7 @@ function INTMUL() { this.model.rpar = new ScilabDouble([]); this.model.ipar = new ScilabDouble([sgn]); this.model.blocktype = new ScilabString(["c"]); - this.model.dep_ut = new ScilabDouble([true,false]); + this.model.dep_ut = new ScilabBoolean([true,false]); this.exprs = [[sci2exp(3)],[sci2exp(0)]]; this.gr_i = new ScilabString(["xstringb(orig(1),orig(2),\"INTMUL\",sz(1),sz(2));"]); this.x = new standard_define(new ScilabDouble([2,2]),this.model,this.exprs,this.gr_i); diff --git a/js/IntegerOp/INTMUL.pickle b/js/IntegerOp/INTMUL.pickle index 644e2bf3..1ead3178 100644 --- a/js/IntegerOp/INTMUL.pickle +++ b/js/IntegerOp/INTMUL.pickle @@ -90,21 +90,22 @@ p28 g5 sS'model.dep_ut' p29 -g11 -sS'exprs' +S'vector_boolean' p30 +sS'exprs' +p31 g13 sS'gr_i' -p31 +p32 g11 sS'y' -p32 +p33 g11 sS'x' -p33 -NsS'model' p34 +NsS'model' +p35 g2 sS'ot' -p35 +p36 Ns.
\ No newline at end of file diff --git a/js/IntegerOp/JKFLIPFLOP.js b/js/IntegerOp/JKFLIPFLOP.js index 63b245c0..3c8ab1e0 100644 --- a/js/IntegerOp/JKFLIPFLOP.js +++ b/js/IntegerOp/JKFLIPFLOP.js @@ -42,7 +42,7 @@ function JKFLIPFLOP() { this.model.outtyp = new ScilabDouble([5,5]); this.model.blocktype = new ScilabString(["h"]); this.model.firing = new ScilabBoolean([false]); - this.model.dep_ut = new ScilabDouble([true,false]); + this.model.dep_ut = new ScilabBoolean([true,false]); this.model.rpar = new ScilabDouble([scs_m]); this.gr_i = new ScilabString(["xstringb(orig(1),orig(2),\"JKFLIPFLOP\",sz(1),sz(2));"]); this.x = new standard_define(new ScilabDouble([2,3]),this.model,[],this.gr_i); diff --git a/js/IntegerOp/JKFLIPFLOP.pickle b/js/IntegerOp/JKFLIPFLOP.pickle index 08628169..e65a481f 100644 --- a/js/IntegerOp/JKFLIPFLOP.pickle +++ b/js/IntegerOp/JKFLIPFLOP.pickle @@ -85,135 +85,136 @@ p25 g7 sS'model.dep_ut' p26 -g22 -sS'newpar[size(newpar)+1-1]' +S'vector_boolean' p27 +sS'newpar[size(newpar)+1-1]' +p28 g7 sS'init' -p28 +p29 g7 sS'scs_m_1' -p29 +p30 g7 sS'scs_m.objs[22-1]' -p30 +p31 g7 sS'scs_m_1.objs[2-1]' -p31 +p32 g7 sS'init_old' -p32 +p33 g7 sS'scs_m.objs[13-1]' -p33 +p34 g7 sS'model.firing' -p34 -S'boolean' p35 -sS'newpar' +S'boolean' p36 -S'list' +sS'newpar' p37 -sS'model.in2' +S'list' p38 +sS'model.in2' +p39 g11 sS'scs_m.objs[6-1]' -p39 +p40 g7 sS'scs_m.objs[9-1]' -p40 +p41 g7 sS'model.odstate[1-1]' -p41 +p42 g7 sS'model.out2' -p42 +p43 g11 sS'model.rpar' -p43 +p44 g7 sS'scs_m.objs[3-1]' -p44 +p45 g7 sS'scs_m_1.objs[4-1]' -p45 +p46 g7 sS'scs_m.objs[16-1]' -p46 +p47 g7 sS'scs_m.objs[11-1]' -p47 +p48 g7 sS'scs_m.objs[14-1]' -p48 +p49 g7 sS'scs_m.objs[17-1]' -p49 +p50 g7 sS'model.in' -p50 +p51 g11 sS'scs_m_1.objs[5-1]' -p51 +p52 g7 sS'path' -p52 -NsS'scs_m.objs[4-1]' p53 +NsS'scs_m.objs[4-1]' +p54 g7 sS'scs_m.objs[7-1]' -p54 +p55 g7 sS'typ' -p55 -g37 -sS'model.outtyp' p56 +g38 +sS'model.outtyp' +p57 g22 sS'needcompile' -p57 +p58 g7 sS'arg1.model' -p58 +p59 g2 sS'model.blocktype' -p59 +p60 g4 sS'scs_m.objs[8-1]' -p60 +p61 g7 sS'scs_m.objs[15-1]' -p61 +p62 g7 sS'scs_m.objs[21-1]' -p62 +p63 g7 sS'scs_m_1.objs[1-1]' -p63 +p64 g7 sS'arg1.model.rpar.objs[path-1]' -p64 +p65 g2 sS'exprs' -p65 +p66 g7 sS'gr_i' -p66 +p67 g22 sS'scs_m.objs[12-1]' -p67 +p68 g7 sS'y' -p68 +p69 g7 sS'x' -p69 +p70 g2 sS'model' -p70 +p71 g2 sS'arg1.model.rpar' -p71 +p72 g2 s.
\ No newline at end of file diff --git a/js/IntegerOp/LOGIC.js b/js/IntegerOp/LOGIC.js index 7add8e96..013b216f 100644 --- a/js/IntegerOp/LOGIC.js +++ b/js/IntegerOp/LOGIC.js @@ -14,7 +14,7 @@ function LOGIC() { this.model.opar = list(new ScilabDouble([int8(this.mat)])); this.model.blocktype = new ScilabString(["c"]); this.model.firing = new ScilabBoolean([false]); - this.model.dep_ut = new ScilabDouble([true,false]); + this.model.dep_ut = new ScilabBoolean([true,false]); this.exprs = [[sci2exp(this.mat)],[sci2exp(0)]]; this.gr_i = new ScilabString(["xstringb(orig(1),orig(2),\"LOGIC\",sz(1),sz(2));"]); this.x = new standard_define(new ScilabDouble([2,2]),this.model,this.exprs,this.gr_i); diff --git a/js/IntegerOp/LOGIC.pickle b/js/IntegerOp/LOGIC.pickle index 7f0a03e2..59a29827 100644 --- a/js/IntegerOp/LOGIC.pickle +++ b/js/IntegerOp/LOGIC.pickle @@ -98,25 +98,26 @@ S'string' p31 sS'model.dep_ut' p32 -g9 -sS'exprs' +S'vector_boolean' p33 +sS'exprs' +p34 g11 sS'gr_i' -p34 +p35 g9 sS'y' -p35 +p36 g9 sS'x' -p36 -NsS'model' p37 +NsS'model' +p38 g2 sS'ot' -p38 +p39 g5 sS'nout' -p39 +p40 g5 s.
\ No newline at end of file diff --git a/js/IntegerOp/SHIFT.js b/js/IntegerOp/SHIFT.js index 561f2faa..bc9058b6 100644 --- a/js/IntegerOp/SHIFT.js +++ b/js/IntegerOp/SHIFT.js @@ -14,7 +14,7 @@ function SHIFT() { this.model.rpar = new ScilabDouble([]); this.model.ipar = new ScilabDouble(sgn); this.model.blocktype = new ScilabString(["c"]); - this.model.dep_ut = new ScilabDouble([true,false]); + this.model.dep_ut = new ScilabBoolean([true,false]); this.exprs = [[sci2exp(3)],[sci2exp(0)],[sci2exp(0)]]; this.gr_i = new ScilabString(["xstringb(orig(1),orig(2),\"SHIFT\",sz(1),sz(2));"]); this.x = new standard_define(new ScilabDouble([3,2]),this.model,this.exprs,this.gr_i); diff --git a/js/IntegerOp/SHIFT.pickle b/js/IntegerOp/SHIFT.pickle index d71a0979..61e6ba3a 100644 --- a/js/IntegerOp/SHIFT.pickle +++ b/js/IntegerOp/SHIFT.pickle @@ -87,21 +87,22 @@ S'string' p27 sS'model.dep_ut' p28 -g18 -sS'exprs' +S'vector_boolean' p29 +sS'exprs' +p30 g9 sS'gr_i' -p30 +p31 g18 sS'y' -p31 +p32 g18 sS'x' -p32 -NsS'model' p33 +NsS'model' +p34 g4 sS'ot' -p34 +p35 Ns.
\ No newline at end of file diff --git a/js/IntegerOp/SRFLIPFLOP.js b/js/IntegerOp/SRFLIPFLOP.js index b8b762cf..90b4c965 100644 --- a/js/IntegerOp/SRFLIPFLOP.js +++ b/js/IntegerOp/SRFLIPFLOP.js @@ -26,7 +26,7 @@ function SRFLIPFLOP() { this.model.outtyp = new ScilabDouble([5,5]); this.model.blocktype = new ScilabString(["h"]); this.model.firing = new ScilabBoolean([false]); - this.model.dep_ut = new ScilabDouble([true,false]); + this.model.dep_ut = new ScilabBoolean([true,false]); this.model.rpar = new ScilabDouble([scs_m]); this.gr_i = new ScilabString(["xstringb(orig(1),orig(2),\"SRFLIPFLOP\",sz(1),sz(2));"]); this.x = new standard_define(new ScilabDouble([2,3]),this.model,[],this.gr_i); diff --git a/js/IntegerOp/SRFLIPFLOP.pickle b/js/IntegerOp/SRFLIPFLOP.pickle index a1c8301d..a7f8d534 100644 --- a/js/IntegerOp/SRFLIPFLOP.pickle +++ b/js/IntegerOp/SRFLIPFLOP.pickle @@ -67,104 +67,105 @@ p19 g13 sS'model.dep_ut' p20 -g18 -sS'newpar[size(newpar)+1-1]' +S'vector_boolean' p21 -NsS'init' +sS'newpar[size(newpar)+1-1]' p22 +NsS'init' +p23 g13 sS'scs_m.objs[12-1]' -p23 +p24 g13 sS'init_old' -p24 +p25 g13 sS'scs_m.objs[13-1]' -p25 +p26 g13 sS'newpar' -p26 -S'list' p27 -sS'model.in2' +S'list' p28 +sS'model.in2' +p29 g8 sS'scs_m.objs[6-1]' -p29 +p30 g13 sS'scs_m.objs[9-1]' -p30 +p31 g13 sS'model.odstate[1-1]' -p31 +p32 g13 sS'model.out2' -p32 +p33 g8 sS'model.rpar' -p33 +p34 g13 sS'scs_m.objs[3-1]' -p34 +p35 g13 sS'model.outtyp' -p35 +p36 g18 sS'scs_m.objs[11-1]' -p36 +p37 g13 sS'scs_m.objs[14-1]' -p37 +p38 g13 sS'model.in' -p38 +p39 g8 sS'path' -p39 -NsS'scs_m.objs[4-1]' p40 +NsS'scs_m.objs[4-1]' +p41 g13 sS'scs_m.objs[7-1]' -p41 +p42 g13 sS'typ' -p42 -g27 -sS'needcompile' p43 +g28 +sS'needcompile' +p44 g13 sS'arg1.model' -p44 +p45 g2 sS'model.blocktype' -p45 +p46 g4 sS'scs_m.objs[8-1]' -p46 +p47 g13 sS'arg1.model.rpar.objs[path-1]' -p47 +p48 g2 sS'exprs' -p48 +p49 g13 sS'gr_i' -p49 +p50 g18 sS'model.firing' -p50 -S'boolean' p51 -sS'y' +S'boolean' p52 +sS'y' +p53 g13 sS'x' -p53 +p54 g2 sS'model' -p54 +p55 g2 sS'arg1.model.rpar' -p55 +p56 g2 s.
\ No newline at end of file |