2001-04-04 06:33:08 +02:00
|
|
|
:vpi_module "system";
|
|
|
|
|
|
2008-01-02 19:42:23 +01:00
|
|
|
main .scope module, "main";
|
2001-04-04 06:33:08 +02:00
|
|
|
|
2008-01-02 19:42:23 +01:00
|
|
|
T0 %vpi_call 0 0 "$display", "Display the number: %b", 5'b0zx1;
|
2001-04-04 06:33:08 +02:00
|
|
|
%end;
|
|
|
|
|
.thread T0;
|
2008-01-02 19:42:23 +01:00
|
|
|
:file_names 2;
|
|
|
|
|
"N/A";
|
|
|
|
|
"<interactive>";
|