T
Tricky
Guest
I cant think of any use for these attributes except in assertions, and
even then there is no way of calling something like this:
assert (generics_are_good)
report this'path_name & ": Generics are bad"
severity failure;
So you could identify where the assert output came from. Is there any
way of getting hold of the path of the entity/architecture you are
currently in?
even then there is no way of calling something like this:
assert (generics_are_good)
report this'path_name & ": Generics are bad"
severity failure;
So you could identify where the assert output came from. Is there any
way of getting hold of the path of the entity/architecture you are
currently in?