hdl.ir: allow explicitly requesting flattening.
This commit is contained in:
parent
6f66885c09
commit
b534e92dd5
4 changed files with 24 additions and 5 deletions
|
|
@ -41,4 +41,7 @@ class Tristate:
|
|||
i_A=self.triple.o,
|
||||
o_Y=self.io,
|
||||
)
|
||||
return m.lower(platform)
|
||||
|
||||
f = m.lower(platform)
|
||||
f.flatten = True
|
||||
return f
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue