完成对4b5b,8b10b的覆盖测试
This commit is contained in:
@@ -43,8 +43,9 @@ module SimCDRTb(
|
||||
wire success;
|
||||
wire failed;
|
||||
|
||||
integer seed = 666;
|
||||
always @(posedge clock) begin
|
||||
data <= $random;
|
||||
data <= $random(seed);
|
||||
end
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user