From d05bd3592050a9496dd87bcd8a49f8fdc8b6b58d Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Fri, 21 Jul 2017 16:50:25 +0200 Subject: Adds output support. --- ast-to-instr/src/VHDLProcess.java | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ast-to-instr/src/VHDLProcess.java') diff --git a/ast-to-instr/src/VHDLProcess.java b/ast-to-instr/src/VHDLProcess.java index 0e26cce..1146f3f 100644 --- a/ast-to-instr/src/VHDLProcess.java +++ b/ast-to-instr/src/VHDLProcess.java @@ -478,6 +478,12 @@ public class VHDLProcess extends ParsableXML ( new VHDLSSCNode ( + OutputFile.new_output_file + ( + "cfg_" /* TODO: Prefix as parameter? */ + + Integer.toString(local_id.get_value()) + + ".mod" /* TODO: Suffix as parameter? */ + ), local_id, start_node, null, /* There is nothing before this sequence. */ -- cgit v1.2.3-70-g09d2