SimpleSoftwareAllocation
onera.pmlanalyzer.pml.examples.simpleKeystone.SimpleSoftwareAllocation
trait SimpleSoftwareAllocation
Definition and allocation of software and data to hardware for simple Keystone. Declaring the application app1
val app1: Application = Application()
Allocating app1 on pml.examples.simpleKeystone.SimpleKeystonePlatform.ARM0
app1 hostedBy ARM0.core
Declaring the data input_d
val input_d: Data = Data()
Allocating app1 on pml.examples.simpleKeystone.SimpleKeystonePlatform.MemorySubsystem.sram
input_d hostedBy MemorySubsystem.sram
Attributes
- See also:
pml.operators.Use.Ops for hostedBy operator definition
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- object SimpleKeystoneConfiguredFull.typeobject SimpleKeystoneConfiguredNoL1.typeobject SimpleKeystoneConfiguredPlanApp21.typeobject SimpleKeystoneConfiguredPlanApp22.type
- Self type