Merge remote-tracking branch 'origin/master' into xaig
[yosys.git] / passes / techmap / abc9.cc
2019-04-12 Eddie HungMerge remote-tracking branch 'origin/master' into xaig
2019-04-08 Eddie HungMore space fixing
2019-04-08 Eddie HungMerge branch 'master' into xaig
2019-02-26 Eddie HungMerge remote-tracking branch 'origin/master' into xaig
2019-02-26 Eddie Hungabc9 -- multiple connections for inouts
2019-02-26 Eddie Hungabc9 cleanup
2019-02-25 Eddie Hungread_aiger to accept empty string for clk_name, passabl...
2019-02-25 Eddie Hungabc9 not to clean after aigmap
2019-02-25 Eddie Hungabc9 to call "clean" once at the end of all abc9_module...
2019-02-22 Eddie Hungabc9 to use AIGER symbol table, as opposed to map file
2019-02-21 Eddie HungRevert "abc9 to write_xaiger -symbols, not -map"
2019-02-21 Eddie HungRemove irrelevant citations
2019-02-21 Eddie HungAdd attribution
2019-02-21 Eddie Hungabc9 to not select anything extra, and pop selection...
2019-02-21 Eddie Hungabc9 to write_xaiger -symbols, not -map
2019-02-21 Eddie HungMerge branch 'read_aiger' into xaig
2019-02-21 Eddie HungMerge branch 'read_aiger' into xaig
2019-02-21 Eddie Hungabc9 to use &mfs
2019-02-21 Eddie HungMerge remote-tracking branch 'origin/master' into xaig
2019-02-21 Eddie Hungabc9 to only disconnect output ports of AND and NOT...
2019-02-21 Eddie HungMerge branch 'clifford/dffsrfix' of https://github...
2019-02-21 Eddie HungABC -> ABC9
2019-02-21 Eddie Hungabc9 to disconnect mapped_mods POs correctly, and do...
2019-02-21 Eddie Hunglut/not/and suffix to be ${lut,not,and}
2019-02-20 Eddie Hungabc9 to cope with multiple modules
2019-02-20 Eddie Hungabc9 to use & syntax for -fast, and name fixes
2019-02-20 Eddie Hungabc9 to cope with indexed wires when creating $lut...
2019-02-19 Eddie HungMerge branch 'master' into xaig
2019-02-19 Eddie Hungabc9 to replace $_NOT_ with $lut
2019-02-17 Eddie HungGet rid of debugging stuff in abc9
2019-02-17 Eddie Hungabc9 to write_aiger with -O option, and ignore dummy...
2019-02-16 Eddie Hungabc9 to handle comb loops, cope with constant outputs...
2019-02-16 Eddie Hungabc9 to cope with non-wideports, count cells properly
2019-02-15 Eddie HungMove lookup inside if
2019-02-15 Eddie HungRefactor
2019-02-15 Eddie HungCope with width != 1 when re-mapping cells
2019-02-15 Eddie Hungabc9 to stitch results with CI/CO properly
2019-02-14 Eddie HungFix stitching
2019-02-13 Eddie HungMerge remote-tracking branch 'origin/read_aiger' into...
2019-02-13 Eddie HungMerge https://github.com/YosysHQ/yosys into xaig
2019-02-13 Eddie HungRip out some more stuff
2019-02-13 Eddie HungRip out unused functions in abc9
2019-02-12 Eddie HungWIP for ABC with aiger
2019-02-08 Eddie HungCompile abc9
2019-02-08 Eddie HungCopy abc.cc to abc9.cc