Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1280 from YosysHQ/revert-1266-eddie/ice40_full_adder | Eddie Hung | 2019-08-10 | 20 | -180/+180 |
|\ | | | | | Revert "Wrap SB_LUT+SB_CARRY into $__ICE40_CARRY_WRAPPER" | ||||
| * | Revert "Wrap SB_LUT+SB_CARRY into $__ICE40_CARRY_WRAPPER" | David Shah | 2019-08-10 | 20 | -180/+180 |
|/ | |||||
* | Merge pull request #1258 from YosysHQ/eddie/cleanup | Clifford Wolf | 2019-08-10 | 69 | -414/+405 |
|\ | | | | | Cleanup a few barnacles across codebase | ||||
| * | substr() -> compare() | Eddie Hung | 2019-08-07 | 31 | -127/+127 |
| | | |||||
| * | RTLIL::S{0,1} -> State::S{0,1} for headers | Eddie Hung | 2019-08-07 | 5 | -40/+40 |
| | | |||||
| * | RTLIL::S{0,1} -> State::S{0,1} | Eddie Hung | 2019-08-07 | 15 | -86/+86 |
| | | |||||
| * | Merge remote-tracking branch 'origin/master' into eddie/cleanup | Eddie Hung | 2019-08-07 | 19 | -383/+879 |
| |\ | |||||
| * | | Remove std:: namespace | Eddie Hung | 2019-08-07 | 1 | -5/+5 |
| | | | |||||
| * | | 'make clean' to not remove anything abc | Eddie Hung | 2019-08-07 | 1 | -1/+1 |
| | | | |||||
| * | | stoi -> atoi | Eddie Hung | 2019-08-07 | 41 | -121/+121 |
| | | | |||||
| * | | IdString::str().substr() -> IdString::substr() | Eddie Hung | 2019-08-06 | 2 | -2/+2 |
| | | | |||||
| * | | Fix typos | Eddie Hung | 2019-08-06 | 3 | -9/+9 |
| | | | |||||
| * | | Fix spacing | Eddie Hung | 2019-08-06 | 1 | -3/+3 |
| | | | |||||
| * | | Use std::stoi instead of atoi(<str>.c_str()) | Eddie Hung | 2019-08-06 | 36 | -109/+109 |
| | | | |||||
| * | | Use IdString::begins_with() | Eddie Hung | 2019-08-06 | 5 | -28/+30 |
| | | | |||||
| * | | RTLIL::S{0,1} -> State::S{0,1} | Eddie Hung | 2019-08-06 | 2 | -21/+21 |
| | | | |||||
| * | | Use State::S{0,1} | Eddie Hung | 2019-08-06 | 10 | -19/+19 |
| | | | |||||
| * | | Make liberal use of IdString.in() | Eddie Hung | 2019-08-06 | 18 | -51/+45 |
| | | | |||||
| * | | Cleanup opt_expr.cc | Eddie Hung | 2019-08-06 | 1 | -35/+30 |
| | | | |||||
* | | | Merge pull request #1261 from YosysHQ/clifford/verific_init | Clifford Wolf | 2019-08-10 | 3 | -12/+74 |
|\ \ \ | | | | | | | | | Automatically prune init attributes in verific front-end | ||||
| * | | | Automatically prune init attributes in verific front-end, fixes #1237 | Clifford Wolf | 2019-08-07 | 3 | -12/+74 |
| | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | | | Merge pull request #1263 from ucb-bar/firrtl_err_on_unsupported_cell | Clifford Wolf | 2019-08-10 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | FIRRTL error on unsupported cell | ||||
| * \ \ \ | Merge branch 'master' into firrtl_err_on_unsupported_cell | Jim Lawson | 2019-08-07 | 64 | -489/+1315 |
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | | | | | | | # Conflicts: # backends/firrtl/firrtl.cc | ||||
| * | | | | Call log_error() instead of log_warning() on unsupported cell type in FIRRTL ↵ | Jim Lawson | 2019-07-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | backend. | ||||
* | | | | | Merge pull request #1270 from YosysHQ/eddie/alu_lcu_doc | Clifford Wolf | 2019-08-10 | 1 | -8/+36 |
|\ \ \ \ \ | | | | | | | | | | | | | Add a few comments to document $alu and $lcu | ||||
| * | | | | | Reformat so it shows up/looks nice when "help $alu" and "help $alu+" | Eddie Hung | 2019-08-09 | 1 | -25/+34 |
| | | | | | | |||||
| * | | | | | A bit more on where $lcu comes from | Eddie Hung | 2019-08-09 | 1 | -0/+2 |
| | | | | | | |||||
| * | | | | | Add more comments | Eddie Hung | 2019-08-09 | 1 | -4/+18 |
| | | | | | | |||||
| * | | | | | Add a few comments to document $alu and $lcu | Eddie Hung | 2019-08-08 | 1 | -9/+12 |
| | | | | | | |||||
* | | | | | | Merge pull request #1272 from mmicko/travis_fix | Clifford Wolf | 2019-08-10 | 1 | -1/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Propagate parameters for Travis build | ||||
| * | | | | | | ABC requires it like this | Miodrag Milanovic | 2019-08-09 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Propagate parameters for Travis build | Miodrag Milanovic | 2019-08-09 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #1274 from YosysHQ/eddie/fix_1271 | Clifford Wolf | 2019-08-10 | 1 | -0/+1 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Add __STDC_FORMAT_MACROS before <inttypes.h> as per @mithro | ||||
| * | | | | | | | Add __STDC_FORMAT_MACROS before <inttypes.h> as per @mithro | Eddie Hung | 2019-08-09 | 1 | -0/+1 |
| |/ / / / / / | |||||
* | | | | | | | 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. | ||||
* | | | | | | 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 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #1266 from YosysHQ/eddie/ice40_full_adder | Eddie Hung | 2019-08-08 | 20 | -180/+180 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Wrap SB_LUT+SB_CARRY into $__ICE40_CARRY_WRAPPER | ||||
| * | | | | | Remove dump call | Eddie Hung | 2019-08-07 | 1 | -1/+0 |
| | | | | | | |||||
| * | | | | | Move tests/various/opt* into tests/opt/ | Eddie Hung | 2019-08-07 | 5 | -1/+1 |
| | | | | | | |||||
| * | | | | | Remove ice40_unlut call, simply do equiv_opt on synth_ice40 | Eddie Hung | 2019-08-07 | 1 | -3/+1 |
| | | | | | | |||||
| * | | | | | Add testcase from removed opt_ff.{v,ys} | Eddie Hung | 2019-08-07 | 1 | -0/+32 |
| | | | | | | |||||
| * | | | | | Remove tests/opt/opt_ff.{v,ys} as they don't seem to do anything but run | Eddie Hung | 2019-08-07 | 2 | -24/+0 |
| | | | | | | |||||
| * | | | | | Allow whitebox modules to be overwritten | Eddie Hung | 2019-08-07 | 2 | -3/+1 |
| | | | | | | |||||
| * | | | | | Update CHANGELOG | Eddie Hung | 2019-08-07 | 1 | -0/+2 |
| | | | | | | |||||
| * | | | | | Add ice40_wrapcarry pass, rename $__ICE40_FULL_ADDER -> CARRY_WRAPPER | Eddie Hung | 2019-08-07 | 6 | -10/+128 |
| | | | | | | |||||
| * | | | | | Add test | Eddie Hung | 2019-08-07 | 1 | -1/+10 |
| | | | | | |