Forum Discussion
sstrell
Super Contributor
5 years agoAs the error states, S1carry must be a variable data type because it's on the left-hand side of assignments inside the always block. Thus, it should be reg instead of wire.
#iwork4intel
As the error states, S1carry must be a variable data type because it's on the left-hand side of assignments inside the always block. Thus, it should be reg instead of wire.
#iwork4intel