Posted by rag123 on Jul 4, 2021
UVM #uvm Hi, 1) What is the right syntax for defining bins in coverage for enum? The below syntax doesnt seem to compile. typedef enum {READ, WRITE} kind_e; READ_WRITE: coverpoint trans.apb_cmd {bins apb_cmd [] = {[trans.apb_cmd. first: trans.apb_cmd. l ...
Question