platforms/tinyfpga_bx: add serial extension
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Sat, 13 Jul 2019 09:43:16 +0000 (11:43 +0200)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Sat, 13 Jul 2019 09:43:16 +0000 (11:43 +0200)
litex/boards/platforms/tinyfpga_bx.py

index 91ae8404093240aae4666aa221266d10418738c7..70ae8656f8003db9c9b97debd913c8b5d216856f 100644 (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()