soc: do_exit is now provided by modules

This commit is contained in:
Florent Kermarrec 2015-03-09 17:18:42 +01:00
parent 360c849f21
commit 1b58813d13
1 changed files with 0 additions and 3 deletions

View File

@ -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