1
0
mirror of https://github.com/Klagarge/Cursor.git synced 2025-04-11 10:56:02 +00:00

Merge pull request #3 from Klagarge/block_position

Block position
This commit is contained in:
Rémi Heredero 2021-12-14 16:03:14 +01:00 committed by GitHub
commit fb3429deb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
27 changed files with 40704 additions and 353 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
}

View File

@ -0,0 +1 @@
DIALECT atom VHDL_2008

View File

@ -0,0 +1 @@
DIALECT atom VHDL_2008

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 "600x200-0+0"
logWindowGeometry "600x200+920+0"
diagramBrowserTabNo 0
showInsertPortHint 0
showContentFirstTime 0
@ -6208,7 +6208,7 @@ yPos 0
width 1730
height 1119
activeSidePanelTab 2
activeLibraryTab 1
activeLibraryTab 2
sidePanelSize 278
showUnixHiddenFiles 0
componentBrowserXpos 1173
@ -6221,6 +6221,7 @@ componentBrowserLibraryNames [
"Common"
"io"
"sequential"
"Cursor_test"
"Cursor"
"LCD"

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