mirror of https://github.com/VLSIDA/OpenRAM.git
Add return type
This commit is contained in:
parent
2f03c594c5
commit
54b312eaf9
|
|
@ -724,7 +724,7 @@ class delay(simulation):
|
||||||
|
|
||||||
self.stim.run_sim()
|
self.stim.run_sim()
|
||||||
|
|
||||||
self.check_measurements()
|
return self.check_measurements()
|
||||||
|
|
||||||
def check_measurements(self):
|
def check_measurements(self):
|
||||||
""" Check the write and read measurements """
|
""" Check the write and read measurements """
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue