This commit is contained in:
2024-07-14 04:03:23 +03:00
parent d71ea508e1
commit 927028192e
73 changed files with 2984 additions and 63 deletions

View File

@ -10,7 +10,7 @@ initial begin
$dumpfile("vbibp.vcd");
$dumpvars;
buyruk = 11'b001_0101_0100; #10;
buyruk = 11'b111_0101_0100; #10;
$finish;
end
endmodule