Archived
1
0

alu bugfix

This commit is contained in:
Erick
2022-03-07 02:16:33 +01:00
parent 58431ec27f
commit e8be158685
2 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ package adder16 (
wire [15:0]c
);
lookahead(c, a, b);
c = lookahead(c, a, b);
adder(sum16[0], carry16[0] = c[0], a16[0], b16[0],);
adder(sum16[1], carry16[1] = c[1], a16[1], b16[1]);