Skip to content

Commit a91bb48

Browse files
committedMay 6, 2015
gateware: adapt to misoc changes
1 parent 9072647 commit a91bb48

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
 

‎artiq/gateware/soc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from misoclib.soc import mem_decoder
2-
from misoclib.cpu.peripherals import timer
2+
from misoclib.cpu import timer
33

44
from artiq.gateware import amp
55

‎soc/targets/artiq_kc705.py

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
from misoclib.com import gpio
88
from misoclib.soc import mem_decoder
9-
from misoclib.cpu.peripherals import timer
109
from targets.kc705 import MiniSoC
1110

1211
from artiq.gateware.soc import AMPSoC

0 commit comments

Comments
 (0)