Open
Description
Hi, @alexforencich
I am doing a formal verificaion for verilog-axi IPs, see my repo verilog-axi-formal. And I found an AXI4 lite handshake issue with axil_ram interface, the aw/w-ready is assert with bvalid at the same clock, see the code below
Lines 118 to 124 in 314ea7d
And the AXI standard says,
the slave must wait for both WVALID and WREADY to be asserted before asserting BVALID
An explain from https://community.arm.com/ is here
Which means bvalid should at least one clock after wready.
Metadata
Metadata
Assignees
Labels
No labels