include statement position fixed

This commit is contained in:
Bugra Onal 2023-04-12 15:45:19 -07:00
parent dae275c508
commit 773ea1af0d
1 changed files with 1 additions and 1 deletions

View File

@ -62,12 +62,12 @@ class setup_hold():
correct_value=correct_value)
self.write_clock()
self.sf.write(".include {}\n".format(temp_meas))
self.write_measures(mode=mode,
correct_value=correct_value)
self.stim.write_control(4 * self.period)
self.sf.write(".include {}".format(temp_meas))
self.sf.close()
self.mf.close()