forked from M-Labs/artiq
eem_7series: pass through kwargs for shuttler
This commit is contained in:
parent
96941d7c04
commit
de41bd6655
|
@ -141,7 +141,7 @@ def peripheral_shuttler(module, peripheral, **kwargs):
|
||||||
port, port_aux = peripheral["ports"]
|
port, port_aux = peripheral["ports"]
|
||||||
else:
|
else:
|
||||||
raise ValueError("wrong number of ports")
|
raise ValueError("wrong number of ports")
|
||||||
eem.Shuttler.add_std(module, port, port_aux)
|
eem.Shuttler.add_std(module, port, port_aux, **kwargs)
|
||||||
|
|
||||||
peripheral_processors = {
|
peripheral_processors = {
|
||||||
"dio": peripheral_dio,
|
"dio": peripheral_dio,
|
||||||
|
|
Loading…
Reference in New Issue