forked from M-Labs/artiq
sayma: set DRTIO master HMC830_REF to 100MHz
This commit is contained in:
parent
e6d1726754
commit
60b22217ce
|
@ -228,7 +228,7 @@ class Master(MiniSoC, AMPSoC, RTMCommon):
|
||||||
**kwargs)
|
**kwargs)
|
||||||
AMPSoC.__init__(self)
|
AMPSoC.__init__(self)
|
||||||
RTMCommon.__init__(self)
|
RTMCommon.__init__(self)
|
||||||
self.config["HMC830_REF"] = "150"
|
self.config["HMC830_REF"] = "100"
|
||||||
|
|
||||||
platform = self.platform
|
platform = self.platform
|
||||||
rtio_clk_freq = 150e6
|
rtio_clk_freq = 150e6
|
||||||
|
|
Loading…
Reference in New Issue