Skip to content

Commit

Permalink
Add missing ethernet_controller_wrapper port
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuan-Mao committed Feb 16, 2023
1 parent 9f23a39 commit a90eb3f
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions ethernet_controller/rtl/zedboard/ethernet_controller_wrapper.sv
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ module ethernet_controller_wrapper #
, input logic clk250_i
, input logic clk250_reset_i

, input logic tx_clk_gen_reset_i

, output logic tx_clk_o
, input logic tx_reset_i

Expand Down Expand Up @@ -65,10 +67,11 @@ module ethernet_controller_wrapper #
,.reset_i
,.clk250_i
,.clk250_reset_i
,.tx_clk_o(tx_clk_o)
,.tx_reset_i(tx_reset_i)
,.rx_clk_o(rx_clk_o)
,.rx_reset_i(rx_reset_i)
,.tx_clk_gen_reset_i
,.tx_clk_o
,.tx_reset_i
,.rx_clk_o
,.rx_reset_i

,.addr_i
,.write_en_i
Expand Down

0 comments on commit a90eb3f

Please sign in to comment.