Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | | | | | 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 | |
| | | | | | | | | | | | ||||||
| | | * | | | | | | | | RTLIL::S{0,1} -> State::S{0,1} | Eddie Hung | 2019-08-07 | 7 | -48/+48 | |
| | | | | | | | | | | | ||||||
| | | * | | | | | | | | Merge remote-tracking branch 'origin/master' into eddie/cleanup | Eddie Hung | 2019-08-07 | 4 | -41/+54 | |
| | | |\ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | Remove std:: namespace | Eddie Hung | 2019-08-07 | 1 | -5/+5 | |
| | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | stoi -> atoi | Eddie Hung | 2019-08-07 | 34 | -110/+110 | |
| | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | IdString::str().substr() -> IdString::substr() | Eddie Hung | 2019-08-06 | 1 | -1/+1 | |
| | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | Fix typos | Eddie Hung | 2019-08-06 | 1 | -5/+5 | |
| | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | Use std::stoi instead of atoi(<str>.c_str()) | Eddie Hung | 2019-08-06 | 31 | -100/+100 | |
| | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | Use IdString::begins_with() | Eddie Hung | 2019-08-06 | 2 | -19/+17 | |
| | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | Use State::S{0,1} | Eddie Hung | 2019-08-06 | 6 | -12/+12 | |
| | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | Make liberal use of IdString.in() | Eddie Hung | 2019-08-06 | 14 | -34/+34 | |
| | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | Cleanup opt_expr.cc | Eddie Hung | 2019-08-06 | 1 | -35/+30 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | Merge pull request #1276 from YosysHQ/clifford/fix1273 | Clifford Wolf | 2019-08-10 | 1 | -15/+54 | |
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Disable NMUX, AOI3, OAI3, AOI4, OAI4 in ABC default gate lib | |||||
| | | * | | | | | | | | | | Disable NMUX, AOI3, OAI3, AOI4, OAI4 in ABC default gate lib, add "abc -g ↵ | Clifford Wolf | 2019-08-09 | 1 | -15/+54 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | all", fixes #1273 Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
| | * | | | | | | | | | | | Merge pull request #1267 from whitequark/proc_prune-fix-1243 | whitequark | 2019-08-09 | 1 | -9/+7 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / | | |/| | | | | | | | | | | proc_prune: fix handling of exactly identical assigns | |||||
| | | * | | | | | | | | | | proc_prune: fix handling of exactly identical assigns. | whitequark | 2019-08-08 | 1 | -9/+7 | |
| | | | |_|_|_|_|_|_|/ / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before this commit, in a process like: process $proc$bug.v:8$3 assign $foo \bar switch \sel case 1'1 assign $foo 1'1 assign $foo 1'1 case assign $foo 1'0 end end both of the "assign $foo 1'1" would incorrectly be removed. Fixes #1243. | |||||
| * | | | | | | | | | | | Wrong way around | Eddie Hung | 2019-08-10 | 1 | -2/+2 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | cover_list -> cover as per @cliffordwolf | Eddie Hung | 2019-08-10 | 1 | -2/+2 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Grammar | Eddie Hung | 2019-08-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Separate $alu handling | Eddie Hung | 2019-08-09 | 1 | -7/+50 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | opt_expr -fine to trim LSBs of $alu too | Eddie Hung | 2019-08-09 | 1 | -4/+9 | |
| |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #1264 from YosysHQ/eddie/fix_1254 | Eddie Hung | 2019-08-08 | 1 | -0/+6 | |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | opt_lut to ignore LUT cells, or those that drive bits, with (* keep *) | |||||
| | * | | | | | | | | | | opt_lut to ignore LUT cells, or those that drive bits, with (* keep *) | Eddie Hung | 2019-08-07 | 1 | -0/+6 | |
| | |/ / / / / / / / / | ||||||
| * / / / / / / / / / | Add ice40_wrapcarry pass, rename $__ICE40_FULL_ADDER -> CARRY_WRAPPER | Eddie Hung | 2019-08-07 | 3 | -0/+111 | |
| |/ / / / / / / / / | ||||||
| * | | | | | | | | | Add comment | Eddie Hung | 2019-08-07 | 1 | -2/+3 | |
| | | | | | | | | | |