2023-02-28 12:04:23 +00:00
|
|
|
Read
|
|
|
|
=============
|
|
|
|
|
|
|
|
The phyLS implements several reader callbacks that can be used with the lorina_ library.
|
|
|
|
The header ``mockturtle/io/<format>_reader.hpp`` implements the reader callback ``<format>_reader``.
|
|
|
|
|
|
|
|
Example:
|
|
|
|
::
|
|
|
|
read_aiger xxx.aig; // read an aiger as input
|
|
|
|
|
|
|
|
.. _lorina: https://github.com/hriener/lorina
|