aboutsummaryrefslogtreecommitdiffstats
path: root/passes
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | Fix some typosClifford Wolf2019-04-201-2/+2
| | * | | | | | | Improvements in "pmux2shiftx"Clifford Wolf2019-04-201-12/+52
| | * | | | | | | Improvements in pmux2shiftxClifford Wolf2019-04-201-13/+6
| | * | | | | | | Improve pmux2shift ctrl permutation finderClifford Wolf2019-04-201-27/+114
| | * | | | | | | Complete rewrite of pmux2shiftxClifford Wolf2019-04-201-27/+265
| | * | | | | | | Import initial pmux2shiftx from eddiehClifford Wolf2019-04-202-0/+82
| * | | | | | | | Merge remote-tracking branch 'origin/master' into xc7srlEddie Hung2019-04-2011-26/+86
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| | * | | | | | | Merge pull request #943 from YosysHQ/clifford/whiteboxClifford Wolf2019-04-2011-26/+86
| | |\ \ \ \ \ \ \
| | | * | | | | | | Add "techmap -wb", use in formal flowsClifford Wolf2019-04-203-6/+13
| | | * | | | | | | Check blackbox attribute in techmap/simplemapClifford Wolf2019-04-202-2/+2
| | | * | | | | | | Add "wbflip" commandClifford Wolf2019-04-201-0/+39
| | | * | | | | | | Ignore 'whitebox' attr in flatten with "-wb" optionEddie Hung2019-04-181-5/+19
| | | | |_|_|_|_|/ | | | |/| | | | |
| | | * | | | | | Add "whitebox" attribute, add "read_verilog -wb"Clifford Wolf2019-04-187-16/+16
| | | | |_|_|_|/ | | | |/| | | |
| * | | | | | | Merge remote-tracking branch 'origin/pmux2shiftx' into xc7srlEddie Hung2019-04-202-0/+82
| |\ \ \ \ \ \ \
| | * | | | | | | Fix ordering of when to insert zero indexEddie Hung2019-04-111-2/+1
| * | | | | | | | Merge remote-tracking branch 'origin' into xc7srlEddie Hung2019-04-207-56/+118
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| | * | | | | | | Merge pull request #942 from YosysHQ/clifford/fix931Clifford Wolf2019-04-202-5/+63
| | |\ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
| | | * | | | | | Improve proc full_case detection and handling, fixes #931Clifford Wolf2019-04-182-5/+63
| | | | |/ / / / | | | |/| | | |
| | * | | | | | Improve "show" handling of 0/1/X/Z paddingClifford Wolf2019-04-201-2/+21
| | * | | | | | Spelling fixesEddie Hung2019-04-191-2/+2
| | * | | | | | Fix abc's remap_name to not ignore [^0-9] when extracting sidEddie Hung2019-04-181-12/+16
| | * | | | | | ABC to call retime all the timeEddie Hung2019-04-181-15/+11
| | * | | | | | Merge branch 'master' into eddie/fix_retimeEddie Hung2019-04-181-28/+0
| | |\| | | | |
| | | * | | | | Revert #895Eddie Hung2019-04-161-28/+0
| | * | | | | | Revert "abc -dff now implies "-D 0" otherwise retiming doesn't happen"Eddie Hung2019-04-101-2/+0
| | * | | | | | Revert ""&nf -D 0" fails => use "-D 1" instead"Eddie Hung2019-04-101-1/+1
| | * | | | | | Merge remote-tracking branch 'origin/master' into eddie/fix_retimeEddie Hung2019-04-102-4/+5
| | |\ \ \ \ \ \
| * | | | | | | | $_XILINX_SHREG_ to preserve src attributeEddie Hung2019-04-081-0/+1
| * | | | | | | | Merge branch 'undo_pr895' into xc7srlEddie Hung2019-04-081-17/+3
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Undo #895 by instead setting an attributeEddie Hung2019-04-081-17/+3
| * | | | | | | | | Cope with undoing #895Eddie Hung2019-04-081-14/+26
| * | | | | | | | | Revert "Remove handling for $pmux, since #895"Eddie Hung2019-04-081-0/+40
| * | | | | | | | | Call shregmap twice -- once for variable, another for fixedEddie Hung2019-04-051-29/+17
| * | | | | | | | | Merge branch 'eddie/fix_retime' into xc7srlEddie Hung2019-04-051-1/+1
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| | * | | | | | | | Fix S0 -> S1Eddie Hung2019-04-051-1/+1
| * | | | | | | | | Merge branch 'eddie/fix_retime' into xc7srlEddie Hung2019-04-052-0/+34
| |\| | | | | | | |
| | * | | | | | | | "&nf -D 0" fails => use "-D 1" insteadEddie Hung2019-04-051-1/+1
| | * | | | | | | | abc -dff now implies "-D 0" otherwise retiming doesn't happenEddie Hung2019-04-051-0/+2
| | |/ / / / / / /
| * | | | | | | | Merge branch 'map_cells_before_map_luts' into xc7srlEddie Hung2019-04-041-1/+1
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Remove handling for $pmux, since #895Eddie Hung2019-04-031-40/+0
| * | | | | | | | | Merge remote-tracking branch 'origin/master' into xc7srlEddie Hung2019-04-036-20/+130
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into xc7srlEddie Hung2019-03-256-34/+339
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Cope with SHREG not having E port; Revert $pmux fine tuneEddie Hung2019-03-231-4/+3
| * | | | | | | | | | | Add support for SHREGMAP+$mux, also fine tune $pmuxEddie Hung2019-03-221-1/+24
| * | | | | | | | | | | Leftover printfEddie Hung2019-03-221-1/+0
| * | | | | | | | | | | Fixes for multibitEddie Hung2019-03-221-18/+38
| * | | | | | | | | | | Working for 1 bitEddie Hung2019-03-221-11/+49
| * | | | | | | | | | | Merge remote-tracking branch 'origin/master' into xc7srlEddie Hung2019-03-221-1/+26
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | OptEddie Hung2019-03-211-1/+1
| * | | | | | | | | | | | Fix spacingEddie Hung2019-03-201-239/+239