Skip to content

Commit

Permalink
soc: use new location of gpio module
Browse files Browse the repository at this point in the history
sbourdeauducq committed Apr 2, 2015
1 parent 6973c0f commit 88a1707
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion soc/targets/artiq_kc705.py
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
from migen.bank import wbgen
from mibuild.generic_platform import *

from misoclib.cpu.peripherals import gpio
from misoclib.com import gpio
from misoclib.soc import mem_decoder
from targets.kc705 import BaseSoC

2 changes: 1 addition & 1 deletion soc/targets/artiq_pipistrello.py
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
from migen.bank import wbgen
from mibuild.generic_platform import *

from misoclib.cpu.peripherals import gpio
from misoclib.com import gpio
from targets.pipistrello import BaseSoC

from artiq.gateware import rtio, ad9858
2 changes: 1 addition & 1 deletion soc/targets/artiq_ppro.py
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
from migen.bank import wbgen
from mibuild.generic_platform import *

from misoclib.cpu.peripherals import gpio
from misoclib.com import gpio
from misoclib.mem.sdram.core.minicon import MiniconSettings
from targets.ppro import BaseSoC

0 comments on commit 88a1707

Please sign in to comment.