niyander
Guest
Thu Jul 29, 2010 2:34 am
hi,
can any one please tell me that is it possible to synthesize a
clockless design, 100% working?
few days back i was reading a book on vhdl, there author quoted an
example of floating point adder and in that example clock was not
used.
thanks
backhus
Guest
Thu Jul 29, 2010 9:33 am
On 29 Jul., 03:19, niyander <mightycatniyan...@gmail.com> wrote:
Quote:
hi,
can any one please tell me that is it possible to synthesize a
clockless design, 100% working?
few days back i was reading a book on vhdl, there author quoted an
example of floating point adder and in that example clock was not
used.
thanks
Hi,
sure it is possible.
I does not always make sense, but possible it is.
When you are reading abooks on VHDL, keep in mind that there are now
several target technologies that can be used for HDL designs.
e.g. CPLDs, FPGAs and ASICs.
Each has its special strengths and weaknesses.
Large combinatorical blocks like the mentioned example are good for
ASICs, where FFs are expensive and silicon is fast with a fine logic
granulation (down to single gates).
While in FPGAs FFs are cheap and logic granulation is higher (4 or 6
input LUTs). Best performance is acheived here by using pipelined
architectures.
Have a nice synthesis
Eilert