Skip to content

Commit 62834a6

Browse files
committed
Fix qspi test for API changes
1 parent 8912f65 commit 62834a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_qspi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from amaranth.lib.wiring import In, Out, connect
88
from amaranth.sim import *
99

10-
from chipflow_digital_ip.memory.qspi_flash import WishboneQSPIFlashController, QSPIMode
10+
from chipflow_digital_ip.memory._qspi_flash import WishboneQSPIFlashController, QSPIMode
1111

1212

1313
class _QSPIFlashCommand(enum.Enum, shape=8):

0 commit comments

Comments
 (0)