overflow fix

This commit is contained in:
2024-12-26 01:24:14 +03:00
parent 2f91f173de
commit 59169c0fff
4 changed files with 356 additions and 484 deletions

View File

@@ -33,9 +33,9 @@ initial begin
#10 $finish;
end
initial begin
//initial begin
// Monitor the values of Y and overflow
$monitor("At time %t: A = %b, B = %b, Y = %b, BorrowOut = %b, overflow = %b", $time, A, B, Y, BorrowOut, overflow);
end
// $monitor("At time %t: A = %b, B = %b, Y = %b, BorrowOut = %b, overflow = %b", $time, A, B, Y, BorrowOut, overflow);
//end
endmodule