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 95b2446 commit e13b564Copy full SHA for e13b564
tests/test_qspi.py
@@ -7,7 +7,7 @@
7
from amaranth.lib.wiring import In, Out, connect
8
from amaranth.sim import *
9
10
-from chipflow_digital_ip.memory.qspi_flash import WishboneQSPIFlashController, QSPIMode
+from chipflow_digital_ip.memory._qspi_flash import WishboneQSPIFlashController, QSPIMode
11
12
13
class _QSPIFlashCommand(enum.Enum, shape=8):
0 commit comments