1
0
mirror of https://github.com/Klagarge/Cursor.git synced 2024-11-23 01:43:28 +00:00

try to debug simu 5

This commit is contained in:
Rémi Heredero 2021-12-21 15:35:18 +01:00
parent e6cad3cdbf
commit 388ac1f144
6 changed files with 385 additions and 664 deletions

File diff suppressed because it is too large Load Diff

View File

@ -488,11 +488,11 @@ value "C:\\Users\\remi\\OneDrive\\Documents\\Cours\\05-HEVS\\S1fb\\electricity\\
) )
(vvPair (vvPair
variable "SideDataDesignDir" variable "SideDataDesignDir"
value "C:\\Users\\remi\\OneDrive\\Documents\\Cours\\05-HEVS\\S1fb\\electricity\\1-EIN\\project\\cursor\\HDLdesigner\\Cursor\\Prefs\\..\\Cursor\\hds\\@button\\interface.info" value "C:\\Users\\remi\\OneDrive\\Documents\\Cours\\05-HEVS\\S1fb\\electricity\\1-EIN\\project\\cursor\\HDLdesigner\\Cursor\\Prefs\\..\\Cursor\\hds\\@button@block\\interface.info"
) )
(vvPair (vvPair
variable "SideDataUserDir" variable "SideDataUserDir"
value "C:\\Users\\remi\\OneDrive\\Documents\\Cours\\05-HEVS\\S1fb\\electricity\\1-EIN\\project\\cursor\\HDLdesigner\\Cursor\\Prefs\\..\\Cursor\\hds\\@button\\interface.user" value "C:\\Users\\remi\\OneDrive\\Documents\\Cours\\05-HEVS\\S1fb\\electricity\\1-EIN\\project\\cursor\\HDLdesigner\\Cursor\\Prefs\\..\\Cursor\\hds\\@button@block\\interface.user"
) )
(vvPair (vvPair
variable "SourceDir" variable "SourceDir"
@ -516,11 +516,11 @@ value "%(unit)_%(view)_config"
) )
(vvPair (vvPair
variable "d" variable "d"
value "C:\\Users\\remi\\OneDrive\\Documents\\Cours\\05-HEVS\\S1fb\\electricity\\1-EIN\\project\\cursor\\HDLdesigner\\Cursor\\Prefs\\..\\Cursor\\hds\\@button" value "C:\\Users\\remi\\OneDrive\\Documents\\Cours\\05-HEVS\\S1fb\\electricity\\1-EIN\\project\\cursor\\HDLdesigner\\Cursor\\Prefs\\..\\Cursor\\hds\\@button@block"
) )
(vvPair (vvPair
variable "d_logical" variable "d_logical"
value "C:\\Users\\remi\\OneDrive\\Documents\\Cours\\05-HEVS\\S1fb\\electricity\\1-EIN\\project\\cursor\\HDLdesigner\\Cursor\\Prefs\\..\\Cursor\\hds\\Button" value "C:\\Users\\remi\\OneDrive\\Documents\\Cours\\05-HEVS\\S1fb\\electricity\\1-EIN\\project\\cursor\\HDLdesigner\\Cursor\\Prefs\\..\\Cursor\\hds\\ButtonBlock"
) )
(vvPair (vvPair
variable "date" variable "date"
@ -540,7 +540,7 @@ value "21"
) )
(vvPair (vvPair
variable "entity_name" variable "entity_name"
value "Button" value "ButtonBlock"
) )
(vvPair (vvPair
variable "ext" variable "ext"
@ -576,7 +576,7 @@ value "MARVIN"
) )
(vvPair (vvPair
variable "graphical_source_time" variable "graphical_source_time"
value "13:55:06" value "15:22:46"
) )
(vvPair (vvPair
variable "group" variable "group"
@ -604,7 +604,7 @@ value "12"
) )
(vvPair (vvPair
variable "module_name" variable "module_name"
value "Button" value "ButtonBlock"
) )
(vvPair (vvPair
variable "month" variable "month"
@ -616,11 +616,11 @@ value "d
) )
(vvPair (vvPair
variable "p" variable "p"
value "C:\\Users\\remi\\OneDrive\\Documents\\Cours\\05-HEVS\\S1fb\\electricity\\1-EIN\\project\\cursor\\HDLdesigner\\Cursor\\Prefs\\..\\Cursor\\hds\\@button\\interface" value "C:\\Users\\remi\\OneDrive\\Documents\\Cours\\05-HEVS\\S1fb\\electricity\\1-EIN\\project\\cursor\\HDLdesigner\\Cursor\\Prefs\\..\\Cursor\\hds\\@button@block\\interface"
) )
(vvPair (vvPair
variable "p_logical" variable "p_logical"
value "C:\\Users\\remi\\OneDrive\\Documents\\Cours\\05-HEVS\\S1fb\\electricity\\1-EIN\\project\\cursor\\HDLdesigner\\Cursor\\Prefs\\..\\Cursor\\hds\\Button\\interface" value "C:\\Users\\remi\\OneDrive\\Documents\\Cours\\05-HEVS\\S1fb\\electricity\\1-EIN\\project\\cursor\\HDLdesigner\\Cursor\\Prefs\\..\\Cursor\\hds\\ButtonBlock\\interface"
) )
(vvPair (vvPair
variable "package_name" variable "package_name"
@ -648,11 +648,11 @@ value "interface"
) )
(vvPair (vvPair
variable "time" variable "time"
value "13:55:06" value "15:22:46"
) )
(vvPair (vvPair
variable "unit" variable "unit"
value "Button" value "ButtonBlock"
) )
(vvPair (vvPair
variable "user" variable "user"
@ -1070,8 +1070,8 @@ uid 12,0
va (VaSet va (VaSet
font "Verdana,9,1" font "Verdana,9,1"
) )
xt "16950,12500,21050,13700" xt "16950,12500,24350,13700"
st "Button" st "ButtonBlock"
blo "16950,13500" blo "16950,13500"
) )
) )
@ -1412,7 +1412,7 @@ fg "0,0,32768"
bg "0,0,32768" bg "0,0,32768"
font "Arial,8,0" font "Arial,8,0"
) )
xt "36200,47000,45200,48000" xt "36200,47000,47100,48000"
st " st "
%library/%unit/%view %library/%unit/%view
" "
@ -1748,6 +1748,6 @@ xt "42000,0,42000,0"
tm "SyDeclarativeTextMgr" tm "SyDeclarativeTextMgr"
) )
) )
lastUid 917,0 lastUid 940,0
activeModelName "Symbol:CDM" activeModelName "Symbol:CDM"
) )

