Data update
This commit is contained in:
parent
5150844a7d
commit
4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions
|
|
@ -1,16 +0,0 @@
|
|||
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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue