dipin
Full Member level 4
- Joined
- Jul 16, 2014
- Messages
- 223
- Helped
- 14
- Reputation
- 28
- Reaction score
- 14
- Trophy points
- 18
- Activity points
- 1,731
Hi,
i have designed a circuit in verilog to find the square root. for N bit width input it will give output in N/2+1 clock cycle.
i have checked xilinx ipcore for this. in xilinx ip core , for the first output it takes 5 clockcycle and after
that every clockcycle it gives output.(in mine after one input ,next one again take 5 clock cycle).
i think the solution for this is to pipeline my design . but my design is like shifting two position left followed by
substraction. so is there any way to do pipelining .did anybody have any documents or sample code please
share it with me .
thanks & regards
i have designed a circuit in verilog to find the square root. for N bit width input it will give output in N/2+1 clock cycle.
i have checked xilinx ipcore for this. in xilinx ip core , for the first output it takes 5 clockcycle and after
that every clockcycle it gives output.(in mine after one input ,next one again take 5 clock cycle).
i think the solution for this is to pipeline my design . but my design is like shifting two position left followed by
substraction. so is there any way to do pipelining .did anybody have any documents or sample code please
share it with me .
thanks & regards