Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | | Ignore all generated headers for pmgen pass | Miodrag Milanovic | 2019-08-18 | 1 | -2/+1 | |
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Remove debug | Eddie Hung | 2019-08-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Add (* abc_arrival *) attribute | Eddie Hung | 2019-08-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Move from cell attr to module attr | Eddie Hung | 2019-08-19 | 1 | -24/+64 | |
| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/master' into xaig_dff | Eddie Hung | 2019-08-19 | 38 | -629/+1394 | |
|\| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | 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 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | 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. | |||||
* | | | | | | | | | | | | | | | Use attributes instead of params | Eddie Hung | 2019-08-19 | 1 | -11/+25 | |
| | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Set abc_flop and use it in toposort | Eddie Hung | 2019-08-19 | 1 | -31/+51 | |
| | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Merge branch 'eddie/abc9_refactor' into xaig_dff | Eddie Hung | 2019-08-16 | 64 | -2456/+2776 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | 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 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 | |
| | |_|_|/ / / / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | 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 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | Merge remote-tracking branch 'origin/master' into eddie/fix_1262 | Eddie Hung | 2019-08-11 | 42 | -360/+279 | |
| |\| | | | | | | | | ||||||
| | * | | | | | | | | Revert "Wrap SB_LUT+SB_CARRY into $__ICE40_CARRY_WRAPPER" | David Shah | 2019-08-10 | 3 | -111/+0 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Merge pull request #1258 from YosysHQ/eddie/cleanup | Clifford Wolf | 2019-08-10 | 38 | -225/+218 | |
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Cleanup a few barnacles across codebase | |||||
| | | * | | | | | | | | substr() -> compare() | Eddie Hung | 2019-08-07 | 18 | -74/+74 | |
| | | | | | | | | | | |