gen/fhdl/structure: fix Display

This commit is contained in:
Florent Kermarrec 2016-05-18 12:41:29 +02:00
parent 36fd466324
commit 6fe3e1237d
1 changed files with 1 additions and 1 deletions

View File

@ -719,7 +719,7 @@ class _Fragment:
self.clock_domains += other.clock_domains
return self
class Display:
class Display(_Statement):
def __init__(self, s, *args):
self.s = s
self.args = args