Verilog-AMS Syntax Recognition Failure #1210
Unanswered
Snaredrumhero
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Verilog-A support is very limited. I now contribution statements are not currently supported. Branch may also not be supported. Electrical should be supported by including disciplines.vams |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to get this basic resistor module working in iverilog using the
-g verilog-ams
compiler flag, but it looks like the compiler isn't able to recognize some of the basic verilog-ams terms likeelectrical
andbranch
. I am usingIcarus Verilog version 13.0 (devel) (v12_0)
onWSL Ubuntu 22.04.5 LTS
I've tried running this code under the
v12-branch
andverilog-ams
branches to no avail (the make command failed for ams, so I couldn't really test it).Do I need to install something extra to run verilog-ams code? From the documentation, it sounded like these functions should already be supported by using the flag.
Beta Was this translation helpful? Give feedback.
All reactions