Merge pull request #206 from thomasrussellmurphy/eeeeeeeeeeeeeeeeeeeeeeee

eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee vhd
This commit is contained in:
LinuxMercedes 2018-12-08 14:19:55 -06:00 committed by GitHub
commit cd3fc52eb1
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;