aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Merge remote-tracking branch 'origin/master' into xaig_dffEddie Hung2019-12-201-24/+10
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'origin/master' into xaig_dffEddie Hung2019-12-2011-216/+339
| |\ \ \ \ \ \
| * | | | | | | Add RAM{32,64}M to abc9_map.vEddie Hung2019-12-191-0/+78
| * | | | | | | Split into $__ABC9_ASYNC[01], do not add cell->type to clkdomain_tEddie Hung2019-12-196-41/+60
| * | | | | | | Merge remote-tracking branch 'origin/master' into xaig_dffEddie Hung2019-12-1947-161/+2030
| |\ \ \ \ \ \ \
| * | | | | | | | Bump ABC againEddie Hung2019-12-181-1/+1
| * | | | | | | | Remove &verify -sEddie Hung2019-12-171-1/+1
| * | | | | | | | Bump ABC for upstream fixEddie Hung2019-12-171-1/+1
| * | | | | | | | Use pool<> instead of std::set<> to preserver orderingEddie Hung2019-12-171-6/+6
| * | | | | | | | aiger frontend to user shorter, $-prefixed, namesEddie Hung2019-12-171-14/+14
| * | | | | | | | Cleanup xaiger, remove unnecessary complexity with inoutEddie Hung2019-12-172-84/+24
| * | | | | | | | read_xaiger to cope with optional '\n' after 'c'Eddie Hung2019-12-171-2/+2
| * | | | | | | | Do not sigmapEddie Hung2019-12-171-1/+1
| * | | | | | | | Revert "Use sigmap signal"Eddie Hung2019-12-171-1/+1
| * | | | | | | | abc9 needs a clean afterwardsEddie Hung2019-12-161-2/+4
| * | | | | | | | Put $__ABC9_{FF_,ASYNC} into same clock domain as abc9_flopEddie Hung2019-12-161-5/+27
| * | | | | | | | Use sigmap signalEddie Hung2019-12-161-1/+1
| * | | | | | | | Skip $inout transformation if not a PIEddie Hung2019-12-161-3/+5
| * | | | | | | | Revert "write_xaiger: use sigmap bits more consistently"Eddie Hung2019-12-161-4/+5
| * | | | | | | | write_xaiger: use sigmap bits more consistentlyEddie Hung2019-12-161-5/+4
| * | | | | | | | Name inputs/outputs of aiger 'i%d' and 'o%d'Eddie Hung2019-12-131-13/+6
| * | | | | | | | Remove 'clkpart' entry in CHANGELOGEddie Hung2019-12-121-1/+0
| * | | | | | | | Merge remote-tracking branch 'origin/master' into xaig_dffEddie Hung2019-12-1218-64/+238
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | abc9_map.v: fix Xilinx LUTRAMEddie Hung2019-12-121-6/+6
| * | | | | | | | Fix commentEddie Hung2019-12-091-1/+1
| * | | | | | | | Merge remote-tracking branch 'origin/master' into xaig_dffEddie Hung2019-12-0619-971/+1773
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Call abc9 with "&write -n", and parse_xaiger() to copeEddie Hung2019-12-062-94/+87
| * | | | | | | | | Remove creation of $abc9_control_wireEddie Hung2019-12-061-16/+6
| * | | | | | | | | Do not connect undriven POs to 1'bxEddie Hung2019-12-061-8/+3
| * | | | | | | | | Fix abc9 re-integration, remove abc9_control_wire, use cell->type asEddie Hung2019-12-061-39/+15
| * | | | | | | | | Fix writing non-whole modules, including inouts and keepsEddie Hung2019-12-061-90/+81
| * | | | | | | | | abc9 to use mergeability class to differentiate sync/asyncEddie Hung2019-12-061-12/+15
| * | | | | | | | | write_xaiger to support part-selected modules againEddie Hung2019-12-051-11/+37
| * | | | | | | | | abc9 to do clock partitioning againEddie Hung2019-12-051-37/+144
| * | | | | | | | | Remove clkpartEddie Hung2019-12-053-313/+0
| * | | | | | | | | Revert "Special abc9_clock wire to contain only clock signal"Eddie Hung2019-12-051-10/+12
| * | | | | | | | | Missing wire declarationEddie Hung2019-12-041-0/+1
| * | | | | | | | | abc9_map.v to transform INIT=1 to INIT=0Eddie Hung2019-12-042-118/+292
| * | | | | | | | | Oh deary meEddie Hung2019-12-041-4/+4
| * | | | | | | | | Bump ABC to get "&verify -s" fixEddie Hung2019-12-041-1/+1
| * | | | | | | | | output reg Q -> output Q to suppress warningEddie Hung2019-12-041-8/+8
| * | | | | | | | | abc9_map.v to do `zinit' and make INIT = 1'b0Eddie Hung2019-12-041-70/+112
| * | | | | | | | | CleanupEddie Hung2019-12-031-11/+12
| * | | | | | | | | Add assertionEddie Hung2019-12-031-0/+1
| * | | | | | | | | write_xaiger to consume abc9_init attribute for abc9_flopsEddie Hung2019-12-031-34/+28
| * | | | | | | | | Add abc9_init wire, attach to abc9_flop cellEddie Hung2019-12-032-4/+24
| * | | | | | | | | Revert "Add INIT value to abc9_control"Eddie Hung2019-12-031-8/+8
| * | | | | | | | | Update ABCREV for upstream bugfixEddie Hung2019-12-031-1/+1
| * | | | | | | | | techmap abc_unmap.v before xilinx_srl -fixedEddie Hung2019-12-031-6/+5
| * | | | | | | | | Add INIT value to abc9_controlEddie Hung2019-12-021-8/+8