Administrator
|
'=0' and '=1' are illegal. You want to use '=false' and '=true'.
'true' and 'false' automatically expand to match bus width so you can say, for example
Add16(a=in, b=true, out=out);
to make a Dec16.
--Mark
[Please edit you post to remove the link to an otherwise good Inc16.]
|