You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
entity issueX is
begin
end entity issueX;
architecture a of issueX is
begin
p : process
begin
report p'instance_name;
wait;
end process p;
end architecture a;
then i got,
$ NVC_LIBPATH=./lib/std:./lib/ieee:./lib/nvc NVC_CYG_LIB=./src ./src/nvc.exe -a test/regress/issueX.vhd
** Error: undefined identifier P
File test/regress/issueX.vhd, Line 11
report p'instance_name;
^
The text was updated successfully, but these errors were encountered:
w/ proposed regression issueX,
then i got,
The text was updated successfully, but these errors were encountered: