(stv-expand-hid name mod) expands a signal name when it is allowed to be hierarchical, i.e. a hid or a list of esim paths.
(stv-expand-hid name mod) → lsb-paths
Function:
(defun stv-expand-hid (name mod) (declare (xargs :guard t)) (let ((__function__ 'stv-expand-hid)) (declare (ignorable __function__)) (if (stringp name) (stv-hid-to-paths name mod) (prog2$ (stv-check-noncanonical-paths name mod) name))))