Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

VHDL-AMS

From Wikipedia, the free encyclopedia
Hardware description language

VHDL-AMS is a derivative of thehardware description languageVHDL (IEEE 1076-2002). It includes analog and mixed-signal extensions (AMS) in order to define the behavior of analog and mixed-signal systems (IEEE 1076.1-2017).

The VHDL-AMS standard was created with the intent of enabling designers of analog and mixed signal systems and integrated circuits to create and use modules that encapsulate high-level behavioral descriptions as well as structural descriptions of systems and components.[1]

VHDL-AMS is an industry standard modeling language for mixed signal circuits. It provides both continuous-time and event-driven modeling semantics, and so is suitable for analog, digital, and mixed analog/digital circuits. It is particularly well suited for verification of very complex analog, mixed-signal andradio frequency integrated circuits.

Code example

[edit]

In VHDL-AMS, a design consists at a minimum of anentity which describes the interface and anarchitecture which contains the actual implementation. In addition, most designs import library modules. Some designs also contain multiple architectures andconfigurations.

A simple idealdiode in VHDL-AMS would look something like this:

libraryIEEE;useIEEE.math_real.all;useIEEE.electrical_systems.all;-- this is the entityentityDIODEisgeneric(iss:current:=1.0e-14);port(terminalanode,cathode:electrical);endentityDIODE;architectureIDEALofDIODEisquantityvacrossithroughanodetocathode;constantvt:voltage:=0.0258;begini==iss*(exp(v/vt)-1.0);endarchitectureIDEAL;

VHDL-AMS Simulators

[edit]

References

[edit]
  1. ^Christen E., Bakalar K.,"VHDL-AMS-a hardware description language for analog and mixed-signal applications", Circuits and Systems II: Analog and Digital Signal Processing, IEEE Transactions on [see also Circuits and Systems II: Express Briefs, IEEE Transactions on] Volume 46, Issue 10, Oct. 1999, pp. 1263 - 1272.

See also

[edit]
Concepts
Languages
Companies
Products
Hardware
Software
Intellectual
property
Proprietary
Open-source
Retrieved from "https://en.wikipedia.org/w/index.php?title=VHDL-AMS&oldid=1221132860"
Category:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp