Module simics::util

source ·
Expand description

Utility functionality to assist managing SIMICS projects

Enums§

Functions§

  • Copy the contents of one directory to another, recursively, overwriting files if they exist but without replacing directories or their contents if they already exist
  • Locate a file recursively using a regex pattern in directory. If there are multiple occurrences of a filename, it is undefined which will be returned.