github generated gh-pages branch
This commit is contained in:
13
v/vhdl.vhdl
13
v/vhdl.vhdl
@@ -1,13 +0,0 @@
|
||||
use std.textio.all;
|
||||
|
||||
entity hello_world is
|
||||
end hello_world;
|
||||
|
||||
architecture behaviour of hello_world is
|
||||
begin
|
||||
process
|
||||
begin
|
||||
write (output, String'("Hello world!"));
|
||||
wait;
|
||||
end process;
|
||||
end behaviour;
|
||||
Reference in New Issue
Block a user