projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36fd466
)
gen/fhdl/structure: fix Display
author
Florent Kermarrec
<florent@enjoy-digital.fr>
Wed, 18 May 2016 10:41:29 +0000
(12:41 +0200)
committer
Florent Kermarrec
<florent@enjoy-digital.fr>
Wed, 18 May 2016 10:41:29 +0000
(12:41 +0200)
litex/gen/fhdl/structure.py
patch
|
blob
|
history
diff --git
a/litex/gen/fhdl/structure.py
b/litex/gen/fhdl/structure.py
index 60bd2b8bc1bb86fc83bc4e8af15faf8262abba37..96c2fb27be465d655724b703d96f4a6ddc505274 100644
(file)
--- 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