meta: formatting

This commit is contained in:
Fischer Moseley 2024-09-07 15:01:57 -06:00
parent 2b4d8b56ec
commit 9153270adc
1 changed files with 3 additions and 1 deletions

View File

@ -15,7 +15,9 @@ class EthernetInterface(Elaboratable):
machine and the FPGA.
"""
def __init__(self, phy, clk_freq, fpga_ip_addr, host_ip_addr, udp_port=2001, **kwargs):
def __init__(
self, phy, clk_freq, fpga_ip_addr, host_ip_addr, udp_port=2001, **kwargs
):
"""
This function is the main mechanism for configuring an Ethernet
Interface in an Amaranth-native design.