1
0
mirror of https://github.com/corundum/corundum.git synced 2025-01-16 08:12:53 +08:00

fpga/common: Use async clocking for CMAC

Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
Alex Forencich 2023-10-27 22:40:08 -07:00
parent 18ac7cc4f4
commit 6f2da7c1e9

View File

@ -877,7 +877,7 @@ end
assign tx_rst = tx_rst_reg_2;
assign rx_clk = gt_txusrclk2;
assign rx_clk = gt_rxusrclk2[0];
wire rx_rst_int;