Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix two instances of integer-assignment to string. | Henner Zeller | 2019-05-14 | 1 | -1/+1 |
* | Zinit option '-singleton' -> '-all' | Makai Mann | 2019-05-10 | 1 | -1/+1 |
* | Merge pull request #991 from kristofferkoch/gcc9-warnings | Clifford Wolf | 2019-05-08 | 1 | -2/+2 |
|\ | |||||
| * | Fix all warnings that occurred when compiling with gcc9 | Kristoffer Ellersgaard Koch | 2019-05-08 | 1 | -2/+2 |
* | | abc: Fix handling of postfixed names (e.g. for retiming) | David Shah | 2019-05-04 | 1 | -4/+4 |
* | | abc: Improve name recovery | David Shah | 2019-05-04 | 1 | -4/+17 |
|/ | |||||
* | If init is 1'bx, do not add to dict as per @cliffordwolf | Eddie Hung | 2019-05-03 | 1 | -1/+2 |
* | Revert "dffinit -noreinit to silently continue when init value is 1'bx" | Eddie Hung | 2019-05-03 | 1 | -12/+4 |
* | dffinit -noreinit to silently continue when init value is 1'bx | Eddie Hung | 2019-05-02 | 1 | -4/+12 |
* | Copy with 1'bx padding in $shiftx | Eddie Hung | 2019-04-28 | 1 | -1/+11 |
* | Merge pull request #914 from YosysHQ/xc7srl | Eddie Hung | 2019-04-22 | 1 | -5/+159 |
|\ | |||||
| * | Merge remote-tracking branch 'origin/master' into xc7srl | Eddie Hung | 2019-04-22 | 2 | -2/+4 |
| |\ | |||||
| * | | Use new pmux2shiftx from #944, remove my old attempt | Eddie Hung | 2019-04-21 | 3 | -134/+0 |
| * | | Merge remote-tracking branch 'origin/master' into xc7srl | Eddie Hung | 2019-04-20 | 3 | -8/+29 |
| |\ \ | |||||
| * \ \ | Merge remote-tracking branch 'origin/pmux2shiftx' into xc7srl | Eddie Hung | 2019-04-20 | 2 | -0/+82 |
| |\ \ \ | |||||
| | * | | | Fix ordering of when to insert zero index | Eddie Hung | 2019-04-11 | 1 | -2/+1 |
| | * | | | More unused | Eddie Hung | 2019-04-11 | 1 | -1/+0 |
| | * | | | Remove unused | Eddie Hung | 2019-04-11 | 1 | -1/+0 |
| | * | | | Fixes | Eddie Hung | 2019-04-11 | 1 | -20/+16 |
| | * | | | WIP | Eddie Hung | 2019-04-11 | 2 | -0/+89 |
| | * | | | Spelling fixes | Eddie Hung | 2019-04-11 | 1 | -2/+2 |
| * | | | | Merge remote-tracking branch 'origin' into xc7srl | Eddie Hung | 2019-04-20 | 2 | -31/+29 |
| |\ \ \ \ | |||||
| * | | | | | $_XILINX_SHREG_ to preserve src attribute | Eddie Hung | 2019-04-08 | 1 | -0/+1 |
| * | | | | | Cope with undoing #895 | Eddie Hung | 2019-04-08 | 1 | -14/+26 |
| * | | | | | Revert "Remove handling for $pmux, since #895" | Eddie Hung | 2019-04-08 | 1 | -0/+40 |
| * | | | | | Call shregmap twice -- once for variable, another for fixed | Eddie Hung | 2019-04-05 | 1 | -29/+17 |
| * | | | | | Merge branch 'eddie/fix_retime' into xc7srl | Eddie Hung | 2019-04-05 | 1 | -1/+1 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'eddie/fix_retime' into xc7srl | Eddie Hung | 2019-04-05 | 1 | -0/+2 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Remove handling for $pmux, since #895 | Eddie Hung | 2019-04-03 | 1 | -40/+0 |
| * | | | | | | | Merge remote-tracking branch 'origin/master' into xc7srl | Eddie Hung | 2019-04-03 | 1 | -7/+54 |
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | | | |||||
| * | | | | | | | Merge remote-tracking branch 'origin/master' into xc7srl | Eddie Hung | 2019-03-25 | 2 | -22/+104 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | Cope with SHREG not having E port; Revert $pmux fine tune | Eddie Hung | 2019-03-23 | 1 | -4/+3 |
| * | | | | | | | | Add support for SHREGMAP+$mux, also fine tune $pmux | Eddie Hung | 2019-03-22 | 1 | -1/+24 |
| * | | | | | | | | Leftover printf | Eddie Hung | 2019-03-22 | 1 | -1/+0 |
| * | | | | | | | | Fixes for multibit | Eddie Hung | 2019-03-22 | 1 | -18/+38 |
| * | | | | | | | | Working for 1 bit | Eddie Hung | 2019-03-22 | 1 | -11/+49 |
| * | | | | | | | | Opt | Eddie Hung | 2019-03-21 | 1 | -1/+1 |
| * | | | | | | | | Fix spacing | Eddie Hung | 2019-03-20 | 1 | -239/+239 |
| * | | | | | | | | Revert $__SHREG_ to orig; use $__XILINX_SHREG for variable length | Eddie Hung | 2019-03-19 | 1 | -5/+14 |
| * | | | | | | | | Add support for variable length Xilinx SRL > 128 | Eddie Hung | 2019-03-19 | 1 | -6/+0 |
| * | | | | | | | | shregmap -tech xilinx to delete $shiftx for var length SRL | Eddie Hung | 2019-03-19 | 1 | -10/+3 |
| * | | | | | | | | Make output port a non chain user | Eddie Hung | 2019-03-19 | 1 | -2/+4 |
| * | | | | | | | | Fix shregmap to correctly recognise non chain users; cleanup | Eddie Hung | 2019-03-18 | 1 | -17/+15 |
| * | | | | | | | | shiftx NULL pointer check | Eddie Hung | 2019-03-18 | 1 | -8/+10 |
| * | | | | | | | | Cleanup | Eddie Hung | 2019-03-16 | 1 | -35/+25 |
| * | | | | | | | | Only accept <128 for variable length, only if $shiftx exclusive | Eddie Hung | 2019-03-16 | 1 | -8/+17 |
| * | | | | | | | | Working | Eddie Hung | 2019-03-15 | 1 | -227/+356 |
| * | | | | | | | | Revert "Add shregmap -init_msb_first and use in synth_xilinx" | Eddie Hung | 2019-03-14 | 1 | -14/+2 |
| * | | | | | | | | Merge remote-tracking branch 'origin/master' into xc7srl | Eddie Hung | 2019-03-14 | 2 | -4/+4 |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Add shregmap -init_msb_first and use in synth_xilinx | Eddie Hung | 2019-03-14 | 1 | -2/+14 |