Assertion - WRAP4 and FULLWORD transfer?

In reply to sunils:
Your property syntax is incorrect. You should just write multiple assertion statements.
Also, the antecedent needs more preconditions. Thus, assuming that these are the specs:


ap_wrap4_00: assert property(@(posedge hclk)
  ( cond && (haddr[3:2] = 2'b00) |-> (wrap4_boundary_location = 0)) | // No wrap);  
// cond is the timing control (or condition) that allows the assertion to trigger. 

Ben Cohen
http://www.systemverilog.us/ ben@systemverilog.us
For training, consulting, services: contact Home - My cvcblr