aboutsummaryrefslogtreecommitdiffstats
path: root/HelloWorld/hello_world
blob: f99577ef0fe30bd3796d09848b79eca5ddae03ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#! /usr/bin/vvp
:ivl_version "10.0 (stable)" "(v10_0)";
:ivl_delay_selection "TYPICAL";
:vpi_time_precision + 0;
:vpi_module "system";
:vpi_module "vhdl_sys";
:vpi_module "v2005_math";
:vpi_module "va_math";
S_0x157ad90 .scope module, "hello_world" "hello_world" 2 3;
 .timescale 0 0;
    .scope S_0x157ad90;
T_0 ;
    %vpi_call 2 5 "$display", "Hello World!" {0 0 0};
    %delay 10, 0;
    %vpi_call 2 6 "$finish" {0 0 0};
    %end;
    .thread T_0;
# The file index is used to find the file name in the following table.
:file_names 3;
    "N/A";
    "<interactive>";
    "hello_world.v";