Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apparently, this reduces number of MUXCY/XORCY | Eddie Hung | 2019-04-26 | 1 | -10/+9 |
* | Try a different approach with 'muxcover' | Eddie Hung | 2019-04-26 | 2 | -88/+36 |
* | Merge remote-tracking branch 'origin/master' into xc7mux | Eddie Hung | 2019-04-26 | 1 | -1/+0 |
|\ | |||||
| * | Where did this check come from!?! | Eddie Hung | 2019-04-26 | 1 | -1/+0 |
* | | Remove split_shiftx call | Eddie Hung | 2019-04-26 | 1 | -4/+1 |
* | | Missing newline | Eddie Hung | 2019-04-26 | 1 | -1/+1 |
* | | Cleanup superseded | Eddie Hung | 2019-04-25 | 1 | -11/+1 |
* | | bitblast_shiftx -> split_shiftx | Eddie Hung | 2019-04-25 | 1 | -2/+2 |
* | | synth_xilinx to call bitblast_shiftx | Eddie Hung | 2019-04-25 | 1 | -1/+4 |
* | | Add -nocarry option to synth_xilinx | Eddie Hung | 2019-04-24 | 1 | -5/+14 |
* | | Tweak | Eddie Hung | 2019-04-22 | 1 | -1/+1 |
* | | Fix for A_WIDTH == 2 but B_WIDTH==3 | Eddie Hung | 2019-04-22 | 1 | -1/+1 |
* | | Trim A_WIDTH by Y_WIDTH-1 | Eddie Hung | 2019-04-22 | 1 | -1/+1 |
* | | Add comment | Eddie Hung | 2019-04-22 | 1 | -0/+3 |
* | | Fix for mux_case_* mappings | Eddie Hung | 2019-04-22 | 1 | -17/+9 |
* | | Fix for non-pow2 width muxes | Eddie Hung | 2019-04-22 | 1 | -9/+18 |
* | | Add synth_xilinx -nomux option | Eddie Hung | 2019-04-22 | 2 | -4/+18 |
* | | Cleanup, call pmux2shiftx even without -nosrl | Eddie Hung | 2019-04-22 | 6 | -45/+30 |
* | | Merge remote-tracking branch 'origin/xc7srl' into xc7mux | Eddie Hung | 2019-04-22 | 6 | -31/+216 |
|\| | |||||
| * | Update help message | Eddie Hung | 2019-04-22 | 1 | -1/+1 |
| * | Move 'shregmap -tech xilinx' into map_cells | Eddie Hung | 2019-04-22 | 1 | -17/+20 |
| * | Merge remote-tracking branch 'origin/master' into xc7srl | Eddie Hung | 2019-04-22 | 1 | -0/+2 |
| |\ | |||||
| | * | Re-added clean after techmap in synth_xilinx | Clifford Wolf | 2019-04-22 | 1 | -0/+2 |
| * | | Tidy up, fix for -nosrl | Eddie Hung | 2019-04-21 | 2 | -12/+16 |
| * | | Merge branch 'map_cells_before_map_luts' into xc7srl | Eddie Hung | 2019-04-21 | 1 | -2/+2 |
| |\| | |||||
| | * | Merge branch 'master' into map_cells_before_map_luts | Eddie Hung | 2019-04-21 | 5 | -56/+76 |
| | |\ | |||||
| * | | | Add comments | Eddie Hung | 2019-04-21 | 1 | -0/+7 |
| * | | | Use new pmux2shiftx from #944, remove my old attempt | Eddie Hung | 2019-04-21 | 1 | -3/+8 |
| * | | | Merge remote-tracking branch 'origin' into xc7srl | Eddie Hung | 2019-04-20 | 3 | -41/+60 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Revert "synth_* with -retime option now calls abc with -D 1 as well" | Eddie Hung | 2019-04-18 | 1 | -2/+2 |
| | * | | Merge branch 'master' into eddie/fix_retime | Eddie Hung | 2019-04-18 | 3 | -41/+60 |
| | |\ \ | |||||
| | * | | | synth_* with -retime option now calls abc with -D 1 as well | Eddie Hung | 2019-04-10 | 1 | -2/+2 |
| * | | | | Call shregmap twice -- once for variable, another for fixed | Eddie Hung | 2019-04-05 | 2 | -8/+14 |
| * | | | | Move dffinit til after abc | Eddie Hung | 2019-04-05 | 3 | -2/+2 |
| * | | | | Merge branch 'eddie/fix_retime' into xc7srl | Eddie Hung | 2019-04-05 | 4 | -11/+12 |
| |\| | | | |||||
| | * | | | Move techamp t:$_DFF_?N? to before abc call | Eddie Hung | 2019-04-05 | 1 | -2/+2 |
| | * | | | Retry | Eddie Hung | 2019-04-05 | 1 | -1/+1 |
| | * | | | Resolve @daveshah1 comment, update synth_xilinx help | Eddie Hung | 2019-04-05 | 2 | -7/+9 |
| | * | | | synth_xilinx to techmap FFs after abc call, otherwise -retime fails | Eddie Hung | 2019-04-05 | 1 | -3/+3 |
| * | | | | techmap inside map_cells stage | Eddie Hung | 2019-04-05 | 2 | -2/+1 |
| * | | | | Merge branch 'map_cells_before_map_luts' into xc7srl | Eddie Hung | 2019-04-04 | 1 | -0/+1 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
| | * | | | Missing techmap entry in help | Eddie Hung | 2019-04-04 | 1 | -0/+1 |
| * | | | | Use soft-logic, not LUT3 instantiation | Eddie Hung | 2019-04-04 | 1 | -4/+2 |
| * | | | | Merge branch 'map_cells_before_map_luts' into xc7srl | Eddie Hung | 2019-04-04 | 1 | -12/+12 |
| |\| | | | |||||
| | * | | | synth_xilinx to map_cells before map_luts | Eddie Hung | 2019-04-04 | 1 | -12/+12 |
| | |/ / | |||||
| * | | | Cleanup comments | Eddie Hung | 2019-04-04 | 1 | -5/+4 |
| * | | | t:$dff* -> t:$dff t:$dffe | Eddie Hung | 2019-04-04 | 1 | -2/+2 |
| * | | | -nosrl meant when -nobram | Eddie Hung | 2019-04-03 | 1 | -1/+1 |
| * | | | Remove duplicate STARTUPE2 | Eddie Hung | 2019-04-03 | 1 | -1/+0 |
| * | | | Disable shregmap in synth_xilinx if -retime | Eddie Hung | 2019-04-03 | 1 | -3/+3 |