Skip to content

Instantly share code, notes, and snippets.

@jz5
Created November 17, 2013 08:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jz5/7510792 to your computer and use it in GitHub Desktop.
Save jz5/7510792 to your computer and use it in GitHub Desktop.
$restart sample
initial begin
integer fd;
fd = $fopen("checkpoint", "rb");
if (fd !== 0) begin
$fclose(fd);
$restart("checkpoint");
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment