forked from M-Labs/artiq
kasli: add second urukul, make clk_sel drive optional
This commit is contained in:
parent
07de7af86a
commit
956098c213
|
@ -252,9 +252,14 @@ class Opticlock(_StandaloneBase):
|
||||||
platform.add_extension(_dio("eem2"))
|
platform.add_extension(_dio("eem2"))
|
||||||
platform.add_extension(_novogorny("eem3"))
|
platform.add_extension(_novogorny("eem3"))
|
||||||
platform.add_extension(_urukul("eem5", "eem4"))
|
platform.add_extension(_urukul("eem5", "eem4"))
|
||||||
|
platform.add_extension(_urukul("eem6"))
|
||||||
|
# platform.add_extension(_zotino("eem7"))
|
||||||
|
|
||||||
# EEM clock fan-out from Si5324, not MMCX
|
# EEM clock fan-out from Si5324, not MMCX
|
||||||
|
try:
|
||||||
self.comb += platform.request("clk_sel").eq(1)
|
self.comb += platform.request("clk_sel").eq(1)
|
||||||
|
except ConstraintError:
|
||||||
|
pass
|
||||||
|
|
||||||
rtio_channels = []
|
rtio_channels = []
|
||||||
for i in range(24):
|
for i in range(24):
|
||||||
|
|
Loading…
Reference in New Issue