spi_engine_interconnect: always construct must not contains mixed assignment types

main
Istvan Csomortani 2020-09-10 19:09:15 +03:00 committed by István Csomortáni
parent 3241924d14
commit 121ac2e97a
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ end
always @(posedge clk) begin
if (resetn == 1'b0) begin
idle = 1'b1;
idle <= 1'b1;
end else begin
if (m_sync_valid == 1'b1 && m_sync_ready == 1'b1) begin
idle <= 1'b1;