-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for `undef #124
Comments
Also `resetall is not supported. |
Actually, per IEEE Std 1364: |
I checked in changes to support |
[root@5033e3bcb6f9 io]# target/release/openvaf r3_cmc.va
error: macro '
undef' has not been declared --> /io/r3_cmc.va:127:9 | 127 |
undef VAMS_COMPACT_MODELING| ^^^^^^ macro not found here
error: unexpected token identifier; expected 'discipline', 'nature' or 'module'
--> /io/r3_cmc.va:127:16
|
127 | `undef VAMS_COMPACT_MODELING
| ^^^^^^^^^^^^^^^^^^^^^^^^^ expected 'discipline', 'nature' or 'module'
error: could not compile
r3_cmc.va
due to 2 previous errorsThe text was updated successfully, but these errors were encountered: