Archived
1
0

minor comment changes

This commit is contained in:
Erick
2022-03-23 13:05:58 +01:00
parent f93143d860
commit 6642d3853d
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -2,4 +2,5 @@
.out
# Folders
gtkwave
gtkwave
testbench
+1 -1
View File
@@ -47,7 +47,7 @@ always @(*) begin
alu_out = tmpOut;
end
//TODO: improve this part using increment/decrement logic
//TODO: improve following using increment/decrement logic
if (alu_out < 0)
flag = 0; // negative flag
else if (alu_out = 0)