lattice/common: Fix tristate buses with Trellis

Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
David Shah 2019-03-04 10:50:56 +00:00
parent 935f3a5337
commit ebe8f600e1
1 changed files with 8 additions and 7 deletions

View File

@ -57,6 +57,7 @@ class LatticeECPXTrellisTristateImpl(Module):
) )
else: else:
for bit in range(nbits): for bit in range(nbits):
self.specials += \
Instance("TRELLIS_IO", Instance("TRELLIS_IO",
p_DIR="BIDIR", p_DIR="BIDIR",
i_B=io[bit], i_B=io[bit],