minor comment changes
This commit is contained in:
@@ -3,3 +3,4 @@
|
|||||||
|
|
||||||
# Folders
|
# Folders
|
||||||
gtkwave
|
gtkwave
|
||||||
|
testbench
|
||||||
+1
-1
@@ -47,7 +47,7 @@ always @(*) begin
|
|||||||
alu_out = tmpOut;
|
alu_out = tmpOut;
|
||||||
end
|
end
|
||||||
|
|
||||||
//TODO: improve this part using increment/decrement logic
|
//TODO: improve following using increment/decrement logic
|
||||||
if (alu_out < 0)
|
if (alu_out < 0)
|
||||||
flag = 0; // negative flag
|
flag = 0; // negative flag
|
||||||
else if (alu_out = 0)
|
else if (alu_out = 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user