class rgb_matrix; typedef enum {RED, GREEN, BLUE} val_e; rand val_e mda[3][3]; constraint check{ count_check(mda) == 1'b0; } function bit ...
確定! 回上一頁