Hi,
I am facing a problem with two variable-based transition coverage.
example:
//having 2 variables indicating wr and rd, and wr_resp and rd_resp.
// x = {0=>wr, 1=>rd}
// y = {0=>wr_resp, 1=>rd_resp}
// want to cover x(0) => y(1). (in terms of transition coverage.)
if anyone helps me out with mentioned problem…