mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
soc: do_exit is now provided by modules
This commit is contained in:
parent
360c849f21
commit
1b58813d13
1 changed files with 0 additions and 3 deletions
|
@ -193,6 +193,3 @@ class SoC(Module):
|
|||
if margin:
|
||||
t += clk_period_ns/2
|
||||
return ceil(t/clk_period_ns)
|
||||
|
||||
def do_exit(self, vns):
|
||||
pass
|
||||
|
|
Loading…
Reference in a new issue