Skip to content

Commit

Permalink
gateware.flash_bridge: fix port in platforms that share it with Apollo
Browse files Browse the repository at this point in the history
Use the new apollo_gateware_phy property introduced in
greatscottgadgets/luna#269.
  • Loading branch information
mndza committed Jul 5, 2024
1 parent 2523d9a commit dd1a5ae
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 @@ -299,7 +299,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 dd1a5ae

Please sign in to comment.