Open ghost opened 4 years ago
There are no latency constraints in the AXI standard. The wvalid signal can come whenever it wants after awvalid has been issued. You can rely on the data being valid when wvalid is high. If wvalid is low anything may happen, its not defined.
Although write_data is valid, writte_valid signal is coming with a 1 cycle latency to the AXI master port. Is'nt it an AXI protocol error?! Please check it.