From: PureSine on
Hello, I need to do some DSP operations preferably with Spartan 3. I
need to divide output of a fast DDS by a variable but XST says it can
only implement a divider with constants of power of 2.
One way would be to recursively subtract divisor from dividend but that
needs many cycles which is not suitable for me. I prefer to do this
digitally within FPGA. Is there any digital solution preferably with
Spatan ?

Thanks