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;
|