-
I'm very much used to use the '/' character (as modelsim does) as hierarchy separator. Why is nvc using the ':' character ? Can I set this somewhere as an normal user (maybe options) ? |
Beta Was this translation helpful? Give feedback.
Answered by
nickg
Nov 16, 2024
Replies: 1 comment
-
Do you mean in paths printed by NVC (e.g. in diagnostic messages), or the paths given to VHPI, etc.? The |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lemmuh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Do you mean in paths printed by NVC (e.g. in diagnostic messages), or the paths given to VHPI, etc.? The
:
comes from VHDL's standard separator for the'path_name
and'instance_name
attributes.