soc: do_exit is now provided by modules
This commit is contained in:
parent
360c849f21
commit
1b58813d13
|
@ -193,6 +193,3 @@ class SoC(Module):
|
||||||
if margin:
|
if margin:
|
||||||
t += clk_period_ns/2
|
t += clk_period_ns/2
|
||||||
return ceil(t/clk_period_ns)
|
return ceil(t/clk_period_ns)
|
||||||
|
|
||||||
def do_exit(self, vns):
|
|
||||||
pass
|
|
||||||
|
|
Loading…
Reference in New Issue