eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee vhd

`e\n` process
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
e
This commit is contained in:
Thomas Russell Murphy 2018-12-08 14:11:42 -06:00 committed by GitHub
parent 3058fce4e7
commit 7cd6e7e35f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

16
e.vhd Normal file
View File

@ -0,0 +1,16 @@
entity e is
end entity e;
library std;
use std.textio.all;
architecture e of e is
begin
ee:
process is
variable eee : line;
begin
write(eee, string'("e"));
writeline(output, eee);
end process ee;
end architecture e;