====================================== write_btor - write design to BTOR file ====================================== .. raw:: latex \begin{comment} .. cmd:def:: write_btor :title: write design to BTOR file .. code:: yoscrypt write_btor [options] [filename] :: Write a BTOR description of the current design. .. code:: yoscrypt -v :: Add comments and indentation to BTOR output file .. code:: yoscrypt -s :: Output only a single bad property for all asserts .. code:: yoscrypt -c :: Output cover properties using 'bad' statements instead of asserts .. code:: yoscrypt -i :: Create additional info file with auxiliary information .. code:: yoscrypt -x :: Output symbols for internal netnames (starting with '$') .. code:: yoscrypt -ywmap :: Create a map file for conversion to and from Yosys witness traces .. raw:: latex \end{comment} .. only:: latex :: write_btor [options] [filename] Write a BTOR description of the current design. -v Add comments and indentation to BTOR output file -s Output only a single bad property for all asserts -c Output cover properties using 'bad' statements instead of asserts -i Create additional info file with auxiliary information -x Output symbols for internal netnames (starting with '$') -ywmap Create a map file for conversion to and from Yosys witness traces