We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3222448 commit 62fb334Copy full SHA for 62fb334
Inc16.hdl
@@ -13,6 +13,6 @@ CHIP Inc16 {
13
OUT out[16];
14
15
PARTS:
16
- // the input of the Add16 is a=in[16] and b= LSB is 1 while the other digit are zero
+ // the input of the Add16 is a=in[16] and b= LSB is 1 while the other digit are zeros
17
Add16(a=in, b[1..15]=false, b[0]=true,out=out);
18
}
0 commit comments