Sha256: 05f098e76f5697c2aabc45f5e0565d047e3d6dd9fc788dd6cf22fe82e14fa7d2

Contents?: true

Size: 307 Bytes

Versions: 10

Compression:

Stored size: 307 Bytes

Contents

LIBRARY std;
USE std.TEXTIO.all;

entity test is
end entity test;

architecture beh of test is
begin
  process
    variable line_out : line;
  begin
    write(line_out, string'("Hello world!"));
    writeline(OUTPUT, line_out);
    wait; -- needed to stop the execution
  end process;
end architecture beh;

Version data entries

10 entries across 7 versions & 1 rubygems

Version Path
zettacode-0.1.7 files.zettacode/hello_world.text/vhdl.txt
zettacode-0.1.6 files.zettacode/hello_world.text/vhdl.txt
zettacode-0.1.6 files.zettacode2/hello_world.text/vhdl.txt
zettacode-0.1.5 files.zettacode/hello_world.text/vhdl.txt
zettacode-0.1.5 files.zettacode2/hello_world.text/vhdl.txt
zettacode-0.1.4 files.zettacode/hello_world.text/vhdl.txt
zettacode-0.1.4 files.zettacode2/hello_world.text/vhdl.txt
zettacode-0.1.3 files.zettacode/hello_world.text/vhdl.txt
zettacode-0.1.2 files.zettacode/hello_world.text/vhdl.txt
zettacode-0.1.1 zettacode.files/hello_world.text/vhdl.txt