gateware: fix Sayma satellite build.

RTIO clock multiplier was removed from Sayma in 32f22f4c.
pull/1017/head
whitequark 2018-05-13 13:10:39 +00:00
parent 4ed9fdbf27
commit ee4c475cf3
1 changed files with 0 additions and 1 deletions

View File

@ -389,7 +389,6 @@ class Satellite(BaseSoC):
self.submodules += Microscope(platform.request("serial", 1),
self.clk_freq)
self.submodules.rtio_clkmul = _RTIOClockMultiplier(platform, rtio_clk_freq)
rtio_channels = []
for i in range(4):
phy = ttl_simple.Output(platform.request("user_led", i))