============================================== equiv_struct - structural equivalence checking ============================================== .. raw:: latex \begin{comment} .. cmd:def:: equiv_struct :title: structural equivalence checking .. code:: yoscrypt equiv_struct [options] [selection] :: This command adds additional $equiv cells based on the assumption that the gold and gate circuit are structurally equivalent. Note that this can introduce bad $equiv cells in cases where the netlists are not structurally equivalent, for example when analyzing circuits with cells with commutative inputs. This command will also de-duplicate gates. .. code:: yoscrypt -fwd :: by default this command performans forward sweeps until nothing can be merged by forwards sweeps, then backward sweeps until forward sweeps are effective again. with this option set only forward sweeps are performed. .. code:: yoscrypt -fwonly :: add the specified cell type to the list of cell types that are only merged in forward sweeps and never in backward sweeps. $equiv is in this list automatically. .. code:: yoscrypt -icells :: by default, the internal RTL and gate cell types are ignored. add this option to also process those cell types with this command. .. code:: yoscrypt -maxiter :: maximum number of iterations to run before aborting .. raw:: latex \end{comment} .. only:: latex :: equiv_struct [options] [selection] This command adds additional $equiv cells based on the assumption that the gold and gate circuit are structurally equivalent. Note that this can introduce bad $equiv cells in cases where the netlists are not structurally equivalent, for example when analyzing circuits with cells with commutative inputs. This command will also de-duplicate gates. -fwd by default this command performans forward sweeps until nothing can be merged by forwards sweeps, then backward sweeps until forward sweeps are effective again. with this option set only forward sweeps are performed. -fwonly add the specified cell type to the list of cell types that are only merged in forward sweeps and never in backward sweeps. $equiv is in this list automatically. -icells by default, the internal RTL and gate cell types are ignored. add this option to also process those cell types with this command. -maxiter maximum number of iterations to run before aborting