forked from M-Labs/artiq
whitespace
This commit is contained in:
parent
cf48232a90
commit
25c0dc4688
|
@ -130,7 +130,7 @@ def peripheral_phaser(module, peripheral, **kwargs):
|
||||||
def peripheral_hvamp(module, peripheral, **kwargs):
|
def peripheral_hvamp(module, peripheral, **kwargs):
|
||||||
if len(peripheral["ports"]) != 1:
|
if len(peripheral["ports"]) != 1:
|
||||||
raise ValueError("wrong number of ports")
|
raise ValueError("wrong number of ports")
|
||||||
eem.HVAmp.add_std(module, peripheral["ports"][0],
|
eem.HVAmp.add_std(module, peripheral["ports"][0],
|
||||||
ttl_simple.Output, **kwargs)
|
ttl_simple.Output, **kwargs)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue