Raw constructor for honsed vl-parsed-port-identifier-p structures.
Syntax:
(honsed-vl-parsed-port-identifier name udims)
This is identical to vl-parsed-port-identifier, except that we hons the structure we are creating.
This is an ordinary honsing constructor introduced by defaggregate.
Function:
(defun honsed-vl-parsed-port-identifier (name udims) (declare (xargs :guard (and (vl-idtoken-p name) (vl-dimensionlist-p udims)))) (mbe :logic (vl-parsed-port-identifier name udims) :exec (hons name udims)))