From 8f12413895954e5feed9ea915825d462f0457fe4 Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Wed, 19 Jul 2017 11:34:59 +0200 Subject: No longer add function and literals as waveforms. --- instr-scripts/structural_level.py | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'instr-scripts/structural_level.py') diff --git a/instr-scripts/structural_level.py b/instr-scripts/structural_level.py index a5c9763..0427e3c 100755 --- a/instr-scripts/structural_level.py +++ b/instr-scripts/structural_level.py @@ -515,9 +515,10 @@ def handle_process ( inst_list_output.write("\n") # TODO: use 'pfp' parameter. - pf = open(('./pfp_id_' + local_id), 'w') + pf = open(('./pfp_id_' + local_id + '.mod'), 'w') internals = process_internals.Process_Internals( + root, elem, id_manager, wfm_manager, @@ -1286,15 +1287,15 @@ parser.add_argument( parser.add_argument( '-io', '--instructions-output', type = argparse.FileType(mode = 'w', encoding = 'UTF-8'), - default = 'system.sl', - help = 'Instruction List output file (default: system.sl)', + default = 'structural.mod', + help = 'Instruction List output file (default: system.mod)', ) parser.add_argument( '-eo', '--extra-output', type = argparse.FileType(mode = 'w', encoding = 'UTF-8'), - default = 'system_extra.sl', - help = 'Extra Information output file (default: system_extra.sl)', + default = 'system_extra.txt', + help = 'Extra Information output file (default: system_extra.txt)', ) parser.add_argument( @@ -1302,7 +1303,7 @@ parser.add_argument( '--process-files-prefix', type = str, default = "./process_instr_", - help = 'Resulting process description files: this + their ID.' + help = 'Resulting process description files: this + their ID + ".mod".' ) args = parser.parse_args() -- cgit v1.2.3-70-g09d2