logo

eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee

Unnamed repository; edit this file 'description' to name the repository.
commit: cd3fc52eb1a02d3c6baa87c9c2fe140fbb83ba98
parent eb261e00c225d7856975cf1e32d55f44612a360e
Author: LinuxMercedes <LinuxMercedes@gmail.com>
Date:   Sat,  8 Dec 2018 14:19:55 -0600

Merge pull request #206 from thomasrussellmurphy/eeeeeeeeeeeeeeeeeeeeeeee

 eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee vhd 

Diffstat:

Ae.vhd16++++++++++++++++
1 file changed, 16 insertions(+), 0 deletions(-)

diff --git a/e.vhd b/e.vhd @@ -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;