完成对4b5b,8b10b的覆盖测试

This commit is contained in:
RuigeLee
2025-09-08 21:45:00 +08:00
parent 561f394b16
commit a6a546a0f9
3 changed files with 34 additions and 3 deletions

View File

@@ -43,8 +43,9 @@ module SimCDRTb(
wire success;
wire failed;
integer seed = 666;
always @(posedge clock) begin
data <= $random;
data <= $random(seed);
end