Altera_Forum
Honored Contributor
15 years agoProgrammable delay line in CycloneIII
hi all,
I'm trying to develop a programmable delay line into a Cyclone III FPGA, because a I would create a pulse with a specific length, on rising edge of "ingresso". My idea is this: http://i56.tinypic.com/2mwbhft.png; I map "smalldelay" 's Lcell into different LogicLock Region (delT0~delT7 in figure), so I want exploit delay of interconnection to do the work. My problem is that I can map lcell's, but I cannot map wires, so the delays aren't controlled (for example, last simulation give 0,201ns, 0,247ns, 0,793ns, 0,596ns, 1,89ns, 1,53ns, 1,735ns, 1,675ns so nor equally spaced nor monotonic). Is there a method to control wire placing? Or better to specify the wire delays and then the fitter choose the best path? any feedback are welcome!! Alessandro Ruggeri.