How to allow VersIC to clobber some views?
Problem
I would like to allow VersIC to clobber (overwrite unmanaged or writeable files on 'p4 sync') some Cadence views.
Solution
The 'VSC_OK_TO_CLOBBER' variable can be used to specify which views can be clobbered:
;;;----------------------------------------------------------------------------
;;; A p4 sync will not overwrite unmanaged or writeable files in the workspace
;;; You can define a list of patterns that will match cellviews/files to be
;;; overwritten (clobbered) with 'sync -f'
;;;
;;; VSC_OK_TO_CLOBBER
;;; nil - do not clobber any files (default)
;;; list("string1" "strings") - clobber files matching string1 or string2
;;;----------------------------------------------------------------------------
;; VSC_OK_TO_CLOBBER = list("physConfig")
'VSC_OK_TO_CLOBBER' set in the 'versic.conf' file located under the path specified by the 'VSC_CONFIG_DIR' environment variable.