hamming fix

This commit is contained in:
2024-11-06 15:43:10 +03:00
parent 1ec83b26a1
commit 7466f916d3
4 changed files with 56 additions and 49 deletions

View File

@ -15,5 +15,6 @@ initial begin
$dumpvars;
value1 = 8'hB0; value2 = 8'hBF; #10;
value1 = 8'hBF; value2 = 8'hBF; #10;
$display(hammingValue);
end
endmodule