Split-mems-conf should always touch the output files

This commit is contained in:
Jerry Zhao
2024-01-22 19:27:33 -08:00
parent ac58f38d77
commit 4fc090844d

View File

@@ -77,6 +77,8 @@ if __name__ == "__main__":
with open(args.out_dut_smems_conf, "w") as odsc, \
open(args.out_model_smems_conf, "w") as otsc:
os.utime(args.out_dut_smems_conf)
os.utime(args.out_model_smems_conf)
for l in isc:
sl = l.split()