by Tricky <Trickyhead@[EMAIL PROTECTED]
>
Jun 25, 2008 at 12:47 AM
On 25 Jun, 07:28, rahul.bajai...@[EMAIL PROTECTED]
wrote:
> i am new in VHDL coding, could any body can tell me, whats difference
> between C and VHDL. how implementation differs and how to decide, what
> part of code should be run on chip and what on system.
C is a programming language that described a series of procedural
instructions to be run one after the other on a CPU.
VHDL is a Hardware description language (ie. Very high speed
integrated circuit Hardware Description Language) and is therefor NOT
a programming language. You could not use it to create a program to
run on any CPU. It describes concurrent digital logic.
They are two very different things. In theory, for example, you could
use VHDL to describe a CPU, then use C to run a program on the
processor you have described in VHDL.