Skip to content

Commit

Permalink
gateware: adapt to misoc changes
Browse files Browse the repository at this point in the history
sbourdeauducq committed May 6, 2015
1 parent 9072647 commit a91bb48
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion artiq/gateware/soc.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from misoclib.soc import mem_decoder
from misoclib.cpu.peripherals import timer
from misoclib.cpu import timer

from artiq.gateware import amp

1 change: 0 additions & 1 deletion soc/targets/artiq_kc705.py
Original file line number Diff line number Diff line change
@@ -6,7 +6,6 @@

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

from artiq.gateware.soc import AMPSoC

0 comments on commit a91bb48

Please sign in to comment.