use std.textio.all; use work.txt_util.all; entity finish is end finish; architecture text of finish is begin pr_proc: process begin print(" "); print("I hope this course has been useful, I'm looking forward"); print("to your comments at: sdoll@intrinsix.com"); print(" "); print("Thanks"); print(" "); print("© Stefan Doll"); wait; end process; end text;