Maitry07
Advanced Member level 4

Hello support team,
I am using some of the xilinx ready available cores like divider generator, CORDIC etc, in which during implementation, the latency information is written inside the core. for example, divider core is having latency of 4 clock cycles. My divider core is working with a clock of 61.44 MHz.
So, latency for the core : 1/4*61.44 MHz = 4.06 nsec
But , how to estimate the latency for the own generated VHDL module. let's say I have written one vhdl code for averging.
so this code will take how much delay between its input and output? how can I estimate that in vivado? can anyone please let me know.
I am using some of the xilinx ready available cores like divider generator, CORDIC etc, in which during implementation, the latency information is written inside the core. for example, divider core is having latency of 4 clock cycles. My divider core is working with a clock of 61.44 MHz.
So, latency for the core : 1/4*61.44 MHz = 4.06 nsec
But , how to estimate the latency for the own generated VHDL module. let's say I have written one vhdl code for averging.
so this code will take how much delay between its input and output? how can I estimate that in vivado? can anyone please let me know.