mirror of
https://github.com/fpganinja/taxi.git
synced 2025-12-09 17:08:38 -08:00
example/VCU118: Clarify MDIO prescaler setting
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
@@ -372,7 +372,8 @@ mdio_master_inst (
|
|||||||
|
|
||||||
.busy(),
|
.busy(),
|
||||||
|
|
||||||
.prescale(8'd3)
|
// The TI DP83867IS PHY chip supports an MDC frequency of 25 MHz
|
||||||
|
.prescale(8'(125/25/2))
|
||||||
);
|
);
|
||||||
|
|
||||||
// QSFP28
|
// QSFP28
|
||||||
|
|||||||
Reference in New Issue
Block a user