-
|
When using nvc together with cocotb I get this error when using ports/signals with e.g. natural or positive datatypes. It works when declaring them as integers. Not sure if the problem lies within nvc or cocotb, or if it is expected at all? nvc version 1.18.0 and cocotb 1.9.2 on Ubuntu 20.04 amd64. The vhdl code: The cocotb testbench: |
Beta Was this translation helpful? Give feedback.
Answered by
nickg
Oct 1, 2025
Replies: 1 comment 3 replies
-
|
This seems like a bug: |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
bohrax
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This seems like a bug:
vhpi_get(vhpiBaseType, ..)returns the wrong thing when you have a subtype likenaturalwith an additional constraint.