summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2017-07-20 18:07:47 +0200
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2017-07-20 18:07:47 +0200
commit45b091f8a44c422d89f9d3bcaf25e5df91da31a7 (patch)
treeaaa809eed731bbc4650dbfb7cfde8076d6f047a0 /ast-to-instr/src/VHDLSSASNode.java
parent72b3069a20b8573ceff73b27936a76213aacc344 (diff)
Fixes stupid mistakes, adds some nodes.
Diffstat (limited to 'ast-to-instr/src/VHDLSSASNode.java')
-rw-r--r--ast-to-instr/src/VHDLSSASNode.java6
1 files changed, 3 insertions, 3 deletions
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
)