platforms/tinyfpga_bx: add serial extension

This commit is contained in:
Florent Kermarrec 2019-07-13 11:43:16 +02:00
parent 831a191698
commit 7dbddb3a56
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ class Platform(LatticePlatform):
def __init__(self):
LatticePlatform.__init__(self, "ice40-lp8k-cm81", _io, _connectors, toolchain="icestorm")
self.add_extension(serial)
def create_programmer(self):
return TinyProgProgrammer()