Go Back   Velocity Reviews > Newsgroups > VHDL
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

VHDL - ADC and DAC Converters VHDL model

 
Thread Tools Search this Thread
Old 11-22-2006, 03:34 PM   #1
Default ADC and DAC Converters VHDL model


Iam designing a system that includes an ADC and DAC Converters. In
order to simulate it, I need the models of the converters, if it would
be possible in VHDL lenguaje. Thank you.

__________________________________________________ _____________________

Xabier Iturbe
Area de Electrónica
IKERLAN
Pº J. M. Arizmendiarrieta, 2
20500 Mondragón (Gipuzkoa)
Tel.: +34 943 71 24 00 Fax: +34 943 79 69 44
E-mail: http: www.ikerlan.es
IK4 Research Alliance
__________________________________________________ _____________________



Xabier Iturbe
  Reply With Quote
Old 11-22-2006, 03:51 PM   #2
Ajeetha
 
Posts: n/a
Default Re: ADC and DAC Converters VHDL model

It is possible to model ADC/DAC in VHDL. It has real data type and
necessary procedural constructs for it. However if you want to model
pure analog things like oscialltor, jitter etc. it gets tricky. An
approximate model say using "successive approximation" algorithm is
doable in VHDL. I've done it in the past for a customer of mine, sorry
can't share the source code.

HTH
Ajeetha, CVC
www.noveldv.com

  Reply With Quote
Old 11-22-2006, 07:02 PM   #3
Mike Treseler
 
Posts: n/a
Default Re: ADC and DAC Converters VHDL model

Xabier Iturbe wrote:
> Iam designing a system that includes an ADC and DAC Converters. In
> order to simulate it, I need the models of the converters, if it would
> be possible in VHDL lenguaje. Thank you.


I would write a simple, but cycle-accurate model
of the digital interfaces and use an integer port
to represent the analog pin. Note that some
vendors may have already done this for you.

-- Mike Treseler
  Reply With Quote
Old 11-22-2006, 08:49 PM   #4
Paul Floyd
 
Posts: n/a
Default Re: ADC and DAC Converters VHDL model

On 22 Nov 2006 07:34:26 -0800, Xabier Iturbe <> wrote:
> Iam designing a system that includes an ADC and DAC Converters. In
> order to simulate it, I need the models of the converters, if it would
> be possible in VHDL lenguaje. Thank you.


Depending on the analog content, this might be suitable for VHDL-AMS.

A+
Paul
--
Paul Floyd http://paulf.free.fr (for what it's worth)
Not speaking for Mentor Graphics.
  Reply With Quote
Old 11-23-2006, 03:16 AM   #5
FMF
 
Posts: n/a
Default Re: ADC and DAC Converters VHDL model

There are some behavioral models of ADCs and DACs at
http://www.freemodelfoundry.com/converters_vhdl.php. They use reals for
the analog ports.


Xabier Iturbe wrote:
> Iam designing a system that includes an ADC and DAC Converters. In
> order to simulate it, I need the models of the converters, if it would
> be possible in VHDL lenguaje. Thank you.
>
> __________________________________________________ _____________________
>
> Xabier Iturbe
> Area de Electrónica
> IKERLAN
> Pº J. M. Arizmendiarrieta, 2
> 20500 Mondragón (Gipuzkoa)
> Tel.: +34 943 71 24 00 Fax: +34 943 79 69 44
> E-mail: http: www.ikerlan.es
> IK4 Research Alliance
> __________________________________________________ _____________________
>


  Reply With Quote
Old 11-23-2006, 07:23 AM   #6
Xabier Iturbe
 
Posts: n/a
Default Re: ADC and DAC Converters VHDL model

Thank you a lot. It is a wonderful help !!!!


__________________________________________________ _____________________

Xabier Iturbe
Area de Electrónica
IKERLAN
Pº J. M. Arizmendiarrieta, 2
20500 Mondragón (Gipuzkoa)
Tel.: +34 943 71 24 00 Fax: +34 943 79 69 44
E-mail: http: www.ikerlan.es
IK4 Research Alliance
__________________________________________________ _____________________

  Reply With Quote
Old 05-16-2008, 08:03 AM   #7
rtl.engineer
Junior Member
 
Join Date: May 2008
Posts: 2
Default

Quote:
Originally Posted by FMF
There are some behavioral models of ADCs and DACs at
http://www.freemodelfoundry.com/converters_vhdl.php. They use reals for
the analog ports.


Xabier Iturbe wrote:
> Iam designing a system that includes an ADC and DAC Converters. In
> order to simulate it, I need the models of the converters, if it would
> be possible in VHDL lenguaje. Thank you.
>
> __________________________________________________ _____________________
>
> Xabier Iturbe
> Area de Electrónica
> IKERLAN
> Pº J. M. Arizmendiarrieta, 2
> 20500 Mondragón (Gipuzkoa)
> Tel.: +34 943 71 24 00 Fax: +34 943 79 69 44
> E-mail: http: www.ikerlan.es
> IK4 Research Alliance
> __________________________________________________ _____________________
>
Does the vhdl code from "http://www.freemodelfoundry.com/converters_vhdl.php" work still. because the ieee vital standard no longer recommends the usage of real datatype in the entity part of the declaration.

Please do clarify me with this.
rtl.engineer is offline   Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump