diff --git a/Demo_Multi_Instances/DataView.asn b/Demo_Multi_Instances/DataView.asn index b0c3976b0f0649b934f6c95b5d530253a192c9b6..7b5d0ce33f58672da9f5ae07f9294523c93b1f3e 100644 --- a/Demo_Multi_Instances/DataView.asn +++ b/Demo_Multi_Instances/DataView.asn @@ -9,7 +9,6 @@ IMPORTS T-Int32, T-UInt32, T-Int8, T-UInt8, T-Boolean FROM TASTE-BasicTypes; -- Simple types: MyInteger ::= INTEGER (0..255) -MyReal ::= REAL (0.0 .. 1000.0) MyBool ::= BOOLEAN MyEnum ::= ENUMERATED { hello, world, how-are-you } diff --git a/Demo_Multi_Instances/DeploymentView.aadl b/Demo_Multi_Instances/DeploymentView.aadl index bd7c61d603723df732817e77493ce887afdd50e2..207dbded83980cb22d7c6edaf48f105b864636ac 100644 --- a/Demo_Multi_Instances/DeploymentView.aadl +++ b/Demo_Multi_Instances/DeploymentView.aadl @@ -79,6 +79,6 @@ PROPERTIES Taste::coordinates => "0 0 297000 210000"; Taste::version => "2.0"; Taste::interfaceView => "InterfaceView.aadl"; - Taste::HWLibraries => ("../../../tool-inst/share/ocarina/AADLv2/ocarina_components.aadl"); + Taste::HWLibraries => ("/home/taste/tool-inst/share/ocarina/AADLv2/ocarina_components.aadl"); END deploymentview::DV;