steveicarus / iverilog

Icarus Verilog
https://steveicarus.github.io/iverilog/
GNU General Public License v2.0
2.72k stars 515 forks source link

Question on AMS support #1095

Open zhengqigao opened 5 months ago

zhengqigao commented 5 months ago

Hi,

Please excuse me for asking the following question if it sounds repeated. Does the current tool support a Digital-Analog Converter (DAC) or ADC? For instance would it support something like this Verilog-AMS code snippet for DAC/ADC on Wiki?

martinwhitaker commented 5 months ago

I've not looked at that code, but almost certainly not. See #564 for more details.

caryr commented 4 months ago

Along with the contribution statement that the other report mentions. I believe the transition statement is also not supported. You can model an A/D or D/A in Icarus using real values, but not in the AMS manner.