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

keyword "process" #12

Open
zhanglongqi opened this issue Oct 14, 2015 · 3 comments · May be fixed by #20
Open

keyword "process" #12

zhanglongqi opened this issue Oct 14, 2015 · 3 comments · May be fixed by #20

Comments

@zhanglongqi
Copy link

image

@Razer6
Copy link
Owner

Razer6 commented Oct 14, 2015

Could you maybe upload the file? Cannot reproduce this locally:

screenshot 2015-10-14 16 52 50

@zhanglongqi
Copy link
Author

http://pastebin.com/UGme2qmh
I am using Atom 1.0.19

@LeChuck42
Copy link

Still present in 0.7.2. Failing example:

entity test is
  port (
	clock
  );
end entity;

architecture arch of test is

	signal processing: std_logic;

begin

test: process(clock)
begin
	if processing = '0' then
		processing <= '1';
	end if;
end process test;


end architecture;

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

Successfully merging a pull request may close this issue.

3 participants