diff --git a/litex_boards/targets/fomu.py b/litex_boards/targets/fomu.py index a803595..7ff1cf1 100755 --- a/litex_boards/targets/fomu.py +++ b/litex_boards/targets/fomu.py @@ -83,7 +83,6 @@ class BaseSoC(SoCCore): # Serial ----------------------------------------------------------------------------------- # FIXME: do proper install of ValentyUSB. - # FIXME: replace IoBuf with https://github.com/im-tomu/valentyusb/blob/master/valentyusb/usbcore/io.py#L13-L61. os.system("git clone https://github.com/litex-hub/valentyusb -b hw_cdc_eptri") sys.path.append("valentyusb")