mirror of
https://github.com/Klagarge/Cursor.git
synced 2024-11-23 01:43:28 +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
|
(vvPair
|
||||||
variable "graphical_source_time"
|
variable "graphical_source_time"
|
||||||
value "08:21:37"
|
value "15:18:04"
|
||||||
)
|
)
|
||||||
(vvPair
|
(vvPair
|
||||||
variable "group"
|
variable "group"
|
||||||
@ -630,7 +630,7 @@ value "interface"
|
|||||||
)
|
)
|
||||||
(vvPair
|
(vvPair
|
||||||
variable "time"
|
variable "time"
|
||||||
value "08:21:37"
|
value "15:18:04"
|
||||||
)
|
)
|
||||||
(vvPair
|
(vvPair
|
||||||
variable "unit"
|
variable "unit"
|
||||||
@ -697,8 +697,7 @@ va (VaSet
|
|||||||
font "Courier New,8,0"
|
font "Courier New,8,0"
|
||||||
)
|
)
|
||||||
xt "44000,3200,61000,4000"
|
xt "44000,3200,61000,4000"
|
||||||
st "clock : IN std_ulogic ;
|
st "clock : IN std_ulogic ;"
|
||||||
"
|
|
||||||
)
|
)
|
||||||
thePort (LogicalPort
|
thePort (LogicalPort
|
||||||
decl (Decl
|
decl (Decl
|
||||||
@ -742,8 +741,7 @@ va (VaSet
|
|||||||
font "Courier New,8,0"
|
font "Courier New,8,0"
|
||||||
)
|
)
|
||||||
xt "44000,4000,61000,4800"
|
xt "44000,4000,61000,4800"
|
||||||
st "encoderA : IN std_uLogic ;
|
st "encoderA : IN std_uLogic ;"
|
||||||
"
|
|
||||||
)
|
)
|
||||||
thePort (LogicalPort
|
thePort (LogicalPort
|
||||||
decl (Decl
|
decl (Decl
|
||||||
@ -787,8 +785,7 @@ va (VaSet
|
|||||||
font "Courier New,8,0"
|
font "Courier New,8,0"
|
||||||
)
|
)
|
||||||
xt "44000,4800,61000,5600"
|
xt "44000,4800,61000,5600"
|
||||||
st "encoderB : IN std_uLogic ;
|
st "encoderB : IN std_uLogic ;"
|
||||||
"
|
|
||||||
)
|
)
|
||||||
thePort (LogicalPort
|
thePort (LogicalPort
|
||||||
decl (Decl
|
decl (Decl
|
||||||
@ -832,8 +829,7 @@ va (VaSet
|
|||||||
font "Courier New,8,0"
|
font "Courier New,8,0"
|
||||||
)
|
)
|
||||||
xt "44000,5600,61000,6400"
|
xt "44000,5600,61000,6400"
|
||||||
st "encoderI : IN std_uLogic ;
|
st "encoderI : IN std_uLogic ;"
|
||||||
"
|
|
||||||
)
|
)
|
||||||
thePort (LogicalPort
|
thePort (LogicalPort
|
||||||
decl (Decl
|
decl (Decl
|
||||||
@ -878,8 +874,7 @@ va (VaSet
|
|||||||
font "Courier New,8,0"
|
font "Courier New,8,0"
|
||||||
)
|
)
|
||||||
xt "44000,7200,66000,8000"
|
xt "44000,7200,66000,8000"
|
||||||
st "Position : OUT unsigned (15 DOWNTO 0)
|
st "Position : OUT unsigned (15 DOWNTO 0)"
|
||||||
"
|
|
||||||
)
|
)
|
||||||
thePort (LogicalPort
|
thePort (LogicalPort
|
||||||
lang 11
|
lang 11
|
||||||
@ -927,8 +922,7 @@ va (VaSet
|
|||||||
font "Courier New,8,0"
|
font "Courier New,8,0"
|
||||||
)
|
)
|
||||||
xt "44000,2400,61000,3200"
|
xt "44000,2400,61000,3200"
|
||||||
st "RaZ : IN std_ulogic ;
|
st "RaZ : IN std_ulogic ;"
|
||||||
"
|
|
||||||
)
|
)
|
||||||
thePort (LogicalPort
|
thePort (LogicalPort
|
||||||
lang 11
|
lang 11
|
||||||
@ -973,8 +967,7 @@ va (VaSet
|
|||||||
font "Courier New,8,0"
|
font "Courier New,8,0"
|
||||||
)
|
)
|
||||||
xt "44000,6400,61000,7200"
|
xt "44000,6400,61000,7200"
|
||||||
st "reset : IN std_ulogic ;
|
st "reset : IN std_ulogic ;"
|
||||||
"
|
|
||||||
)
|
)
|
||||||
thePort (LogicalPort
|
thePort (LogicalPort
|
||||||
decl (Decl
|
decl (Decl
|
||||||
@ -1692,6 +1685,6 @@ xt "42000,0,42000,0"
|
|||||||
tm "SyDeclarativeTextMgr"
|
tm "SyDeclarativeTextMgr"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
lastUid 378,0
|
lastUid 401,0
|
||||||
activeModelName "Symbol:CDM"
|
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
|
width 1552
|
||||||
height 936
|
height 936
|
||||||
activeSidePanelTab 2
|
activeSidePanelTab 2
|
||||||
activeLibraryTab 1
|
activeLibraryTab 3
|
||||||
sidePanelSize 278
|
sidePanelSize 278
|
||||||
showUnixHiddenFiles 0
|
showUnixHiddenFiles 0
|
||||||
componentBrowserXpos 569
|
componentBrowserXpos 569
|
||||||
@ -6221,6 +6221,15 @@ componentBrowserLibraryNames [
|
|||||||
"Common"
|
"Common"
|
||||||
"io"
|
"io"
|
||||||
"sequential"
|
"sequential"
|
||||||
|
"LCD_test"
|
||||||
|
"synopsys"
|
||||||
|
"verilog"
|
||||||
|
"vital2000"
|
||||||
|
"LCD"
|
||||||
|
"Memory"
|
||||||
|
"std"
|
||||||
|
"Memory_test"
|
||||||
|
"ieee"
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
(SmPreferences
|
(SmPreferences
|
||||||
|
Loading…
Reference in New Issue
Block a user