whitespace

This commit is contained in:
Robert Jördens 2022-09-02 14:54:18 +00:00
parent cf48232a90
commit 25c0dc4688
1 changed files with 1 additions and 1 deletions

View File

@ -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)