Skip to content

Commit

Permalink
CVXIF : Drive rs_valid information
Browse files Browse the repository at this point in the history
Signed-off-by: Ayoub Jalali <[email protected]>
  • Loading branch information
AyoubJalali committed Apr 3, 2023
1 parent a1b6991 commit 3fe9e41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/uvm_agents/uvma_cvxif/src/comps/uvma_cvxif_mon.sv
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ task uvma_cvxif_mon_c::run_phase(uvm_phase phase);
issue_id_lst[i] = i;
req_tr.issue_valid = cntxt.vif.cvxif_req_i.x_issue_valid;
req_tr.issue_req.instr = cntxt.vif.cvxif_req_i.x_issue_req.instr;
req_tr.issue_req.rs_valid = cntxt.vif.cvxif_req_i.x_issue_req.rs_valid;
req_tr.issue_req.id = cntxt.vif.cvxif_req_i.x_issue_req.id;
req_tr.issue_req.mode = cntxt.vif.cvxif_req_i.x_issue_req.mode;
req_tr.issue_ready = cntxt.vif.cvxif_resp_o.x_issue_ready;
Expand Down

0 comments on commit 3fe9e41

Please sign in to comment.