From a19063a8dc55750e4ae6d6d6acacdd537fbbdb08 Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Tue, 25 Jul 2017 14:00:06 +0200 Subject: Working on (structural + elements) read/writes. --- ast-to-instr/src/VHDLSSASNode.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ast-to-instr/src/VHDLSSASNode.java') diff --git a/ast-to-instr/src/VHDLSSASNode.java b/ast-to-instr/src/VHDLSSASNode.java index 05d8af0..ef08f6f 100644 --- a/ast-to-instr/src/VHDLSSASNode.java +++ b/ast-to-instr/src/VHDLSSASNode.java @@ -22,7 +22,7 @@ public class VHDLSSASNode extends VHDLNode XPE_FIND_SOURCES = XMLManager.compile_or_die ( - "./waveform_chain"/* //named_entity" */ + "./waveform_chain/el/we_value"/* //named_entity" */ ); XPE_FIND_PREFIXED_NE = XMLManager.compile_or_die("./prefix/named_entity"); @@ -173,7 +173,7 @@ public class VHDLSSASNode extends VHDLNode XPathConstants.NODE ); - handle_expression(local_id, sources); + handle_read_expr_predicates(local_id, sources); } private void handle_predicate_expr_writes -- cgit v1.2.3-70-g09d2