From 9ef3658a44adf5fd91d42676df12fb1d9f7864ea Mon Sep 17 00:00:00 2001 From: Maxime Perrotin Date: Thu, 25 Jul 2019 08:24:56 +0100 Subject: [PATCH] Remove MyReal from dataview (not used) --- Demo_Multi_Instances/DataView.asn | 1 - Demo_Multi_Instances/DeploymentView.aadl | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Demo_Multi_Instances/DataView.asn b/Demo_Multi_Instances/DataView.asn index b0c3976..7b5d0ce 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 bd7c61d..207dbde 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; -- GitLab