===================================================== connwrappers - match width of input-output port pairs ===================================================== .. raw:: latex \begin{comment} .. cmd:def:: connwrappers :title: match width of input-output port pairs .. code:: yoscrypt connwrappers [options] [selection] :: Wrappers are used in coarse-grain synthesis to wrap cells with smaller ports in wrapper cells with a (larger) constant port size. I.e. the upper bits of the wrapper output are signed/unsigned bit extended. This command uses this knowledge to rewire the inputs of the driven cells to match the output of the driving cell. .. code:: yoscrypt -signed .. code:: yoscrypt -unsigned :: consider the specified signed/unsigned wrapper output .. code:: yoscrypt -port :: use the specified parameter to decide if signed or unsigned :: The options -signed, -unsigned, and -port can be specified multiple times. .. raw:: latex \end{comment} .. only:: latex :: connwrappers [options] [selection] Wrappers are used in coarse-grain synthesis to wrap cells with smaller ports in wrapper cells with a (larger) constant port size. I.e. the upper bits of the wrapper output are signed/unsigned bit extended. This command uses this knowledge to rewire the inputs of the driven cells to match the output of the driving cell. -signed -unsigned consider the specified signed/unsigned wrapper output -port use the specified parameter to decide if signed or unsigned The options -signed, -unsigned, and -port can be specified multiple times.