K
Kuan Zhou
Guest
Hi,
I read a piece of code as follows:
.....
port(a,b: IN integer; c: OUT integer);
.....
Architecture error_arch2 of math_test IS
Begin
c <= a/5;
.....
The error message for c<=a/5 in the synthesis is: The second operand
must be a power of two.
Can anybody explain it to me?
Kuan
I read a piece of code as follows:
.....
port(a,b: IN integer; c: OUT integer);
.....
Architecture error_arch2 of math_test IS
Begin
c <= a/5;
.....
The error message for c<=a/5 in the synthesis is: The second operand
must be a power of two.
Can anybody explain it to me?
Kuan