We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9072647 commit a91bb48Copy full SHA for a91bb48
artiq/gateware/soc.py
@@ -1,5 +1,5 @@
1
from misoclib.soc import mem_decoder
2
-from misoclib.cpu.peripherals import timer
+from misoclib.cpu import timer
3
4
from artiq.gateware import amp
5
soc/targets/artiq_kc705.py
@@ -6,7 +6,6 @@
6
7
from misoclib.com import gpio
8
9
10
from targets.kc705 import MiniSoC
11
12
from artiq.gateware.soc import AMPSoC
0 commit comments