mirror of https://github.com/VLSIDA/OpenRAM.git
include statement position fixed
This commit is contained in:
parent
dae275c508
commit
773ea1af0d
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue