diff --git a/scripts/formatting/datastructure_tns.py b/scripts/formatting/datastructure_tns.py index 6eb99a6a..88c92efc 100644 --- a/scripts/formatting/datastructure_tns.py +++ b/scripts/formatting/datastructure_tns.py @@ -216,7 +216,7 @@ # outdir_shift_name = os.path.join(outdir_name, args.name, args.bench, args.format) # outdir_shift_path = Path(outdir_shift_name) # outdir_shift_path.mkdir(parents=True, exist_ok=True) - # taco_format_shift_filename = + # taco_format_shift_filename = # "/nobackup/jadivara/sam/FROST_FORMATTED_TACO/" + args.name + "_shift_" + levels + '.txt' # taco_format_orig_filename = os.getenv('FROSTT_FORMATTED_TACO_PATH') + args.name + "_" + levels + '.txt' # parse_taco_format(taco_format_shift_filename, outdir_shift_name, 'C', args.format, hw_filename=args.hw)