Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Revert "Move ff_map back after ABC for shregmap" | Eddie Hung | 2019-06-05 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 9b9bd4e19f3da363eb3c90ef27ace282716d2e06. | |||||
| * | | | | | Add -tech xilinx_static | Eddie Hung | 2019-06-05 | 1 | -2/+13 | |
| | | | | | | ||||||
| * | | | | | Refactor to ShregmapTechXilinx7Static | Eddie Hung | 2019-06-05 | 1 | -46/+86 | |
| | | | | | | ||||||
| * | | | | | shregmap -tech xilinx_dynamic to work -params and -enpol | Eddie Hung | 2019-06-05 | 1 | -6/+26 | |
| | | | | | | ||||||
| * | | | | | Merge remote-tracking branch 'origin/master' into xc7mux | Eddie Hung | 2019-06-05 | 3 | -28/+95 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge remote-tracking branch 'origin/clifford/fix1065' into xc7mux | Eddie Hung | 2019-06-05 | 2 | -2/+2 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | Rename shregmap -tech xilinx -> xilinx_dynamic | Eddie Hung | 2019-06-04 | 2 | -6/+6 | |
| | | | | | | | | ||||||
| * | | | | | | | Add log_assert to ensure no loops | Eddie Hung | 2019-06-04 | 1 | -1/+15 | |
| | | | | | | | | ||||||
| * | | | | | | | Only toposort builtin and abc types | Eddie Hung | 2019-06-04 | 1 | -6/+9 | |
| | | | | | | | | ||||||
| * | | | | | | | Add space between -D and _ABC | Eddie Hung | 2019-06-04 | 1 | -2/+2 | |
| | | | | | | | | ||||||
| * | | | | | | | Add (* abc_flop_q *) to brams_bb.v | Eddie Hung | 2019-06-04 | 1 | -8/+8 | |
| | | | | | | | | ||||||
| * | | | | | | | Fix name clash | Eddie Hung | 2019-06-04 | 1 | -11/+11 | |
| | | | | | | | | ||||||
| * | | | | | | | Add mux_map.v for wide mux | Eddie Hung | 2019-06-04 | 4 | -30/+82 | |
| | | | | | | | | ||||||
| * | | | | | | | Move ff_map back after ABC for shregmap | Eddie Hung | 2019-06-03 | 1 | -4/+4 | |
| | | | | | | | | ||||||
| * | | | | | | | Respect -nocarry | Eddie Hung | 2019-06-03 | 1 | -1/+3 | |
| | | | | | | | | ||||||
| * | | | | | | | Fix pmux2shiftx logic | Eddie Hung | 2019-06-03 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | Merge mistake | Eddie Hung | 2019-06-03 | 1 | -14/+6 | |
| | | | | | | | | ||||||
| * | | | | | | | Merge remote-tracking branch 'origin/master' into xc7mux | Eddie Hung | 2019-06-03 | 6 | -5/+40 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Typo | Eddie Hung | 2019-06-03 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| * | | | | | | | | IS_C_INVERTED | Eddie Hung | 2019-06-03 | 1 | -4/+4 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Fix `ifndef | Eddie Hung | 2019-06-03 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Make SB_LUT4 a whitebox, SB_DFF a blackbox (for now) | Eddie Hung | 2019-06-03 | 4 | -8/+8 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Assert that box_unique_id is indeed unique | Eddie Hung | 2019-06-03 | 1 | -2/+3 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Remove dupe | Eddie Hung | 2019-06-03 | 1 | -7/+7 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Skip internal modules when generating box_unique_id | Eddie Hung | 2019-06-03 | 1 | -0/+1 | |
| | | | | | | | | | ||||||
| * | | | | | | | | When creating new holes cell, inherit parameters too | Eddie Hung | 2019-06-03 | 1 | -1/+3 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Ooopsie | Eddie Hung | 2019-06-03 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Consistent with xilinx | Eddie Hung | 2019-06-03 | 3 | -4/+4 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Add flops as blackboxes | Eddie Hung | 2019-05-31 | 2 | -0/+27 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Add FD*E_1 -> FD*E techmap rules | Eddie Hung | 2019-05-31 | 1 | -5/+31 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Techmap flops before ABC again | Eddie Hung | 2019-05-31 | 1 | -4/+4 | |
| | | | | | | | | | ||||||
| * | | | | | | | | parse_xaiger to cope with flops | Eddie Hung | 2019-05-31 | 2 | -83/+123 | |
| | | | | | | | | | ||||||
| * | | | | | | | | ABC9 to understand flops | Eddie Hung | 2019-05-31 | 1 | -46/+27 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Merge branch 'xaig' into xc7mux | Eddie Hung | 2019-05-31 | 5 | -15/+99 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Throw out unused code inherited from abc | Eddie Hung | 2019-05-31 | 1 | -212/+3 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Fix issue where keep signal became PI, but also box was adding CI driver | Eddie Hung | 2019-05-30 | 1 | -5/+19 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | read_xaiger() to name box signals | Eddie Hung | 2019-05-30 | 1 | -4/+8 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Fix spelling | Eddie Hung | 2019-05-30 | 1 | -1/+1 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Remove whitebox attribute from DRAMs for now | Eddie Hung | 2019-05-30 | 1 | -2/+2 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Do not re-sort box_module ports | Eddie Hung | 2019-05-30 | 1 | -4/+6 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Remove whitespace | Eddie Hung | 2019-05-30 | 1 | -1/+0 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Revert "Re-enable &dc2" | Eddie Hung | 2019-05-30 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 8c58c728a79954603289abf3520139da0a9bbb26. | |||||
| * | | | | | | | | | Do not double count LUT1s | Eddie Hung | 2019-05-30 | 1 | -1/+0 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Carry in/out to be the last input/output for chains to be preserved | Eddie Hung | 2019-05-30 | 4 | -12/+91 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Re-enable &dc2 | Eddie Hung | 2019-05-30 | 1 | -1/+1 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Reduce -W to 160 | Eddie Hung | 2019-05-29 | 1 | -1/+1 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Some more realistic delays... | Eddie Hung | 2019-05-29 | 1 | -7/+7 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Erase all boxes before stitching | Eddie Hung | 2019-05-29 | 1 | -27/+30 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Call &if with -W 250 | Eddie Hung | 2019-05-29 | 1 | -1/+6 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Bump ABC | Eddie Hung | 2019-05-29 | 1 | -1/+1 | |
| | | | | | | | | | |