Skip to content

Instantly share code, notes, and snippets.

@sagar5258
Last active November 9, 2018 04:50
Show Gist options
  • Save sagar5258/501cdc9f3982043bdfd110e54b62c31a to your computer and use it in GitHub Desktop.
Save sagar5258/501cdc9f3982043bdfd110e54b62c31a to your computer and use it in GitHub Desktop.
function automatic void uvm_split_string (
string str, // Actual string which users wants to split into substring
byte sep, // Delimeter
ref string values[$] // Reference queue of substring
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment