liteeth/gen: remove semi-colon (thanks @davidcorrigan714).

This commit is contained in:
Florent Kermarrec 2021-01-27 08:35:38 +01:00
parent 7448170390
commit 9edf5d393f
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ class PHYCore(SoCMini):
pads = platform.request("rgmii_eth"),
with_hw_init_reset = False) # FIXME: required since sys_clk = eth_rx_clk.
else:
raise ValueError("Unsupported PHY");
raise ValueError("Unsupported PHY")
self.submodules.ethphy = ethphy
self.add_csr("ethphy")