Merge pull request #160 from whiteb3ar/master

phy/ecp5rgmii.py: In-Band Status CSRField("clock_speed") size fixed
This commit is contained in:
enjoy-digital 2024-04-14 08:26:23 +02:00 committed by GitHub
commit e209a1c697
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ class LiteEthPHYRGMIIRX(LiteXModule):
("``0b0``", "Link down."),
("``0b1``", "Link up."),
]),
CSRField("clock_speed", size=1, values=[
CSRField("clock_speed", size=2, values=[
("``0b00``", "2.5MHz (10Mbps)."),
("``0b01``", "25MHz (100MBps)."),
("``0b10``", "125MHz (1000MBps)."),