mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
gen/fhdl/structure: fix Display
This commit is contained in:
parent
36fd466324
commit
6fe3e1237d
1 changed files with 1 additions and 1 deletions
|
@ -719,7 +719,7 @@ class _Fragment:
|
||||||
self.clock_domains += other.clock_domains
|
self.clock_domains += other.clock_domains
|
||||||
return self
|
return self
|
||||||
|
|
||||||
class Display:
|
class Display(_Statement):
|
||||||
def __init__(self, s, *args):
|
def __init__(self, s, *args):
|
||||||
self.s = s
|
self.s = s
|
||||||
self.args = args
|
self.args = args
|
||||||
|
|
Loading…
Reference in a new issue