Error-[SE] Syntax error
Following verilog source has syntax error :
Illegal identfier in binsof expression. Coverpoint identifier used
in this cross is expected.
"TESTBENCH/classes/env/atu_coverage.sv",
91: token is ')', column 94
bins wpmac = binsof (W_CID.LOW) && binsof (W_DID.LOW) ;
9 warnings
1 error
n what is the mistake here:-
W_PM_ACESS: cross addr_user_aw_cid , addr_user_aw_did {
bins wpmac = binsof (W_CID.LOW) && binsof (W_DID.LOW) ;
}