Skip to content

Instantly share code, notes, and snippets.

@krupan
Created November 20, 2013 18:26
Show Gist options
  • Save krupan/7568376 to your computer and use it in GitHub Desktop.
Save krupan/7568376 to your computer and use it in GitHub Desktop.
module top;
int foo[16][byte];
initial begin
string bar = $psprintf("foo: %0d", foo[32]);
$display(bar);
end
endmodule
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment