add pla file(common/src/Synthesis/espresso/pla.5) this tar to man page?
Espresso is for PLA
min term and max term are designed for PLA
So logic minimization is designed for AND(NAND) and OR(NOR) gates
And the minimization pass is optimized for local optimization(NAND, NOR)
So if we wanna optimized for XOR2 or even XOR3. this local optimization cannot get the best result.
In this case, synthesis tool like abc can replace a specific table to XOR, however this table is generated for pla, which is not optimized for a pla that contains XOR.
Here is the roadmap to modern espresso:
LaTexAsciiDoc, and generate man with pandoc