projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
360c849
)
soc: do_exit is now provided by modules
author
Florent Kermarrec
<florent@enjoy-digital.fr>
Mon, 9 Mar 2015 16:18:42 +0000
(17:18 +0100)
committer
Florent Kermarrec
<florent@enjoy-digital.fr>
Mon, 9 Mar 2015 16:18:42 +0000
(17:18 +0100)
misoclib/soc/__init__.py
patch
|
blob
|
history
diff --git
a/misoclib/soc/__init__.py
b/misoclib/soc/__init__.py
index e17f7c5a30e80a7316e5ce6be22c431d8d8dae07..03f852beb46ad4188089f4ed7eac6ce5d68d05ed 100644
(file)
--- a/
misoclib/soc/__init__.py
+++ b/
misoclib/soc/__init__.py
@@
-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