mirror of
https://github.com/corundum/corundum.git
synced 2025-01-16 08:12:53 +08:00
Fix multi-driven net issue
This commit is contained in:
parent
7d0f3ef7a1
commit
e7b6f43c8c
@ -474,7 +474,6 @@ always @* begin
|
|||||||
m_axis_read_desc_status_valid_next = 1'b1;
|
m_axis_read_desc_status_valid_next = 1'b1;
|
||||||
|
|
||||||
m_axi_rready_next = 1'b0;
|
m_axi_rready_next = 1'b0;
|
||||||
s_axis_read_desc_ready_next = enable;
|
|
||||||
axis_state_next = AXIS_STATE_IDLE;
|
axis_state_next = AXIS_STATE_IDLE;
|
||||||
end else begin
|
end else begin
|
||||||
// more cycles in AXI transfer
|
// more cycles in AXI transfer
|
||||||
|
Loading…
x
Reference in New Issue
Block a user