mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-29 17:39:02 +02:00
include statement position fixed
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user