Skip to content

Commit 88a1707

Browse files
committedApr 2, 2015
soc: use new location of gpio module
1 parent 6973c0f commit 88a1707

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

Diff for: ‎soc/targets/artiq_kc705.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from migen.bank import wbgen
44
from mibuild.generic_platform import *
55

6-
from misoclib.cpu.peripherals import gpio
6+
from misoclib.com import gpio
77
from misoclib.soc import mem_decoder
88
from targets.kc705 import BaseSoC
99

Diff for: ‎soc/targets/artiq_pipistrello.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from migen.bank import wbgen
44
from mibuild.generic_platform import *
55

6-
from misoclib.cpu.peripherals import gpio
6+
from misoclib.com import gpio
77
from targets.pipistrello import BaseSoC
88

99
from artiq.gateware import rtio, ad9858

Diff for: ‎soc/targets/artiq_ppro.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from migen.bank import wbgen
44
from mibuild.generic_platform import *
55

6-
from misoclib.cpu.peripherals import gpio
6+
from misoclib.com import gpio
77
from misoclib.mem.sdram.core.minicon import MiniconSettings
88
from targets.ppro import BaseSoC
99

0 commit comments

Comments
 (0)
Please sign in to comment.