meta: formatting
This commit is contained in:
parent
d86c5f1fe6
commit
90c52030d0
|
|
@ -15,7 +15,9 @@ class EthernetInterface(Elaboratable):
|
||||||
machine and the FPGA.
|
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
|
This function is the main mechanism for configuring an Ethernet
|
||||||
Interface in an Amaranth-native design.
|
Interface in an Amaranth-native design.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue