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
A
AADLib
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TASTE
AADLib
Commits
b94997d7
Commit
b94997d7
authored
Jan 30, 2019
by
yoogx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Add LEON4 processor component
parent
7ef6c2b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
2 deletions
+33
-2
src/aadl/processors/processors-sparc.aadl
src/aadl/processors/processors-sparc.aadl
+33
-2
No files found.
src/aadl/processors/processors-sparc.aadl
View file @
b94997d7
...
...
@@ -32,7 +32,7 @@ public
processor
TSC695F
extends
ERC32
properties
Data_Sheet
::
UUID
=>
Data_Sheet
::
UUID
=>
"http://www.atmel.com:80/dyn/products/product_card.asp?part_id=2332"
;
end
TSC695F
;
...
...
@@ -54,9 +54,40 @@ public
processor
AT697F
extends
LEON2
properties
Data_Sheet
::
UUID
=>
Data_Sheet
::
UUID
=>
"http://www.atmel.com:80/dyn/products/product_card.asp?part_id=4599"
;
end
AT697F
;
-----------
--
LEON4
--
-----------
--
The
LEON4
is
a
4
-
core
processor
,
each
core
being
a
regular
LEON
core
--
See
http
://
www
.
freescale
.
com
/
webapp
/
sps
/
site
/
prod_summary
.
jsp
?
code
=
P4080
--
for
more
details
virtual
processor
leon_core
end
leon_core
;
virtual
processor
implementation
leon_core
.
impl
end
leon_core
.
impl
;
processor
LEON4
properties
Data_Sheet
::
UUID
=>
"https://www.gaisler.com/index.php/products/processors/leon4"
;
end
LEON4
;
processor
implementation
LEON4
.
impl
subcomponents
Core_1
:
virtual
processor
leon_core
.
impl
{
Processor_Properties
::
Core_Id
=>
0
;};
Core_2
:
virtual
processor
leon_core
.
impl
{
Processor_Properties
::
Core_Id
=>
1
;};
Core_3
:
virtual
processor
leon_core
.
impl
{
Processor_Properties
::
Core_Id
=>
2
;};
Core_4
:
virtual
processor
leon_core
.
impl
{
Processor_Properties
::
Core_Id
=>
3
;};
end
LEON4
.
impl
;
end
Processors
::
SPARC
;
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