S
sonny
Guest
Hi
A question to ask about synthesizable codes.
i have read some posts here about division issues.
in my code i should use two integer values, which are signals and
variables. and they need to be divided by 2, 4, 6, 8 and so on. i
heard that / and rem are synthesizable if the first operand is a power
of 2?
for example,
integer / integer (1st operand)
integer rem integer (1st operand)
any kinda posts will be helpful....thx
sonny
A question to ask about synthesizable codes.
i have read some posts here about division issues.
in my code i should use two integer values, which are signals and
variables. and they need to be divided by 2, 4, 6, 8 and so on. i
heard that / and rem are synthesizable if the first operand is a power
of 2?
for example,
integer / integer (1st operand)
integer rem integer (1st operand)
any kinda posts will be helpful....thx
sonny