From 45b091f8a44c422d89f9d3bcaf25e5df91da31a7 Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Thu, 20 Jul 2017 18:07:47 +0200 Subject: Fixes stupid mistakes, adds some nodes. --- ast-to-instr/src/VHDLSSASNode.java | 6 +++--- 1 file changed, 3 insertions(+), 3 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 3e61396..dd7d9cd 100644 --- a/ast-to-instr/src/VHDLSSASNode.java +++ b/ast-to-instr/src/VHDLSSASNode.java @@ -105,7 +105,7 @@ public class VHDLSSASNode extends VHDLNode ( "kind", local_id, - Strings.get_id_from_string("if") + Strings.get_id_from_string("signal_assignement") ); } @@ -116,7 +116,7 @@ public class VHDLSSASNode extends VHDLNode { Functions.add_entry ( - "kind", + "depth", local_id, Strings.get_id_from_string ( @@ -266,7 +266,7 @@ public class VHDLSSASNode extends VHDLNode /***************************************************************************/ /** Children ***************************************************************/ /***************************************************************************/ - public void handle_next_node + private void handle_next_node ( final IDs local_id ) -- cgit v1.2.3-70-g09d2