mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
fhdl/autofragment: empty build_fragment by default
This commit is contained in:
parent
2b8dc52c13
commit
6da8eb906f
1 changed files with 1 additions and 1 deletions
|
@ -120,4 +120,4 @@ class FModule:
|
|||
object.__setattr__(self, name, value)
|
||||
|
||||
def build_fragment(self):
|
||||
raise NotImplementedError("FModule.build_fragment needs to be overloaded")
|
||||
pass # do nothing (e.g. module has only submodules)
|
||||
|
|
Loading…
Reference in a new issue