mirror of
https://github.com/Klagarge/Cursor.git
synced 2024-11-22 17:43:26 +00:00
ajout d'un compteur pour l'encodeur
This commit is contained in:
parent
72bb6f1af5
commit
2c7bc2ff27
4228
Cursor/hds/@encoder/encoder.sm
Normal file
4228
Cursor/hds/@encoder/encoder.sm
Normal file
File diff suppressed because it is too large
Load Diff
1637
Cursor/hds/@encoder/interface
Normal file
1637
Cursor/hds/@encoder/interface
Normal file
File diff suppressed because it is too large
Load Diff
@ -558,7 +558,7 @@ value "MARVIN"
|
||||
)
|
||||
(vvPair
|
||||
variable "graphical_source_time"
|
||||
value "08:21:37"
|
||||
value "15:18:04"
|
||||
)
|
||||
(vvPair
|
||||
variable "group"
|
||||
@ -630,7 +630,7 @@ value "interface"
|
||||
)
|
||||
(vvPair
|
||||
variable "time"
|
||||
value "08:21:37"
|
||||
value "15:18:04"
|
||||
)
|
||||
(vvPair
|
||||
variable "unit"
|
||||
@ -697,8 +697,7 @@ va (VaSet
|
||||
font "Courier New,8,0"
|
||||
)
|
||||
xt "44000,3200,61000,4000"
|
||||
st "clock : IN std_ulogic ;
|
||||
"
|
||||
st "clock : IN std_ulogic ;"
|
||||
)
|
||||
thePort (LogicalPort
|
||||
decl (Decl
|
||||
@ -742,8 +741,7 @@ va (VaSet
|
||||
font "Courier New,8,0"
|
||||
)
|
||||
xt "44000,4000,61000,4800"
|
||||
st "encoderA : IN std_uLogic ;
|
||||
"
|
||||
st "encoderA : IN std_uLogic ;"
|
||||
)
|
||||
thePort (LogicalPort
|
||||
decl (Decl
|
||||
@ -787,8 +785,7 @@ va (VaSet
|
||||
font "Courier New,8,0"
|
||||
)
|
||||
xt "44000,4800,61000,5600"
|
||||
st "encoderB : IN std_uLogic ;
|
||||
"
|
||||
st "encoderB : IN std_uLogic ;"
|
||||
)
|
||||
thePort (LogicalPort
|
||||
decl (Decl
|
||||
@ -832,8 +829,7 @@ va (VaSet
|
||||
font "Courier New,8,0"
|
||||
)
|
||||
xt "44000,5600,61000,6400"
|
||||
st "encoderI : IN std_uLogic ;
|
||||
"
|
||||
st "encoderI : IN std_uLogic ;"
|
||||
)
|
||||
thePort (LogicalPort
|
||||
decl (Decl
|
||||
@ -878,8 +874,7 @@ va (VaSet
|
||||
font "Courier New,8,0"
|
||||
)
|
||||
xt "44000,7200,66000,8000"
|
||||
st "Position : OUT unsigned (15 DOWNTO 0)
|
||||
"
|
||||
st "Position : OUT unsigned (15 DOWNTO 0)"
|
||||
)
|
||||
thePort (LogicalPort
|
||||
lang 11
|
||||
@ -927,8 +922,7 @@ va (VaSet
|
||||
font "Courier New,8,0"
|
||||
)
|
||||
xt "44000,2400,61000,3200"
|
||||
st "RaZ : IN std_ulogic ;
|
||||
"
|
||||
st "RaZ : IN std_ulogic ;"
|
||||
)
|
||||
thePort (LogicalPort
|
||||
lang 11
|
||||
@ -973,8 +967,7 @@ va (VaSet
|
||||
font "Courier New,8,0"
|
||||
)
|
||||
xt "44000,6400,61000,7200"
|
||||
st "reset : IN std_ulogic ;
|
||||
"
|
||||
st "reset : IN std_ulogic ;"
|
||||
)
|
||||
thePort (LogicalPort
|
||||
decl (Decl
|
||||
@ -1692,6 +1685,6 @@ xt "42000,0,42000,0"
|
||||
tm "SyDeclarativeTextMgr"
|
||||
)
|
||||
)
|
||||
lastUid 378,0
|
||||
lastUid 401,0
|
||||
activeModelName "Symbol:CDM"
|
||||
)
|
||||
|
File diff suppressed because it is too large
Load Diff
2
Cursor/hds/_encoder._epf
Normal file
2
Cursor/hds/_encoder._epf
Normal file
@ -0,0 +1,2 @@
|
||||
DEFAULT_ARCHITECTURE atom encoder
|
||||
DEFAULT_FILE atom @encoder/encoder.sm
|
@ -6208,7 +6208,7 @@ yPos 0
|
||||
width 1552
|
||||
height 936
|
||||
activeSidePanelTab 2
|
||||
activeLibraryTab 1
|
||||
activeLibraryTab 3
|
||||
sidePanelSize 278
|
||||
showUnixHiddenFiles 0
|
||||
componentBrowserXpos 569
|
||||
@ -6221,6 +6221,15 @@ componentBrowserLibraryNames [
|
||||
"Common"
|
||||
"io"
|
||||
"sequential"
|
||||
"LCD_test"
|
||||
"synopsys"
|
||||
"verilog"
|
||||
"vital2000"
|
||||
"LCD"
|
||||
"Memory"
|
||||
"std"
|
||||
"Memory_test"
|
||||
"ieee"
|
||||
]
|
||||
)
|
||||
(SmPreferences
|
||||
|
Loading…
Reference in New Issue
Block a user