mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-09-07 19:56:53 +02:00
8 lines
125 B
Plaintext
8 lines
125 B
Plaintext
:vpi_module "system";
|
|
|
|
main .scope "main";
|
|
|
|
T0 %vpi_call "$display", "Display the number: %b", 5'b0zx1;
|
|
%end;
|
|
.thread T0;
|