mirror of https://github.com/VLSIDA/OpenRAM.git
Fixed issue with sen delay measure getting mixed with voltage checks
This commit is contained in:
parent
b7c43ae674
commit
c65178f86c
|
|
@ -185,7 +185,6 @@ class delay(simulation):
|
|||
self.sen_meas = delay_measure("delay_sen", self.clk_frmt, self.sen_name+"{}", "FALL", "RISE", measure_scale=1e9)
|
||||
self.sen_meas.meta_str = sram_op.READ_ZERO
|
||||
self.sen_meas.meta_add_delay = True
|
||||
self.dout_volt_meas.append(self.sen_meas)
|
||||
|
||||
return self.dout_volt_meas
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue