iverilog/vvp/examples/vector.vvp

8 lines
124 B
Plaintext
Raw Permalink Normal View History

:vpi_module "system";
main .scope "main";
2011-03-07 19:52:29 +01:00
T0 %vpi_call "$display", "Display the number: %b", 5'b0zx1;
%end;
.thread T0;