================================== paramap - renaming cell parameters ================================== .. raw:: latex \begin{comment} .. cmd:def:: paramap :title: renaming cell parameters .. code:: yoscrypt paramap [options] [selection] :: This command renames cell parameters and/or maps key/value pairs to other key/value pairs. .. code:: yoscrypt -tocase :: Match attribute names case-insensitively and set it to the specified name. .. code:: yoscrypt -rename :: Rename attributes as specified .. code:: yoscrypt -map = = :: Map key/value pairs as indicated. .. code:: yoscrypt -imap = = :: Like -map, but use case-insensitive match for when it is a string value. .. code:: yoscrypt -remove = :: Remove attributes matching this pattern. :: For example, mapping Diamond-style ECP5 "init" attributes to Yosys-style: paramap -tocase INIT t:LUT4 .. raw:: latex \end{comment} .. only:: latex :: paramap [options] [selection] This command renames cell parameters and/or maps key/value pairs to other key/value pairs. -tocase Match attribute names case-insensitively and set it to the specified name. -rename Rename attributes as specified -map = = Map key/value pairs as indicated. -imap = = Like -map, but use case-insensitive match for when it is a string value. -remove = Remove attributes matching this pattern. For example, mapping Diamond-style ECP5 "init" attributes to Yosys-style: paramap -tocase INIT t:LUT4