mirror of
https://github.com/alexforencich/verilog-ethernet.git
synced 2025-01-14 06:43:18 +08:00
Fix signal name
This commit is contained in:
parent
1d61626785
commit
2abb413854
@ -80,7 +80,7 @@ wire clk_200mhz_bufg;
|
|||||||
wire clk_200mhz_mmcm_out;
|
wire clk_200mhz_mmcm_out;
|
||||||
|
|
||||||
// Internal 125 MHz clock
|
// Internal 125 MHz clock
|
||||||
wire clk_200mhz_int;
|
wire clk_int;
|
||||||
wire rst_int;
|
wire rst_int;
|
||||||
|
|
||||||
wire mmcm_rst = reset;
|
wire mmcm_rst = reset;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user