LOGIN   :::   RECOVER PASS   :::   GET ACCOUNT    
Browse
  • Projects
  • Code (CVS)
  • Forums
  • News
  • Articles
  • Polls
  •  
    OpenCores
  • FAQ
  • CVS HowTo
  • Mission
  • Media
  • Tools
  • Sponsors
  • Mirrors
  • Logos
  • Contact us
  •  
    Tools
  • Search
      
  • Download Cores (CVSGet)
  •  
    More
  • Wishbone
  • Perlilog
  • EDA tools
  • OpenTech CD
  •  
    Navigation: All forums > Cores > Message List > Message Post

    Message

    Reply | Reply all
    Date Prev | Date Next | Thread Prev | Thread Next Date Index | Thread Index

    From: "Gang Xu" <gxu@e...>
    Date: Fri, 24 Jan 2003 09:51:15 +0100
    Subject: RE: [oc] ADC code source ???
    Top

    The ADC code can be described by AHDL (Verilog-A, etc.), but it is almost
    impossible to synthesize. Some tools can simulate the codes together with
    VHDL or Verilog, such as AnalogArtist(Cadence), etc. You can describe a
    commerical ADC according to its specification in AHDL. Furthermore, some HDL
    support both analog and digital, such as Verilog-AMS.
    Xu Gang
    
    -----Original Message-----
    From: owner-cores@o... [mailto:owner-cores@o...]On
    Behalf Of Lars Segerlund
    Sent: den 24 januari 2003 07:56
    To: cores@o...
    Subject: Re: [oc] ADC code source ???
    
    
    
    
    Niclas Hedhman wrote:
    > On Wednesday 22 January 2003 18:21, Dharmeshbhai PATEL wrote:
    >
    >>Hi list,
    >>
    >>I'm searching a Analog to Digital converter (ADC) vhdl or verilog code
    >>source. I'm also interrested by some documentation and also a
    >>test-bench.
    >>If anyone has something about please help me and let me know if there is
    >>a web-site for this..... Thanks a lot in advance.
    >
    >
    > If I understand the subject correctly (and I am awfully new to this and
    try
    > learning by answering questions) HDLs currently have no support for analog
    > circuitry, and FPGAs certainly does not have it.
    >
    > That said however, you should be able to make ADC support on-chip with a
    > couple of external analog circuits to implement the ADC. There are
    numerous
    > ways to implement an ADC this way, switched capacitor, stepper and
    > integrating comes to my mind right now.
    > Your requirement would determine the best choice.
    > But you will need at least an op-amp or a comparator off-chip, and some
    > resistors. If you don't have a external Sample-Hold, you can also forget
    > about an integrating ADC.
    > And considering the low-cost, small form factor of modern ADCs, I don't
    think
    > it is worthwhile bothering.
    > 
    >
    
      Actually, you can use a delta sigma conversion, in which case you will
    get exelent linearity, with two resistors and a capacitor as the
    external components, this also has the advantade that you can avoid the
    external amplifier, you simply use the ttl ( cmos ) levels on an input
    pin as the tresholds instead of an external comparator, this way you
    loose <1 bit precition and get an added 'semi white' noise as a bonus,
    
    this is good ! )
    
      / Lars Segerlund.
    
    
    
    
    
    

    ReferenceAuthor
    Re: [oc] ADC code source ???Lars Segerlund

     
    Copyright (c) 1999 OPENCORES.ORG. All rights reserved.