Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | indo -> into | Eddie Hung | 2019-08-23 | 1 | -1/+1 |
| | |||||
* | Fix port hanlding in pmgen | Clifford Wolf | 2019-08-23 | 1 | -4/+3 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add pmgen slices and choices | Clifford Wolf | 2019-08-23 | 4 | -28/+276 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Spelling | Eddie Hung | 2019-08-22 | 1 | -2/+2 |
| | |||||
* | Merge pull request #1317 from YosysHQ/eddie/opt_expr_shiftx | Eddie Hung | 2019-08-22 | 1 | -4/+26 |
|\ | | | | | opt_expr to trim A port of $shiftx/$shift | ||||
| * | Copy-paste typo | Eddie Hung | 2019-08-22 | 1 | -1/+1 |
| | | |||||
| * | Respect opt_expr -keepdc as per @cliffordwolf | Eddie Hung | 2019-08-22 | 1 | -1/+1 |
| | | |||||
| * | Handle $shift and Y_WIDTH > 1 as per @cliffordwolf | Eddie Hung | 2019-08-22 | 1 | -4/+8 |
| | | |||||
| * | Add cover() | Eddie Hung | 2019-08-22 | 1 | -0/+1 |
| | | |||||
| * | Canonical form | Eddie Hung | 2019-08-22 | 1 | -5/+5 |
| | | |||||
| * | opt_expr to trim A port of $shiftx if Y_WIDTH == 1 | Eddie Hung | 2019-08-21 | 1 | -0/+17 |
| | | |||||
* | | Fix test_pmgen deps | Miodrag Milanovic | 2019-08-21 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #1314 from YosysHQ/eddie/fix_techmap | Clifford Wolf | 2019-08-21 | 1 | -4/+6 |
|\ | | | | | techmap -max_iter to apply to each module individually | ||||
| * | Grammar | Eddie Hung | 2019-08-20 | 1 | -1/+1 |
| | | |||||
| * | techmap -max_iter to apply to each module individually | Eddie Hung | 2019-08-20 | 1 | -4/+6 |
| | | |||||
* | | Fix copy-paste typo | Eddie Hung | 2019-08-20 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #1304 from YosysHQ/eddie/abc9_refactor | Eddie Hung | 2019-08-20 | 1 | -43/+80 |
|\ | | | | | Refactor abc9 to use port attributes, not module attributes | ||||
| * | Unify abc_carry_{in,out} into abc_carry and use port dir, as @mithro | Eddie Hung | 2019-08-19 | 1 | -6/+6 |
| | | |||||
| * | Use ID() | Eddie Hung | 2019-08-16 | 1 | -3/+3 |
| | | |||||
| * | Compute abc_scc_break and move CI/CO outside of each abc9 | Eddie Hung | 2019-08-16 | 1 | -43/+80 |
| | | |||||
* | | Merge branch 'master' into clifford/pmgen | Clifford Wolf | 2019-08-20 | 4 | -36/+33 |
|\ \ | |||||
| * \ | Merge pull request #1309 from whitequark/proc_clean-fix-1268 | whitequark | 2019-08-20 | 1 | -2/+1 |
| |\ \ | | | | | | | | | proc_clean: fix order of switch insertion | ||||
| | * | | proc_clean: fix order of switch insertion. | whitequark | 2019-08-19 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | Fixes #1268. | ||||
| * | | | Fix typo | Eddie Hung | 2019-08-19 | 1 | -1/+1 |
| | | | | |||||
| * | | | ID({A,B,Y}) -> ID::{A,B,Y} for opt_share.cc | Eddie Hung | 2019-08-19 | 1 | -30/+30 |
| |/ / | |||||
| * | | Ignore all generated headers for pmgen pass | Miodrag Milanovic | 2019-08-18 | 1 | -2/+1 |
| | | | |||||
* | | | Merge branch 'master' of github.com:YosysHQ/yosys into clifford/pmgen | Clifford Wolf | 2019-08-19 | 47 | -1514/+2270 |
|\| | | |||||
| * | | Merge branch 'master' into eddie/pr1266_again | whitequark | 2019-08-18 | 44 | -2165/+2814 |
| |\ \ | |||||
| | * \ | Merge pull request #1283 from YosysHQ/clifford/fix1255 | Clifford Wolf | 2019-08-17 | 2 | -2/+3 |
| | |\ \ | | | | | | | | | | | Fix various NDEBUG compiler warnings | ||||
| | | * \ | Merge branch 'master' into clifford/fix1255 | Clifford Wolf | 2019-08-15 | 13 | -996/+1044 |
| | | |\ \ | |||||
| | | * | | | Fix various NDEBUG compiler warnings, closes #1255 | Clifford Wolf | 2019-08-13 | 2 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| | * | | | | Merge pull request #1303 from YosysHQ/bogdanvuk/opt_share | Clifford Wolf | 2019-08-17 | 3 | -1/+655 |
| | |\ \ \ \ | | | | | | | | | | | | | | | Implement opt_share from @bogdanvuk | ||||
| | | * | | | | Use ID() macro | Eddie Hung | 2019-08-16 | 1 | -118/+110 |
| | | | | | | | |||||
| | | * | | | | Add 'opt_share' to 'opt -full' | Eddie Hung | 2019-08-16 | 1 | -0/+5 |
| | | | | | | | |||||
| | | * | | | | 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 |
| | | | | | |