View File

@ -1,2 +1,2 @@
DEFAULT_FILE atom @button@block/button@diagram.bd DEFAULT_FILE atom @button@block/button@diagram.bd
DEFAULT_ARCHITECTURE atom button@diagram DEFAULT_ARCHITECTURE atom buttonDiagram

View File

@ -130,7 +130,7 @@ value "MARVIN"
) )
(vvPair (vvPair
variable "graphical_source_time" variable "graphical_source_time"
value "13:40:03" value "15:26:45"
) )
(vvPair (vvPair
variable "group" variable "group"
@ -202,7 +202,7 @@ value "fsm"
) )
(vvPair (vvPair
variable "time" variable "time"
value "13:40:03" value "15:26:45"
) )
(vvPair (vvPair
variable "unit" variable "unit"
@ -371,7 +371,7 @@ uid 58,0
va (VaSet va (VaSet
) )
xt "33086,8144,43186,9344" xt "33086,8144,43186,9344"
st "dBus0 <= \"000\";" st "button <= \"000\";"
tm "Actions" tm "Actions"
) )
exitActions (MLText exitActions (MLText
@ -1224,7 +1224,7 @@ uid 185,0
va (VaSet va (VaSet
) )
xt "64978,22604,75078,23804" xt "64978,22604,75078,23804"
st "dBus0 <= \"001\";" st "button <= \"001\";"
tm "Actions" tm "Actions"
) )
exitActions (MLText exitActions (MLText
@ -1383,7 +1383,7 @@ uid 202,0
va (VaSet va (VaSet
) )
xt "46690,35060,56790,36260" xt "46690,35060,56790,36260"
st "dBus0 <= \"010\";" st "button <= \"010\";"
tm "Actions" tm "Actions"
) )
exitActions (MLText exitActions (MLText
@ -1542,7 +1542,7 @@ uid 219,0
va (VaSet va (VaSet
) )
xt "20122,31604,30222,32804" xt "20122,31604,30222,32804"
st "dBus0 <= \"100\";" st "button <= \"100\";"
tm "Actions" tm "Actions"
) )
exitActions (MLText exitActions (MLText
@ -2663,7 +2663,7 @@ font "Courier New,8,0"
) )
xt "45400,200,71400,1800" xt "45400,200,71400,1800"
st "SIGNAL MODE DEFAULT RESET SCHEME COMMENT st "SIGNAL MODE DEFAULT RESET SCHEME COMMENT
dbus0 OUT COMB button OUT COMB
" "
tm "SmSignalsGenStatusTextMgr" tm "SmSignalsGenStatusTextMgr"
) )
@ -2763,7 +2763,7 @@ stateOrder [
name "csm" name "csm"
) )
] ]
lastUid 467,0 lastUid 496,0
commonDM (CommonDM commonDM (CommonDM
ldm (LogicalDM ldm (LogicalDM
emptyRow *62 (LEmptyRow emptyRow *62 (LEmptyRow
@ -2891,7 +2891,7 @@ port (LogicalPort
lang 11 lang 11
m 1 m 1
decl (Decl decl (Decl
n "dbus0" n "button"
t "unsigned" t "unsigned"
b "(2 DOWNTO 0)" b "(2 DOWNTO 0)"
o 7 o 7
@ -4116,6 +4116,6 @@ pts [
] ]
) )
) )
activeModelName "StateMachine:CDM" activeModelName "StateMachine"
LanguageMgr "Vhdl2008LangMgr" LanguageMgr "Vhdl2008LangMgr"
) )

View File

@ -26,7 +26,7 @@ appVersion "2019.2 (Build 5)"
model (Symbol model (Symbol
commonDM (CommonDM commonDM (CommonDM
ldm (LogicalDM ldm (LogicalDM
suid 49,0 suid 57,0
usingSuid 1 usingSuid 1
emptyRow *1 (LEmptyRow emptyRow *1 (LEmptyRow
) )
@ -67,72 +67,72 @@ tm "EolColHdrMgr"
) )
*14 (LogPort *14 (LogPort
port (LogicalPort port (LogicalPort
decl (Decl
n "clock"
t "std_ulogic"
o 1
suid 43,0
)
)
uid 736,0
)
*15 (LogPort
port (LogicalPort
lang 11 lang 11
m 1 m 1
decl (Decl decl (Decl
n "dbus0" n "button"
t "unsigned" t "unsigned"
b "(2 DOWNTO 0)" b "(2 DOWNTO 0)"
o 7 o 8
suid 44,0 suid 51,0
) )
) )
uid 738,0 uid 884,0
)
*15 (LogPort
port (LogicalPort
decl (Decl
n "clock"
t "std_ulogic"
o 2
suid 52,0
)
)
uid 886,0
) )
*16 (LogPort *16 (LogPort
port (LogicalPort port (LogicalPort
decl (Decl decl (Decl
n "go1" n "go1"
t "std_uLogic" t "std_uLogic"
o 2 o 3
suid 45,0 suid 53,0
) )
) )
uid 740,0 uid 888,0
) )
*17 (LogPort *17 (LogPort
port (LogicalPort port (LogicalPort
decl (Decl decl (Decl
n "go2" n "go2"
t "std_uLogic" t "std_uLogic"
o 3 o 4
suid 46,0 suid 54,0
) )
) )
uid 742,0 uid 890,0
) )
*18 (LogPort *18 (LogPort
port (LogicalPort port (LogicalPort
decl (Decl decl (Decl
n "reset" n "reset"
t "std_ulogic" t "std_ulogic"
o 4 o 5
suid 47,0 suid 55,0
) )
) )
uid 744,0 uid 892,0
) )
*19 (LogPort *19 (LogPort
port (LogicalPort port (LogicalPort
decl (Decl decl (Decl
n "restart" n "restart"
t "std_uLogic" t "std_uLogic"
o 5 o 6
suid 48,0 suid 56,0
) )
) )
uid 746,0 uid 894,0
) )
*20 (LogPort *20 (LogPort
port (LogicalPort port (LogicalPort
@ -140,11 +140,11 @@ lang 11
decl (Decl decl (Decl
n "unlock" n "unlock"
t "std_ulogic" t "std_ulogic"
o 6 o 7
suid 49,0 suid 57,0
) )
) )
uid 748,0 uid 896,0
) )
] ]
) )
@ -200,43 +200,43 @@ uid 120,0
litem &14 litem &14
pos 0 pos 0
dimension 20 dimension 20
uid 737,0 uid 885,0
) )
*27 (MRCItem *27 (MRCItem
litem &15 litem &15
pos 6 pos 1
dimension 20 dimension 20
uid 739,0 uid 887,0
) )
*28 (MRCItem *28 (MRCItem
litem &16 litem &16
pos 1 pos 2
dimension 20 dimension 20
uid 741,0 uid 889,0
) )
*29 (MRCItem *29 (MRCItem
litem &17 litem &17
pos 2 pos 3
dimension 20 dimension 20
uid 743,0 uid 891,0
) )
*30 (MRCItem *30 (MRCItem
litem &18 litem &18
pos 3 pos 4
dimension 20 dimension 20
uid 745,0 uid 893,0
) )
*31 (MRCItem *31 (MRCItem
litem &19 litem &19
pos 4 pos 5
dimension 20 dimension 20
uid 747,0 uid 895,0
) )
*32 (MRCItem *32 (MRCItem
litem &20 litem &20
pos 5 pos 6
dimension 20 dimension 20
uid 749,0 uid 897,0
) )
] ]
) )
@ -563,7 +563,7 @@ value "MARVIN"
) )
(vvPair (vvPair
variable "graphical_source_time" variable "graphical_source_time"
value "14:54:17" value "15:26:48"
) )
(vvPair (vvPair
variable "group" variable "group"
@ -635,7 +635,7 @@ value "interface"
) )
(vvPair (vvPair
variable "time" variable "time"
value "14:54:17" value "15:26:48"
) )
(vvPair (vvPair
variable "unit" variable "unit"
@ -670,10 +670,59 @@ optionalChildren [
uid 8,0 uid 8,0
optionalChildren [ optionalChildren [
*66 (CptPort *66 (CptPort
uid 701,0 uid 849,0
ps "OnEdgeStrategy" ps "OnEdgeStrategy"
shape (Triangle shape (Triangle
uid 702,0 uid 850,0
ro 90
va (VaSet
vasetType 1
fg "0,65535,0"
)
xt "23000,13625,23750,14375"
)
tg (CPTG
uid 851,0
ps "CptPortTextPlaceStrategy"
stg "RightVerticalLayoutStrategy"
f (Text
uid 852,0
va (VaSet
font "Verdana,12,0"
)
xt "17000,13300,22000,14700"
st "button"
ju 2
blo "22000,14500"
tm "CptPortNameMgr"
)
)
dt (MLText
uid 853,0
va (VaSet
font "Courier New,8,0"
)
xt "44000,7200,64500,8000"
st "button : OUT unsigned (2 DOWNTO 0)
"
)
thePort (LogicalPort
lang 11
m 1
decl (Decl
n "button"
t "unsigned"
b "(2 DOWNTO 0)"
o 8
suid 51,0
)
)
)
*67 (CptPort
uid 854,0
ps "OnEdgeStrategy"
shape (Triangle
uid 855,0
ro 90 ro 90
va (VaSet va (VaSet
vasetType 1 vasetType 1
@ -682,11 +731,11 @@ fg "0,65535,0"
xt "14250,19625,15000,20375" xt "14250,19625,15000,20375"
) )
tg (CPTG tg (CPTG
uid 703,0 uid 856,0
ps "CptPortTextPlaceStrategy" ps "CptPortTextPlaceStrategy"
stg "VerticalLayoutStrategy" stg "VerticalLayoutStrategy"
f (Text f (Text
uid 704,0 uid 857,0
va (VaSet va (VaSet
font "Verdana,12,0" font "Verdana,12,0"
) )
@ -697,75 +746,28 @@ tm "CptPortNameMgr"
) )
) )
dt (MLText dt (MLText
uid 705,0 uid 858,0
va (VaSet va (VaSet
font "Courier New,8,0" font "Courier New,8,0"
) )
xt "44000,2400,60500,3200" xt "44000,2400,60500,3200"
st "clock : IN std_ulogic ;" st "clock : IN std_ulogic ;
"
) )
thePort (LogicalPort thePort (LogicalPort
decl (Decl decl (Decl
n "clock" n "clock"
t "std_ulogic" t "std_ulogic"
o 1 o 2
suid 43,0 suid 52,0
)
)
)
*67 (CptPort
uid 706,0
ps "OnEdgeStrategy"
shape (Triangle
uid 707,0
ro 90
va (VaSet
vasetType 1
fg "0,65535,0"
)
xt "23000,13625,23750,14375"
)
tg (CPTG
uid 708,0
ps "CptPortTextPlaceStrategy"
stg "RightVerticalLayoutStrategy"
f (Text
uid 709,0
va (VaSet
font "Verdana,12,0"
)
xt "17300,13300,22000,14700"
st "dbus0"
ju 2
blo "22000,14500"
tm "CptPortNameMgr"
)
)
dt (MLText
uid 710,0
va (VaSet
font "Courier New,8,0"
)
xt "44000,7200,64500,8000"
st "dbus0 : OUT unsigned (2 DOWNTO 0)"
)
thePort (LogicalPort
lang 11
m 1
decl (Decl
n "dbus0"
t "unsigned"
b "(2 DOWNTO 0)"
o 7
suid 44,0
) )
) )
) )
*68 (CptPort *68 (CptPort
uid 711,0 uid 859,0
ps "OnEdgeStrategy" ps "OnEdgeStrategy"
shape (Triangle shape (Triangle
uid 712,0 uid 860,0
ro 90 ro 90
va (VaSet va (VaSet
vasetType 1 vasetType 1
@ -774,11 +776,11 @@ fg "0,65535,0"
xt "14250,8625,15000,9375" xt "14250,8625,15000,9375"
) )
tg (CPTG tg (CPTG
uid 713,0 uid 861,0
ps "CptPortTextPlaceStrategy" ps "CptPortTextPlaceStrategy"
stg "VerticalLayoutStrategy" stg "VerticalLayoutStrategy"
f (Text f (Text
uid 714,0 uid 862,0
va (VaSet va (VaSet
font "Verdana,12,0" font "Verdana,12,0"
) )
@ -789,27 +791,28 @@ tm "CptPortNameMgr"
) )
) )
dt (MLText dt (MLText
uid 715,0 uid 863,0
va (VaSet va (VaSet
font "Courier New,8,0" font "Courier New,8,0"
) )
xt "44000,3200,60500,4000" xt "44000,3200,60500,4000"
st "go1 : IN std_uLogic ;" st "go1 : IN std_uLogic ;
"
) )
thePort (LogicalPort thePort (LogicalPort
decl (Decl decl (Decl
n "go1" n "go1"
t "std_uLogic" t "std_uLogic"
o 2 o 3
suid 45,0 suid 53,0
) )
) )
) )
*69 (CptPort *69 (CptPort
uid 716,0 uid 864,0
ps "OnEdgeStrategy" ps "OnEdgeStrategy"
shape (Triangle shape (Triangle
uid 717,0 uid 865,0
ro 90 ro 90
va (VaSet va (VaSet
vasetType 1 vasetType 1
@ -818,11 +821,11 @@ fg "0,65535,0"
xt "14250,10625,15000,11375" xt "14250,10625,15000,11375"
) )
tg (CPTG tg (CPTG
uid 718,0 uid 866,0
ps "CptPortTextPlaceStrategy" ps "CptPortTextPlaceStrategy"
stg "VerticalLayoutStrategy" stg "VerticalLayoutStrategy"
f (Text f (Text
uid 719,0 uid 867,0
va (VaSet va (VaSet
font "Verdana,12,0" font "Verdana,12,0"
) )
@ -833,27 +836,28 @@ tm "CptPortNameMgr"
) )
) )
dt (MLText dt (MLText
uid 720,0 uid 868,0
va (VaSet va (VaSet
font "Courier New,8,0" font "Courier New,8,0"
) )
xt "44000,4000,60500,4800" xt "44000,4000,60500,4800"
st "go2 : IN std_uLogic ;" st "go2 : IN std_uLogic ;
"
) )
thePort (LogicalPort thePort (LogicalPort
decl (Decl decl (Decl
n "go2" n "go2"
t "std_uLogic" t "std_uLogic"
o 3 o 4
suid 46,0 suid 54,0
) )
) )
) )
*70 (CptPort *70 (CptPort
uid 721,0 uid 869,0
ps "OnEdgeStrategy" ps "OnEdgeStrategy"
shape (Triangle shape (Triangle
uid 722,0 uid 870,0
ro 90 ro 90
va (VaSet va (VaSet
vasetType 1 vasetType 1
@ -862,11 +866,11 @@ fg "0,65535,0"
xt "14250,21625,15000,22375" xt "14250,21625,15000,22375"
) )
tg (CPTG tg (CPTG
uid 723,0 uid 871,0
ps "CptPortTextPlaceStrategy" ps "CptPortTextPlaceStrategy"
stg "VerticalLayoutStrategy" stg "VerticalLayoutStrategy"
f (Text f (Text
uid 724,0 uid 872,0
va (VaSet va (VaSet
font "Verdana,12,0" font "Verdana,12,0"
) )
@ -877,27 +881,28 @@ tm "CptPortNameMgr"
) )
) )
dt (MLText dt (MLText
uid 725,0 uid 873,0
va (VaSet va (VaSet
font "Courier New,8,0" font "Courier New,8,0"
) )
xt "44000,4800,60500,5600" xt "44000,4800,60500,5600"
st "reset : IN std_ulogic ;" st "reset : IN std_ulogic ;
"
) )
thePort (LogicalPort thePort (LogicalPort
decl (Decl decl (Decl
n "reset" n "reset"
t "std_ulogic" t "std_ulogic"
o 4 o 5
suid 47,0 suid 55,0
) )
) )
) )
*71 (CptPort *71 (CptPort
uid 726,0 uid 874,0
ps "OnEdgeStrategy" ps "OnEdgeStrategy"
shape (Triangle shape (Triangle
uid 727,0 uid 875,0
ro 90 ro 90
va (VaSet va (VaSet
vasetType 1 vasetType 1
@ -906,11 +911,11 @@ fg "0,65535,0"
xt "14250,6625,15000,7375" xt "14250,6625,15000,7375"
) )
tg (CPTG tg (CPTG
uid 728,0 uid 876,0
ps "CptPortTextPlaceStrategy" ps "CptPortTextPlaceStrategy"
stg "VerticalLayoutStrategy" stg "VerticalLayoutStrategy"
f (Text f (Text
uid 729,0 uid 877,0
va (VaSet va (VaSet
font "Verdana,12,0" font "Verdana,12,0"
) )
@ -921,27 +926,28 @@ tm "CptPortNameMgr"
) )
) )
dt (MLText dt (MLText
uid 730,0 uid 878,0
va (VaSet va (VaSet
font "Courier New,8,0" font "Courier New,8,0"
) )
xt "44000,5600,60500,6400" xt "44000,5600,60500,6400"
st "restart : IN std_uLogic ;" st "restart : IN std_uLogic ;
"
) )
thePort (LogicalPort thePort (LogicalPort
decl (Decl decl (Decl
n "restart" n "restart"
t "std_uLogic" t "std_uLogic"
o 5 o 6
suid 48,0 suid 56,0
) )
) )
) )
*72 (CptPort *72 (CptPort
uid 731,0 uid 879,0
ps "OnEdgeStrategy" ps "OnEdgeStrategy"
shape (Triangle shape (Triangle
uid 732,0 uid 880,0
ro 90 ro 90
va (VaSet va (VaSet
vasetType 1 vasetType 1
@ -950,11 +956,11 @@ fg "0,65535,0"
xt "14250,14625,15000,15375" xt "14250,14625,15000,15375"
) )
tg (CPTG tg (CPTG
uid 733,0 uid 881,0
ps "CptPortTextPlaceStrategy" ps "CptPortTextPlaceStrategy"
stg "VerticalLayoutStrategy" stg "VerticalLayoutStrategy"
f (Text f (Text
uid 734,0 uid 882,0
va (VaSet va (VaSet
font "Verdana,12,0" font "Verdana,12,0"
) )
@ -965,20 +971,21 @@ tm "CptPortNameMgr"
) )
) )
dt (MLText dt (MLText
uid 735,0 uid 883,0
va (VaSet va (VaSet
font "Courier New,8,0" font "Courier New,8,0"
) )
xt "44000,6400,60500,7200" xt "44000,6400,60500,7200"
st "unlock : IN std_ulogic ;" st "unlock : IN std_ulogic ;
"
) )
thePort (LogicalPort thePort (LogicalPort
lang 11 lang 11
decl (Decl decl (Decl
n "unlock" n "unlock"
t "std_ulogic" t "std_ulogic"
o 6 o 7
suid 49,0 suid 57,0
) )
) )
) )
@ -1026,7 +1033,7 @@ uid 15,0
va (VaSet va (VaSet
font "Courier New,8,0" font "Courier New,8,0"
) )
xt "-10500,11000,1000,11800" xt "-13000,11000,-1500,11800"
st "Generic Declarations" st "Generic Declarations"
) )
header "Generic Declarations" header "Generic Declarations"
@ -1691,7 +1698,7 @@ xt "42000,0,42000,0"
tm "SyDeclarativeTextMgr" tm "SyDeclarativeTextMgr"
) )
) )
lastUid 795,0 lastUid 897,0
okToSyncOnLoad 1 okToSyncOnLoad 1
OkToSyncGenericsOnLoad 1 OkToSyncGenericsOnLoad 1
activeModelName "Symbol:CDM" activeModelName "Symbol:CDM"

View File

@ -178,7 +178,7 @@ value "MARVIN"
) )
(vvPair (vvPair
variable "graphical_source_time" variable "graphical_source_time"
value "15:17:00" value "15:27:21"
) )
(vvPair (vvPair
variable "group" variable "group"
@ -302,7 +302,7 @@ value "struct"
) )
(vvPair (vvPair
variable "time" variable "time"
value "15:17:00" value "15:27:21"
) )
(vvPair (vvPair
variable "unit" variable "unit"
@ -1806,8 +1806,7 @@ position1 = position1 ( positive )
position2 = position2 ( positive ) position2 = position2 ( positive )
slopeShiftBitNb = slopeShiftBitNb ( positive ) slopeShiftBitNb = slopeShiftBitNb ( positive )
pwmBitNb = pwmBitNb ( positive ) pwmBitNb = pwmBitNb ( positive )
testLineNb = 1 ( positive ) testLineNb = 1 ( positive ) "
"
) )
header "" header ""
) )