mirror of
https://github.com/Klagarge/Cursor.git
synced 2026-08-11 20:32:24 +00:00
Merge branch 'recupHER' into Main
This commit is contained in:
Vendored
+21
@@ -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
@@ -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"
|
||||
)
|
||||
|
||||
+661
-329
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,2 @@
|
||||
DEFAULT_ARCHITECTURE atom compteurt
|
||||
DEFAULT_FILE atom @compteur/compteurt.bd
|
||||
@@ -0,0 +1,2 @@
|
||||
DEFAULT_ARCHITECTURE atom struct
|
||||
DEFAULT_FILE atom compteur@up@down@rsync@all/struct.bd
|
||||
@@ -0,0 +1,2 @@
|
||||
DEFAULT_ARCHITECTURE atom fsm
|
||||
DEFAULT_FILE atom convertissor_position/fsm.sm
|
||||
@@ -0,0 +1,2 @@
|
||||
DEFAULT_ARCHITECTURE atom struct
|
||||
DEFAULT_FILE atom cpt1bit/struct.bd
|
||||
@@ -0,0 +1,2 @@
|
||||
DEFAULT_ARCHITECTURE atom struct
|
||||
DEFAULT_FILE atom cpt4bit/struct.bd
|
||||
@@ -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
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
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
|
||||
@@ -29,7 +29,7 @@ onShortcutBar 1
|
||||
onPulldownMenu 1
|
||||
onToolbar 1
|
||||
enabled 1
|
||||
hierDepth 1
|
||||
hierDepth 3
|
||||
subTasks [
|
||||
(HDSTaskRef
|
||||
TaskName "Generate"
|
||||
|
||||
Reference in New Issue
Block a user