mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-29 01:03:29 +02:00
Rework the ivl_file_table_* interface to be more generic and easier to use. Also all the vvp examples except for memory.vvp have been fixed to run correctly with the current vvp. Someone with a bit more experience will need to fix memory.vvp.
11 lines
184 B
Plaintext
11 lines
184 B
Plaintext
:vpi_module "system";
|
|
|
|
main .scope module, "main";
|
|
|
|
T0 %vpi_call 0 0 "$display", "Display the number: %b", 5'b0zx1;
|
|
%end;
|
|
.thread T0;
|
|
:file_names 2;
|
|
"N/A";
|
|
"<interactive>";
|