--------------------------------------------------- -- AADL2.0 -- TASTE -- -- --------------------------------------------------- PACKAGE deploymentview::DV::Node1 PUBLIC WITH Taste; WITH Deployment; WITH TASTE_DV_Properties; PROCESS x86_partition END x86_partition; PROCESS IMPLEMENTATION x86_partition.others END x86_partition.others; END deploymentview::DV::Node1; PACKAGE deploymentview::DV PUBLIC WITH ocarina_processors_x86; WITH deploymentview::DV::Node1; WITH Taste; WITH Deployment; WITH interfaceview::IV; WITH TASTE_DV_Properties; SYSTEM Node1 END Node1; SYSTEM IMPLEMENTATION Node1.others SUBCOMPONENTS IV_GND : SYSTEM interfaceview::IV::GND.others { Taste::coordinates => "990 990 1457 1452"; Taste::FunctionName => "GND"; }; IV_PAYLOAD : SYSTEM interfaceview::IV::PAYLOAD.others { Taste::coordinates => "1636 980 2165 1421"; Taste::FunctionName => "PAYLOAD"; }; x86_partition : PROCESS deploymentview::DV::Node1::x86_partition.others { Taste::coordinates => "664 752 2276 1614"; Deployment::Port_Number => 0; }; x86_linux : PROCESSOR ocarina_processors_x86::x86.linux { Taste::coordinates => "462 506 2477 1737"; }; PROPERTIES Taste::APLC_Binding => (reference (x86_partition)) APPLIES TO IV_GND; Taste::APLC_Binding => (reference (x86_partition)) APPLIES TO IV_PAYLOAD; Actual_Processor_Binding => (reference (x86_linux)) APPLIES TO x86_partition; END Node1.others; SYSTEM deploymentview END deploymentview; SYSTEM IMPLEMENTATION deploymentview.others SUBCOMPONENTS Node1 : SYSTEM Node1.others { Taste::coordinates => "210 154 2729 1913"; }; interfaceview : SYSTEM interfaceview::IV::interfaceview.others; END deploymentview.others; PROPERTIES Taste::coordinates => "0 0 2970 2100"; Taste::version => "1.3.19"; Taste::interfaceView => "InterfaceView.aadl"; Taste::HWLibraries => ("../../tool-inst/share/ocarina/AADLv2/ocarina_components.aadl"); END deploymentview::DV; -- copied aadl libraries