1
0
mirror of https://github.com/Klagarge/Cursor.git synced 2024-11-22 17:43:26 +00:00

Merge branch 'recupHER' into Main

This commit is contained in:
Rémi Heredero 2021-12-20 10:31:07 +01:00
commit 609d833972
25 changed files with 40710 additions and 363 deletions

21
.vscode/c_cpp_properties.json vendored Normal file
View File

@ -0,0 +1,21 @@
{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"windowsSdkVersion": "10.0.20348.0",
"compilerPath": "C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.30.30705/bin/Hostx64/x64/cl.exe",
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "windows-msvc-x64"
}
],
"version": 4
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -506,7 +506,7 @@ value "C:\\Users\\remi\\OneDrive\\Documents\\Cours\\05-HEVS\\S1fb\\electricity\\
)
(vvPair
variable "date"
value "07.12.2021"
value "14.12.2021"
)
(vvPair
variable "day"
@ -518,7 +518,7 @@ value "mardi"
)
(vvPair
variable "dd"
value "07"
value "14"
)
(vvPair
variable "entity_name"
@ -546,7 +546,7 @@ value "remi"
)
(vvPair
variable "graphical_source_date"
value "07.12.2021"
value "14.12.2021"
)
(vvPair
variable "graphical_source_group"
@ -558,7 +558,7 @@ value "MARVIN"
)
(vvPair
variable "graphical_source_time"
value "08:21:37"
value "16:00:58"
)
(vvPair
variable "group"
@ -630,7 +630,7 @@ value "interface"
)
(vvPair
variable "time"
value "08:21:37"
value "16:00:58"
)
(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 539,0
activeModelName "Symbol:CDM"
)

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,2 @@
DEFAULT_ARCHITECTURE atom compteurt
DEFAULT_FILE atom @compteur/compteurt.bd

View File

@ -0,0 +1,2 @@
DEFAULT_ARCHITECTURE atom struct
DEFAULT_FILE atom compteur@up@down@rsync@all/struct.bd

View File

@ -0,0 +1,2 @@
DEFAULT_ARCHITECTURE atom fsm
DEFAULT_FILE atom convertissor_position/fsm.sm

2
Cursor/hds/_cpt1bit._epf Normal file
View File

@ -0,0 +1,2 @@
DEFAULT_ARCHITECTURE atom struct
DEFAULT_FILE atom cpt1bit/struct.bd

2
Cursor/hds/_cpt4bit._epf Normal file
View File

@ -0,0 +1,2 @@
DEFAULT_ARCHITECTURE atom struct
DEFAULT_FILE atom cpt4bit/struct.bd

2
Cursor/hds/_encoder._epf Normal file
View File

@ -0,0 +1,2 @@
DEFAULT_ARCHITECTURE atom encoder
DEFAULT_FILE atom @encoder/encoder.sm

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

5149
Cursor/hds/cpt1bit/struct.bd Normal file

File diff suppressed because it is too large Load Diff

1737
Cursor/hds/cpt1bit/symbol.sb Normal file

File diff suppressed because it is too large Load Diff

5395
Cursor/hds/cpt4bit/struct.bd Normal file

File diff suppressed because it is too large Load Diff

1715
Cursor/hds/cpt4bit/symbol.sb Normal file

File diff suppressed because it is too large Load Diff

1458
Cursor/hds/test/interface Normal file

File diff suppressed because it is too large Load Diff

View File

@ -2554,7 +2554,7 @@ second ""
)
(pair
first "hierLevel"
second "1"
second "3"
)
(pair
first "onPulldownMenu"
@ -4181,7 +4181,7 @@ hdsWorkspaceLocation ""
relativeLibraryRootDir ""
vmLabelLatestDontAskAgain 0
vmLabelWorkspaceDontAskAgain 0
logWindowGeometry "600x389+980+96"
logWindowGeometry "600x200+920+0"
diagramBrowserTabNo 0
showInsertPortHint 0
showContentFirstTime 0
@ -6211,27 +6211,26 @@ activeSidePanelTab 2
activeLibraryTab 2
sidePanelSize 278
showUnixHiddenFiles 0
componentBrowserXpos 1173
componentBrowserYpos 526
componentBrowserWidth 300
componentBrowserHeight 340
componentBrowserXpos 158
componentBrowserYpos 308
componentBrowserWidth 483
componentBrowserHeight 491
componentBrowserLibraryNames [
"Board"
"gates"
"Common"
"io"
"sequential"
"Cursor_test"
"Cursor"
"LCD_test"
"synopsys"
"verilog"
"vital2000"
"LCD"
"Memory"
"ieee"
"std"
"vital2000"
"verilog"
"LCD_test"
"Memory_test"
"synopsys"
"ieee"
"Cursor"
]
)
(SmPreferences

View File

@ -29,7 +29,7 @@ onShortcutBar 1
onPulldownMenu 1
onToolbar 1
enabled 1
hierDepth 1
hierDepth 3
subTasks [
(HDSTaskRef
TaskName "Generate"

0
TODO.txt Normal file
View File