From 51edef030be94b7aa23631f7e40225c60878473f Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Thu, 27 Jul 2017 11:25:42 +0200 Subject: First shot at depths operators. --- ast-to-instr/src/VHDLCSNode.java | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'ast-to-instr/src/VHDLCSNode.java') diff --git a/ast-to-instr/src/VHDLCSNode.java b/ast-to-instr/src/VHDLCSNode.java index f500345..6682613 100644 --- a/ast-to-instr/src/VHDLCSNode.java +++ b/ast-to-instr/src/VHDLCSNode.java @@ -130,10 +130,7 @@ public class VHDLCSNode extends VHDLNode output, "depth", local_id, - Strings.get_id_from_string - ( - Integer.toString(depth) - ) + Depths.get_id_from_depth(new Integer(depth)) ); } -- cgit v1.2.3-70-g09d2