From 35e6857fb09b006da9f8cc3f59f239f078cc69a1 Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Tue, 29 Aug 2017 13:54:43 +0200 Subject: Still working on the implementation. --- instance-calculator/src/VHDLArchitecture.java | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'instance-calculator/src/VHDLArchitecture.java') diff --git a/instance-calculator/src/VHDLArchitecture.java b/instance-calculator/src/VHDLArchitecture.java index 2834ab3..7f3be10 100644 --- a/instance-calculator/src/VHDLArchitecture.java +++ b/instance-calculator/src/VHDLArchitecture.java @@ -23,6 +23,7 @@ public class VHDLArchitecture final String arch_id ) { + /* TODO */ return false; } @@ -32,6 +33,7 @@ public class VHDLArchitecture final String e_id ) { + /* TODO */ return false; } @@ -40,6 +42,8 @@ public class VHDLArchitecture private final List components; private final String id; + private VHDLEntity entity; + private VHDLArchitecture (final String id) { this.id = id; @@ -47,4 +51,9 @@ public class VHDLArchitecture processes = new ArrayList(); components = new ArrayList(); } + + public VHDLEntity get_entity () + { + return entity; + } } -- cgit v1.2.3-70-g09d2