Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
Ocarina
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
TASTE
Ocarina
Commits
61900042
Commit
61900042
authored
Dec 29, 2014
by
yoogx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Minor reformatting
parent
fa1c8c22
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
+2
-5
src/backends/ocarina-backends-properties.adb
src/backends/ocarina-backends-properties.adb
+1
-3
src/backends/ocarina-backends-utils.ads
src/backends/ocarina-backends-utils.ads
+1
-2
No files found.
src/backends/ocarina-backends-properties.adb
View file @
61900042
...
...
@@ -1971,10 +1971,8 @@ package body Ocarina.Backends.Properties is
----------------
function
Get_Period
(
T
:
Node_Id
)
return
Time_Type
is
The_Period
:
Time_Type
;
begin
The_Period
:=
Get_Time_Property_Value
(
T
,
Thread_Period
);
return
The_Period
;
return
Get_Time_Property_Value
(
T
,
Thread_Period
);
end
Get_Period
;
------------------------
...
...
src/backends/ocarina-backends-utils.ads
View file @
61900042
...
...
@@ -421,6 +421,7 @@ package Ocarina.Backends.Utils is
function
To_Seconds
(
S
:
Time_Type
)
return
Long_Double
;
function
To_Milliseconds
(
S
:
Time_Type
)
return
Unsigned_Long_Long
;
function
To_Nanoseconds
(
S
:
Time_Type
)
return
Unsigned_Long_Long
;
function
Get_Accessed_Data
(
Data_Access
:
Node_Id
)
return
Node_Id
;
-- Get accessed data when a thread or subprogram has a data access.
...
...
@@ -485,6 +486,4 @@ package Ocarina.Backends.Utils is
function
Get_Associated_Bus
(
Port
:
Node_Id
)
return
Node_Id
;
function
To_Nanoseconds
(
S
:
Time_Type
)
return
Unsigned_Long_Long
;
end
Ocarina
.
Backends
.
Utils
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment