Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
Ocarina
Commits
993d44fd
Commit
993d44fd
authored
Nov 10, 2015
by
yoogx
Browse files
* File test
For issue #50
parent
9fe6cded
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/MANIFEST
View file @
993d44fd
...
...
@@ -289,5 +289,6 @@ tests/github/issue_35/test.aadl
tests/github/issue_36/test.aadl
tests/github/issue_39/pb1.aadl
tests/github/issue_47/test.aadl
tests/github/issue_50/test.aadl
tests/root_system/test.aadl
tests/github/issue_50/test.aadl
0 → 100644
View file @
993d44fd
package
S
public
bus
BusType_1
end
BusType_1
;
bus
implementation
BusType_1
.
impl
end
BusType_1
.
impl
;
processor
PC
features
pp_1
:
requires
bus
access
BusType_1
;
end
PC
;
processor
implementation
PC
.
impl
end
PC
.
impl
;
system
S
features
bustype_1_1
:
requires
bus
access
BusType_1
;
end
S
;
system
implementation
S
.
impl
subcomponents
pc_part
:
processor
PC
.
impl
;
connections
bustype_1_1_1_connection
:
bus
access
pc_part
.
pp_1
->
bustype_1_1
;
end
S
.
impl
;
end
S
;
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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