We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f855225 commit e7032edCopy full SHA for e7032ed
lambdalib/cores/usb/utmi.py
@@ -35,7 +35,7 @@ def elaborate(self, platform):
35
o_utmi_rxactive_o=self.utmi.rx_active,
36
o_utmi_rxerror_o=self.utmi.rx_error,
37
o_utmi_linestate_o=self.utmi.line_state)
38
- instance_file = importlib.resources.files() / "ulpi_wrapper.v"
+ instance_file = importlib.resources.files("lambdalib.cores.usb") / "ulpi_wrapper.v"
39
with instance_file.open("rt") as f:
40
platform.add_file("ulpi_wrapper.v", f)
41
0 commit comments