Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove split_shiftx call | Eddie Hung | 2019-04-26 | 1 | -4/+1 |
| | |||||
* | Missing newline | Eddie Hung | 2019-04-26 | 1 | -1/+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 |
| | |||||
* | Add synth_xilinx -nomux option | Eddie Hung | 2019-04-22 | 1 | -4/+16 |
| | |||||
* | Cleanup, call pmux2shiftx even without -nosrl | Eddie Hung | 2019-04-22 | 1 | -7/+8 |
| | |||||
* | Merge remote-tracking branch 'origin/xc7srl' into xc7mux | Eddie Hung | 2019-04-22 | 1 | -9/+41 |
|\ | |||||
| * | 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 |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | | Tidy up, fix for -nosrl | Eddie Hung | 2019-04-21 | 1 | -8/+7 |
| | | | |||||
| * | | 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 | 1 | -11/+12 |
| | |\ | |||||
| | | * | Revert "synth_* with -retime option now calls abc with -D 1 as well" | Eddie Hung | 2019-04-18 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | This reverts commit 9a6da9a79a22e984ee3eec02caa230b66f10e11a. | ||||
| | | * | synth_* with -retime option now calls abc with -D 1 as well | Eddie Hung | 2019-04-10 | 1 | -2/+2 |
| | | | | |||||
| * | | | 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 |
| | | | | |||||
| * | | | Call shregmap twice -- once for variable, another for fixed | Eddie Hung | 2019-04-05 | 1 | -8/+11 |
| | | | | |||||
| * | | | Move dffinit til after abc | Eddie Hung | 2019-04-05 | 1 | -2/+2 |
| | | | | |||||
| * | | | Merge branch 'eddie/fix_retime' into xc7srl | Eddie Hung | 2019-04-05 | 1 | -7/+8 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Move techamp t:$_DFF_?N? to before abc call | Eddie Hung | 2019-04-05 | 1 | -2/+2 |
| | | | | |||||
| | * | | Resolve @daveshah1 comment, update synth_xilinx help | Eddie Hung | 2019-04-05 | 1 | -3/+5 |
| | | | | |||||
| | * | | 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 | 1 | -1/+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 |
| | | | | |||||
| * | | | 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 |
| | |/ | |||||
| * | | 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 |
| | | | |||||
| * | | Disable shregmap in synth_xilinx if -retime | Eddie Hung | 2019-04-03 | 1 | -3/+3 |
| | | | |||||
| * | | synth_xilinx to use shregmap with -minlen 3 | Eddie Hung | 2019-03-25 | 1 | -2/+2 |
| | | | |||||
| * | | Add '-nosrl' option to synth_xilinx | Eddie Hung | 2019-03-21 | 1 | -6/+16 |
| | | | |||||
| * | | Restore original synth_xilinx commands | Eddie Hung | 2019-03-19 | 1 | -1/+2 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/master' into xc7srl | Eddie Hung | 2019-03-19 | 1 | -2/+4 |
| |\| | |||||
| * | | Cleanup synth_xilinx | Eddie Hung | 2019-03-15 | 1 | -2/+1 |
| | | | |||||
| * | | Working | Eddie Hung | 2019-03-15 | 1 | -7/+9 |
| | | | |||||
| * | | Misspell | Eddie Hung | 2019-03-14 | 1 | -1/+1 |
| | | | |||||
| * | | Revert "Add shregmap -init_msb_first and use in synth_xilinx" | Eddie Hung | 2019-03-14 | 1 | -3/+2 |
| | | | | | | | | | | | | This reverts commit 26ecbc1aee1dca1c186ab2b51835d74f67bc3e75. | ||||
| * | | Merge remote-tracking branch 'origin/master' into xc7srl | Eddie Hung | 2019-03-14 | 1 | -16/+54 |
| |\ \ | |||||
| * | | | Add shregmap -init_msb_first and use in synth_xilinx | Eddie Hung | 2019-03-14 | 1 | -2/+2 |
| | | | | |||||
| * | | | Move shregmap until after first techmap | Eddie Hung | 2019-03-13 | 1 | -2/+2 |
| | | | | |||||
| * | | | synth_xilinx to call shregmap with enable support | Eddie Hung | 2019-02-28 | 1 | -1/+1 |
| | | | | |||||
| * | | | synth_xilinx to use shregmap with -params too | Eddie Hung | 2019-02-28 | 1 | -1/+1 |
| | | | | |||||
| * | | | synth_xilinx to now have shregmap call after dff2dffe | Eddie Hung | 2019-02-28 | 1 | -0/+2 |
| | | | | |||||
* | | | | read_verilog cells_box.v before techmap | Eddie Hung | 2019-04-16 | 1 | -1/+1 |
| | | | | |||||
* | | | | synth_xilinx: before abc read +/xilinx/cells_box.v | Eddie Hung | 2019-04-16 | 1 | -0/+1 |
| | | | | |||||
* | | | | Juggle opt calls in synth_xilinx | Eddie Hung | 2019-04-11 | 1 | -3/+3 |
| | | | |