mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
gen/fhdl/verilog: Make DummyAttrTranslate a dict.
This commit is contained in:
parent
bf52c1083f
commit
b2f8fa5464
1 changed files with 1 additions and 1 deletions
|
@ -369,7 +369,7 @@ def _printspecials(overrides, specials, ns, add_data_file, attr_translate):
|
|||
return r
|
||||
|
||||
|
||||
class DummyAttrTranslate:
|
||||
class DummyAttrTranslate(dict):
|
||||
def __getitem__(self, k):
|
||||
return (k, "true")
|
||||
|
||||
|
|
Loading…
Reference in a new issue