From: Florent Kermarrec Date: Wed, 18 May 2016 10:41:29 +0000 (+0200) Subject: gen/fhdl/structure: fix Display X-Git-Tag: 24jan2021_ls180~1943 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6fe3e1237d821066d3c1e4dc0341a94d80da9164;p=litex.git gen/fhdl/structure: fix Display --- diff --git a/litex/gen/fhdl/structure.py b/litex/gen/fhdl/structure.py index 60bd2b8b..96c2fb27 100644 --- a/litex/gen/fhdl/structure.py +++ b/litex/gen/fhdl/structure.py @@ -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