From 9153270adcd1fda03fe9c2c47748d474881a22c3 Mon Sep 17 00:00:00 2001 From: Fischer Moseley <42497969+fischermoseley@users.noreply.github.com> Date: Sat, 7 Sep 2024 15:01:57 -0600 Subject: [PATCH] meta: formatting --- src/manta/ethernet/__init__.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/manta/ethernet/__init__.py b/src/manta/ethernet/__init__.py index 216cc6a..b17d027 100644 --- a/src/manta/ethernet/__init__.py +++ b/src/manta/ethernet/__init__.py @@ -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.