Posted by UVM_Xplorer on Jul 27, 2018
UVM Constraint random verification #uvm #systemverilog Hi All, I am trying to set the constraint and not sure how to achieve the desired result. //code start typedef enum bit [7:0] {instr1, instr2, instr3, instr4, instr5} e_instr; // I have an enum with s ...
Question