mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
examples/basic/namer: cleanup
This commit is contained in:
parent
71b14ac873
commit
87a68ecd57
1 changed files with 0 additions and 4 deletions
|
@ -19,10 +19,6 @@ class Foo:
|
|||
class Bar:
|
||||
def __init__(self):
|
||||
self.sigs = gen_list(2)
|
||||
|
||||
class Toto:
|
||||
def __init__(self):
|
||||
self.sigs = gen_list(2)
|
||||
|
||||
class Example(Module):
|
||||
def __init__(self):
|
||||
|
|
Loading…
Reference in a new issue