Functionally Reduced And-Inverter Graph
Final Project of the course Data Structure and Programming 2018 Fall, NTUEE
- CIRRead: read in a circuit and construct the netlist
- CIRPrint: print circuit
- CIRGate: report a gate
- CIRWrite: write the netlist to an ASCII AIG file (.aag)
- CIRSWeep: remove unused gates
- CIROPTimize: perform trivial optimizations
- CIRSTRash: perform structural hash on the circuit netlist
- CIRSIMulate: perform Boolean logic simulation on the circuit
- CIRFraig: perform FRAIG operation on the circuit