integration/soc: rename usb_cdc to usb_acm.
As discussed on Discord recently.
This commit is contained in:
parent
0a1afbf66f
commit
b82b3b7ecf
|
@ -958,8 +958,8 @@ class LiteXSoC(SoC):
|
||||||
tx_fifo_depth = fifo_depth,
|
tx_fifo_depth = fifo_depth,
|
||||||
rx_fifo_depth = fifo_depth))
|
rx_fifo_depth = fifo_depth))
|
||||||
|
|
||||||
# USB CDC (with ValentyUSB core)
|
# USB ACM (with ValentyUSB core)
|
||||||
elif name in ["usb_cdc"]:
|
elif name in ["usb_acm"]:
|
||||||
import valentyusb.usbcore.io as usbio
|
import valentyusb.usbcore.io as usbio
|
||||||
import valentyusb.usbcore.cpu.cdc_eptri as cdc_eptri
|
import valentyusb.usbcore.cpu.cdc_eptri as cdc_eptri
|
||||||
usb_pads = self.platform.request("usb")
|
usb_pads = self.platform.request("usb")
|
||||||
|
|
Loading…
Reference in New Issue