Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Merge pull request #1765 from YosysHQ/claire/btor_info | Claire Wolf | 2020-04-02 | 1 | -9/+113 | |
|\| | | | | | | | | | | | | | | | | | Add info-file and cover features to write_btor | |||||
| * | | | | | Add info-file and cover features to write_btor | Claire Wolf | 2020-03-13 | 1 | -9/+113 | |
| |/ / / / | | | | | | | | | | | | | | | | Signed-off-by: Claire Wolf <claire@symbioticeda.com> | |||||
* | | | | | Merge pull request #1777 from YosysHQ/claire/manyhot | Claire Wolf | 2020-04-02 | 1 | -14/+146 | |
|\ \ \ \ \ | | | | | | | | | | | | | Using LFSR counter for ezSAT::manyhot() | |||||
| * | | | | | Improve ezsat onehot encoding scheme | Claire Wolf | 2020-04-02 | 1 | -14/+28 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Claire Wolf <claire@symbioticeda.com> | |||||
| * | | | | | Using LFSR counter for ezSAT::manyhot() | Claire Wolf | 2020-04-02 | 1 | -0/+118 | |
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The only user of this API right now is the puzzle3d benchmark and it sees a slight reduction in CNF size from this, but the performance difference is within the noise of measurement on my system. Signed-off-by: Claire Wolf <claire@symbioticeda.com> | |||||
* | | | | | Merge pull request #1828 from YosysHQ/eddie/celltypes_speedup | Eddie Hung | 2020-04-01 | 4 | -31/+50 | |
|\ \ \ \ \ | | | | | | | | | | | | | kernel: share a single CellTypes within a pass | |||||
| * | | | | | memory_share: fix stray brace | Eddie Hung | 2020-03-30 | 1 | -1/+0 | |
| | | | | | | ||||||
| * | | | | | Code review fixes | Eddie Hung | 2020-03-30 | 2 | -3/+3 | |
| | | | | | | ||||||
| * | | | | | Apply suggestions from code review | Eddie Hung | 2020-03-30 | 2 | -6/+2 | |
| | | | | | | | | | | | | | | | | | | Co-Authored-By: Alberto Gonzalez <61295559+boqwxp@users.noreply.github.com> | |||||
| * | | | | | kernel: clear some more ShareWorker state | Eddie Hung | 2020-03-26 | 1 | -0/+4 | |
| | | | | | | ||||||
| * | | | | | kernel: share a single CellTypes within a pass | Eddie Hung | 2020-03-18 | 4 | -31/+51 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #1790 from YosysHQ/eddie/opt_expr_xor | Eddie Hung | 2020-04-01 | 4 | -10/+92 | |
|\ \ \ \ \ | | | | | | | | | | | | | opt_expr: optimise $xor/$xnor/$_XOR_/$_XNOR_ -s with constant inputs | |||||
| * | | | | | opt_expr: fix failing $xnor test | Eddie Hung | 2020-03-20 | 1 | -2/+17 | |
| | | | | | | ||||||
| * | | | | | opt_expr: add failing $xnor test | Eddie Hung | 2020-03-20 | 1 | -1/+13 | |
| | | | | | | ||||||
| * | | | | | Simplify breaking tests/arch/*/fsm.ys tests | Eddie Hung | 2020-03-20 | 2 | -7/+3 | |
| | | | | | | ||||||
| * | | | | | opt_expr: fix missing brace | Eddie Hung | 2020-03-20 | 1 | -2/+4 | |
| | | | | | | ||||||
| * | | | | | opt_expr: add $xor/$xnor/$_XOR_/$_XNOR_ tests | Eddie Hung | 2020-03-19 | 1 | -0/+40 | |
| | | | | | | ||||||
| * | | | | | opt_expr: extend to $xnor and $_XNOR_ | Eddie Hung | 2020-03-19 | 1 | -8/+12 | |
| | | | | | | ||||||
| * | | | | | opt_expr: optimise 1-bit $xor or $_XOR_ with constant input | Eddie Hung | 2020-03-19 | 1 | -1/+14 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #1789 from YosysHQ/eddie/opt_expr_alu | Eddie Hung | 2020-04-01 | 2 | -19/+114 | |
|\ \ \ \ \ | | | | | | | | | | | | | opt_expr: improve performance on $alu and $sub | |||||
| * | | | | | opt_expr: add $alu tests | Eddie Hung | 2020-03-19 | 1 | -0/+63 | |
| | | | | | | ||||||
| * | | | | | opt_expr: remove redundant | Eddie Hung | 2020-03-19 | 1 | -3/+0 | |
| | | | | | | ||||||
| * | | | | | opt_expr: optimise $sub when both A[i] and B[i] == 1'b1 | Eddie Hung | 2020-03-19 | 1 | -9/+20 | |
| | | | | | | ||||||
| * | | | | | opt_expr: optimise for identity $alu-s just like $add/$sub | Eddie Hung | 2020-03-19 | 1 | -7/+31 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #1844 from YosysHQ/dave/gen-source-loc | David Shah | 2020-04-01 | 1 | -0/+6 | |
|\ \ \ \ \ | | | | | | | | | | | | | verilog: Add location info for generate constructs | |||||
| * | | | | | verilog: Add location info for generate constructs | David Shah | 2020-04-01 | 1 | -0/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | |||||
* | | | | | | Merge pull request #1852 from boqwxp/cleanup_synth_ice40 | Eddie Hung | 2020-04-01 | 1 | -4/+4 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix indentation in `techlibs/ice40/synth_ice40.cc`. | |||||
| * | | | | | | Fix indentation in `techlibs/ice40/synth_ice40.cc`. | Alberto Gonzalez | 2020-04-01 | 1 | -4/+4 | |
| | |_|_|/ / | |/| | | | | ||||||
* | | | | | | Merge pull request #1849 from boqwxp/cleanup_kernel_yosys | Eddie Hung | 2020-04-01 | 1 | -14/+13 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Clean up pseudo-private member usage in `kernel/yosys.cc`. | |||||
| * | | | | | | Clean up pseudo-private member usage in `kernel/yosys.cc`. | Alberto Gonzalez | 2020-04-01 | 1 | -14/+13 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #1850 from boqwxp/cleanup_backends | Eddie Hung | 2020-04-01 | 7 | -103/+84 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Cleanup pseudo-private member usage and outdated `RTLIL::id2cstr()` in backends | |||||
| * | | | | | | Update `RTLIL::id2cstr()` usage to `log_id`. | Alberto Gonzalez | 2020-04-01 | 1 | -2/+2 | |
| | | | | | | | ||||||
| * | | | | | | Clean up pseudo-private member usage in `backends/intersynth/intersynth.cc`. | Alberto Gonzalez | 2020-04-01 | 1 | -22/+19 | |
| | | | | | | | ||||||
| * | | | | | | Clean up pseudo-private member usage in `backends/blif/blif.cc`. | Alberto Gonzalez | 2020-04-01 | 1 | -15/+11 | |
| | | | | | | | ||||||
| * | | | | | | Clean up pseudo-private member usage in `backends/verilog/verilog_backend.cc`. | Alberto Gonzalez | 2020-04-01 | 1 | -22/+19 | |
| | | | | | | | ||||||
| * | | | | | | Clean up pseudo-private member usage in `backends/spice/spice.cc`. | Alberto Gonzalez | 2020-04-01 | 1 | -13/+9 | |
| | | | | | | | ||||||
| * | | | | | | Clean up pseudo-private member usage in `backends/edif/edif.cc`. | Alberto Gonzalez | 2020-04-01 | 1 | -23/+18 | |
| | | | | | | | ||||||
| * | | | | | | Clean up pseudo-private member usage in `backends/ilang/ilang_backend.cc`. | Alberto Gonzalez | 2020-04-01 | 1 | -6/+6 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #1848 from YosysHQ/eddie/fix_dynslice | Claire Wolf | 2020-04-01 | 2 | -1/+13 | |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | ast: simplify to fully populate dynamic slicing case transformation | |||||
| * | | | | | ast: simplify to fully populate dynamic slicing case transformation | Eddie Hung | 2020-03-31 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | Add dynamic slicing Verilog testcase | Eddie Hung | 2020-03-31 | 1 | -0/+12 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge pull request #1761 from YosysHQ/eddie/opt_merge_speedup | Eddie Hung | 2020-03-31 | 3 | -132/+194 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | opt_merge: speedup | |||||
| * | | | | opt_merge: unordered_map -> dict as per @cliffordwolf review | Eddie Hung | 2020-03-16 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | opt_merge: speedup | Eddie Hung | 2020-03-16 | 3 | -132/+194 | |
| |/ / / | ||||||
* | | | | Merge pull request #1783 from boqwxp/astcc_cleanup | Eddie Hung | 2020-03-30 | 1 | -13/+20 | |
|\ \ \ \ | | | | | | | | | | | Clean up pseudo-private member usage in `frontends/ast/ast.cc`. | |||||
| * | | | | Add explanatory comment about inefficient wire removal and remove ↵ | Alberto Gonzalez | 2020-03-30 | 1 | -4/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | superfluous call to `fixup_ports()`. Co-Authored-By: Eddie Hung <eddie@fpgeh.com> | |||||
| * | | | | Revert over-aggressive change to a more modest cleanup. | Alberto Gonzalez | 2020-03-27 | 1 | -2/+3 | |
| | | | | | ||||||
| * | | | | Clean up pseudo-private member usage in `frontends/ast/ast.cc`. | Alberto Gonzalez | 2020-03-19 | 1 | -11/+13 | |
| | | | | | ||||||
* | | | | | Merge pull request #1835 from boqwxp/cleanup_sat_expose | Eddie Hung | 2020-03-30 | 1 | -85/+66 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Clean up pseudo-private member usage in `passes/sat/expose.cc`. | |||||
| * | | | | Remove unused function parameter. | Alberto Gonzalez | 2020-03-30 | 1 | -2/+2 | |
| | | | | |