From 978fdce95c2007ccf4c17a64927e57487eda11e2 Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Wed, 3 Apr 2019 20:57:10 -0700 Subject: [PATCH] Minor fixes --- example/Arty/fpga/rtl/fpga.v | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/Arty/fpga/rtl/fpga.v b/example/Arty/fpga/rtl/fpga.v index 61c138ce..c64b841c 100644 --- a/example/Arty/fpga/rtl/fpga.v +++ b/example/Arty/fpga/rtl/fpga.v @@ -192,7 +192,7 @@ wire [3:0] sw_int; debounce_switch #( .WIDTH(8), .N(4), - .RATE(25000) + .RATE(125000) ) debounce_switch_inst ( .clk(clk_int), @@ -245,7 +245,7 @@ core_inst ( .led6(led6), .led7(led7), /* - * Ethernet: 1000BASE-T RGMII + * Ethernet: 100BASE-T MII */ .phy_rx_clk(phy_rx_clk), .phy_rxd(phy_rxd),