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

Use correct clocks

This commit is contained in:
Alex Forencich 2019-05-14 18:57:01 -07:00
parent 7b33dde069
commit 5581a76c0b

View File

@ -288,8 +288,8 @@ always @* begin
end
end
always @(posedge a_clk) begin
if (a_rst) begin
always @(posedge b_clk) begin
if (b_rst) begin
last_read_b_reg <= 1'b0;
s_axil_b_awready_reg <= 1'b0;