Skip to content

Commit

Permalink
Merge pull request #98 from mndza/fix-flash-bridge-phy
Browse files Browse the repository at this point in the history
gateware.flash_bridge: fix port in platforms that share it with Apollo
  • Loading branch information
mossmann authored Jul 5, 2024
2 parents 0ca6bbe + dd1a5ae commit 3a0e3a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apollo_fpga/gateware/flash_bridge.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ def elaborate(self, platform):
m.submodules.car = platform.clock_domain_generator()

# Create our USB device interface...
phy_name = platform.default_usb_connection
phy_name = platform.apollo_gateware_phy
ulpi = platform.request(phy_name)
m.submodules.usb = usb = USBDevice(bus=ulpi)

Expand Down

0 comments on commit 3a0e3a2

Please sign in to comment.