Skip to content
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

deref process label in the process itself via instance_name attribute #45

Closed
hiyuh opened this issue Feb 24, 2014 · 1 comment
Closed

Comments

@hiyuh
Copy link
Contributor

hiyuh commented Feb 24, 2014

w/ proposed regression issueX,

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;
             ^
@nickg
Copy link
Owner

nickg commented Mar 2, 2014

Fixed by the above

@nickg nickg closed this as completed Mar 2, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants