Altera_Forum
Honored Contributor
14 years agodelay line
Hello, i'm not expert about fpga so i'd like to read some hints from more expert users.
I need to create a delay line on cyclone II, i will use it to implement a flash tapped delay line based time to digital converter. i need a resolution (lsb) around 100 ps, the resolution of this kind of tdc it's bounded by the propagation delay of the delay element. What should i use to make such a delay line? i read somewhere that the carry chain of the logic cell in arithmetic mode has a propagation delay cin cout of 70 ps (i wonder where i find this info on the datasheet), so i tried to exploit the carry chain using the add_sub megafunction but the place and route tool didn't put it on LEs in arithmetic mode but in logic mode, so i'd like to know if there's a way to force the place and route to configure the logic cells in arithmetic mode and if there's a way to exploit directly the carry chain, i tried with the primitive carry_sum but the compiler ignored it. thx for you help.