Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | 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. | |||||
| | | | | | * | | | 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 | |
| | | | | | | | | | ||||||
| | | | | | * | | | Add $alu tests | Eddie Hung | 2019-08-09 | 1 | -0/+42 | |
| | | | | | | | | | ||||||
| | | | | | * | | | opt_expr -fine to trim LSBs of $alu too | Eddie Hung | 2019-08-09 | 1 | -4/+9 | |
| | | | | | | | | | ||||||
| | | | | | * | | | Add alumacc versions of opt_expr tests | Eddie Hung | 2019-08-09 | 1 | -0/+84 | |
| | | | | | | | | | ||||||
| | | | | | * | | | Add new $alu test, remove wreduce | Eddie Hung | 2019-08-09 | 1 | -11/+21 | |
| | | | | | | | | | ||||||
| | | | | | * | | | Cleanup some more | Eddie Hung | 2019-08-09 | 1 | -12/+0 | |
| | | | | | | | | | ||||||
| | | | | | * | | | Simplify opt_expr tests using equiv_opt | Eddie Hung | 2019-08-09 | 1 | -72/+23 | |
| |_|_|_|_|/ / / |/| | | | | | | | ||||||
* | | | | | | | | 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 | |
| | | | | | | | | ||||||
| * | | | | | | | Remove ice40_unlut | Eddie Hung | 2019-08-07 | 2 | -107/+0 | |
| | | | | | | | | ||||||
| * | | | | | | | Wrap SB_CARRY+SB_LUT into $__ICE40_FULL_ADDER | Eddie Hung | 2019-08-07 | 3 | -39/+14 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #1248 from YosysHQ/eddie/abc9_speedup | Eddie Hung | 2019-08-07 | 4 | -40/+48 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | abc9: speedup by using using "clean" more efficiently | |||||
| * | | | | | | Add comment | Eddie Hung | 2019-08-07 | 1 | -2/+3 | |
| | | | | | | | ||||||
| * | | | | | | Revert "Add TODO" | Eddie Hung | 2019-08-07 | 1 | -2/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 6068a6bf0d91e3ab9a5eaa33894a816f1560f99a. | |||||
| * | | | | | | Add TODO | Eddie Hung | 2019-08-07 | 1 | -0/+2 | |
| | | | | | | | ||||||
| * | | | | | | Compute box_lookup just once | Eddie Hung | 2019-08-07 | 1 | -8/+24 | |
| | | | | | | |