Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | * | | | | | | Merge https://github.com/bogdanvuk/yosys into bogdanvuk/opt_share | Eddie Hung | 2019-08-16 | 2 | -1/+658 | |
| | | | |\ \ \ \ \ \ | | | | | |_|_|/ / / | | | | |/| | | | | | ||||||
| | | | | * | | | | | Fix wrong results when opt_share called before opt_clean | Bogdan Vukobratovic | 2019-08-07 | 1 | -18/+14 | |
| | | | | | | | | | | ||||||
| | | | | * | | | | | Support various binary operators in opt_share | Bogdan Vukobratovic | 2019-08-04 | 1 | -194/+392 | |
| | | | | | | | | | | ||||||
| | | | | * | | | | | Fix spacing in opt_share tests, change wording in opt_share help | Bogdan Vukobratovic | 2019-08-03 | 1 | -6/+10 | |
| | | | | | | | | | | ||||||
| | | | | * | | | | | Reimplement opt_share to work on $alu and $pmux | Bogdan Vukobratovic | 2019-07-28 | 1 | -95/+225 | |
| | | | | | | | | | | ||||||
| | | | | * | | | | | Implement opt_share | Bogdan Vukobratovic | 2019-07-26 | 2 | -1/+330 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This pass identifies arithmetic operators that share an operand and whose results are used in mutually exclusive cases controlled by a multiplexer, and merges them together by multiplexing the other operands | |||||
| | | * | | | | | | | Merge pull request #1300 from YosysHQ/eddie/cleanup2 | Clifford Wolf | 2019-08-17 | 32 | -626/+625 | |
| | | |\ \ \ \ \ \ \ | | | | |/ / / / / / | | | |/| | | | | | | Use ID::{A,B,Y,keep,blackbox,whitebox} instead of ID() | |||||
| | | | * | | | | | | Remove `using namespace RTLIL;` | Eddie Hung | 2019-08-16 | 1 | -6/+5 | |
| | | | | | | | | | | ||||||
| | | | * | | | | | | Use ID::keep more liberally too | Eddie Hung | 2019-08-15 | 10 | -19/+19 | |
| | | | | | | | | | | ||||||
| | | | * | | | | | | Use more ID::{A,B,Y,blackbox,whitebox} | Eddie Hung | 2019-08-15 | 32 | -601/+601 | |
| | | | | | | | | | | ||||||
| | | * | | | | | | | Merge pull request #1302 from mmicko/dfflibmap_regression | Clifford Wolf | 2019-08-16 | 2 | -10/+10 | |
| | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | DFFLIBMAP pass regression fix | |||||
| | | | * | | | | | | | Regression in abc9 | Miodrag Milanovic | 2019-08-16 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
| | | | * | | | | | | | Just needed IDs to be IdString | Miodrag Milanovic | 2019-08-16 | 1 | -9/+9 | |
| | | | |/ / / / / / | ||||||
| | | * / / / / / / | Add missing NMUX to "abc -g" handling | Clifford Wolf | 2019-08-16 | 1 | -0/+1 | |
| | | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
| | | * | | | | | | Fix | Eddie Hung | 2019-08-15 | 1 | -2/+2 | |
| | | | | | | | | | ||||||
| | | * | | | | | | ID(\\.*) -> ID(.*) | Eddie Hung | 2019-08-15 | 25 | -766/+766 | |
| | | | | | | | | | ||||||
| | | * | | | | | | Convert a few more to ID | Eddie Hung | 2019-08-15 | 1 | -20/+20 | |
| | | | | | | | | | ||||||
| | | * | | | | | | Transform all "\\*" identifiers into ID() | Eddie Hung | 2019-08-15 | 25 | -782/+782 | |
| | | | | | | | | | ||||||
| | | * | | | | | | Transform "$.*" to ID("$.*") in passes/techmap | Eddie Hung | 2019-08-15 | 24 | -367/+362 | |
| | | | | | | | | | ||||||
| | | * | | | | | | More use of IdString::in() | Eddie Hung | 2019-08-15 | 6 | -14/+13 | |
| | | | |_|/ / / | | | |/| | | | | ||||||
| | * | | | | | | Revert "Merge pull request #1280 from ↵ | Eddie Hung | 2019-08-12 | 3 | -0/+111 | |
| | | |_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | YosysHQ/revert-1266-eddie/ice40_full_adder" This reverts commit c851dc13108021834533094a8a3236da6d9e0161, reversing changes made to f54bf1631ff37a83733c162e6ebd188c1d5ea18f. | |||||
| * | | | | | | Refactor pmgen rollback mechanism | Clifford Wolf | 2019-08-17 | 1 | -32/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
| * | | | | | | Improvements in "test_pmgen -generate" | Clifford Wolf | 2019-08-17 | 1 | -3/+23 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
| * | | | | | | Add pmgen "fallthrough" statement | Clifford Wolf | 2019-08-17 | 2 | -3/+17 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
| * | | | | | | Add help() call | Eddie Hung | 2019-08-16 | 1 | -0/+1 | |
| | | | | | | | ||||||
| * | | | | | | Minor bugfix in "test_pmgen -generate" | Clifford Wolf | 2019-08-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
| * | | | | | | Add pmgen finish statement, return number of matches | Clifford Wolf | 2019-08-16 | 4 | -82/+116 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
| * | | | | | | Redesign pmgen backtracking for recursive matching | Clifford Wolf | 2019-08-16 | 2 | -33/+38 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
| * | | | | | | Add pmgen "generate" feature | Clifford Wolf | 2019-08-16 | 3 | -13/+208 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
| * | | | | | | Refactor demo_reduce into test_pmgen | Clifford Wolf | 2019-08-16 | 4 | -14/+83 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
| * | | | | | | Add doc for pmgen semioptional statement, Add pmgen changes to CHANGELOG | Clifford Wolf | 2019-08-15 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
| * | | | | | | Update pmgen documentation | Clifford Wolf | 2019-08-15 | 1 | -4/+58 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
| * | | | | | | Change pmgen default rule to reject, switch peepopt behavior to accept | Clifford Wolf | 2019-08-15 | 5 | -7/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
| * | | | | | | Add demo_reduce pass to demonstrace recursive pattern matching | Clifford Wolf | 2019-08-15 | 4 | -0/+187 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
| * | | | | | | Improvements in pmgen for recursive patterns | Clifford Wolf | 2019-08-15 | 4 | -26/+132 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | | | | | | | xilinx_dsp to be sensitive to keep attribute | Eddie Hung | 2019-08-15 | 1 | -1/+14 | |
| | | | | | | | ||||||
* | | | | | | | Simplify | Eddie Hung | 2019-08-15 | 1 | -4/+2 | |
| | | | | | | | ||||||
* | | | | | | | Merge remote-tracking branch 'origin/master' into xc7dsp | Eddie Hung | 2019-08-15 | 13 | -1000/+1000 | |
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | Merge remote-tracking branch 'origin/master' into eddie/fix_1284_again | Eddie Hung | 2019-08-15 | 12 | -998/+998 | |
| |\| | | | | | ||||||
| | * | | | | | Merge branch 'master' into clifford/ids | Clifford Wolf | 2019-08-15 | 1 | -1/+49 | |
| | |\ \ \ \ \ | ||||||
| | * | | | | | | Use ID() macro in all of passes/opt/ | Clifford Wolf | 2019-08-11 | 12 | -998/+998 | |
| | | |_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was obtained by running the following SED command in passes/opt/ and then using "meld foo.cc foo.cc.orig" to manually fix all resulting compiler errors. sed -i.orig -r 's/"\\\\([a-zA-Z0-9_]+)"/ID(\1)/g; s/"(\$[a-zA-Z0-9_]+)"/ID(\1)/g;' *.cc Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
| * | | | | | | AND with an inverted input, causes X{,N}OR output to be inverted too | Eddie Hung | 2019-08-14 | 1 | -2/+2 | |
| | | | | | | | ||||||
| * | | | | | | Revert "Only sort leaves on non-ANDNOT/ORNOT cells" | Eddie Hung | 2019-08-14 | 1 | -7/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 5ec5f6dec7d4cdcfd9e1a2cda999886605778400. | |||||
| * | | | | | | Only sort leaves on non-ANDNOT/ORNOT cells | Eddie Hung | 2019-08-14 | 1 | -6/+7 | |
| | |/ / / / | |/| | | | | ||||||
| * | | | | | Revert "Since $_ANDNOT_ is not symmetric, do not sort leaves" | Eddie Hung | 2019-08-14 | 1 | -4/+8 | |
| | | | | | | ||||||
| * | | | | | Since $_ANDNOT_ is not symmetric, do not sort leaves | Eddie Hung | 2019-08-12 | 1 | -8/+4 | |
| | |/ / / | |/| | | | ||||||
* | | | | | ffH -> ffFJKG | Eddie Hung | 2019-08-15 | 2 | -15/+15 | |
| | | | | | ||||||
* | | | | | Fixes for reverting SigSpec helper functions | Eddie Hung | 2019-08-14 | 2 | -10/+14 | |
| | | | | | ||||||
* | | | | | Perform C -> PCIN optimisation after pattern matcher | Eddie Hung | 2019-08-13 | 2 | -19/+72 | |
| | | | | | ||||||
* | | | | | Revert changes to RTLIL::SigSpec methods | Eddie Hung | 2019-08-13 | 2 | -7/+30 | |
| | | | | |