Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | opt_expr: fix failing $xnor test | Eddie Hung | 2020-03-20 | 1 | -2/+17 | |
| | | | | | | ||||||
| * | | | | | opt_expr: fix missing brace | Eddie Hung | 2020-03-20 | 1 | -2/+4 | |
| | | | | | | ||||||
| * | | | | | 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 | 1 | -19/+51 | |
|\ \ \ \ \ | | | | | | | | | | | | | opt_expr: improve performance on $alu and $sub | |||||
| * | | | | | 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 #1761 from YosysHQ/eddie/opt_merge_speedup | Eddie Hung | 2020-03-31 | 1 | -132/+102 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | 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 | 1 | -132/+102 | |
| |/ / / | ||||||
* | | | | 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 | |
| | | | | | ||||||
| * | | | | Simplify iterating over selected modules or cells. | Alberto Gonzalez | 2020-03-30 | 1 | -16/+4 | |
| | | | | | | | | | | | | | | | | | | | | Co-Authored-By: N. Engelhardt <nak@symbioticeda.com> | |||||
| * | | | | Clean up more in `passes/sat/expose.cc`. | Alberto Gonzalez | 2020-03-30 | 1 | -64/+59 | |
| | | | | | | | | | | | | | | | | | | | | Co-Authored-By: N. Engelhardt <nak@symbioticeda.com> | |||||
| * | | | | Clean up pseudo-private member usage in `passes/sat/expose.cc`. | Alberto Gonzalez | 2020-03-28 | 1 | -11/+9 | |
| | | | | | ||||||
* | | | | | Merge pull request #1832 from boqwxp/cleanup_passes_cmds_design | Eddie Hung | 2020-03-30 | 1 | -31/+33 | |
|\ \ \ \ \ | | | | | | | | | | | | | Clean up pseudo-private member usage in `passes/cmds/design.cc`. | |||||
| * | | | | | Replace `RTLIL::id2cstr()` with `log_id()`. | Alberto Gonzalez | 2020-03-30 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: Eddie Hung <eddie@fpgeh.com> | |||||
| * | | | | | Clean up pseudo-private member usage in `passes/cmds/design.cc`. | Alberto Gonzalez | 2020-03-28 | 1 | -31/+33 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #1786 from boqwxp/hierarchycc_cleanup | Eddie Hung | 2020-03-30 | 1 | -69/+63 | |
|\ \ \ \ \ | | | | | | | | | | | | | Clean up pseudo-private member usage in `passes/hierarchy/hierarchy.cc`. | |||||
| * | | | | | Fix double deletion in `passes/hierarchy/hierarchy.cc`. | Alberto Gonzalez | 2020-03-30 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: Eddie Hung <eddie@fpgeh.com> | |||||
| * | | | | | Clean up pseudo-private member usage in `passes/hierarchy/hierarchy.cc`. | Alberto Gonzalez | 2020-03-19 | 1 | -68/+63 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #1831 from boqwxp/cleanup_sat_eval | Eddie Hung | 2020-03-30 | 1 | -46/+44 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Clean up pseudo-private member usage in `passes/sat/eval.cc`. | |||||
| * | | | | | | Further clean up `passes/sat/eval.cc`. | Alberto Gonzalez | 2020-03-30 | 1 | -16/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: Eddie Hung <eddie@fpgeh.com> | |||||
| * | | | | | | Clean up pseudo-private member usage in `passes/sat/eval.cc`. | Alberto Gonzalez | 2020-03-28 | 1 | -35/+34 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge pull request #1833 from boqwxp/cleanup_sat_freduce | Eddie Hung | 2020-03-30 | 1 | -15/+13 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Clean up pseudo-private member usage in `passes/sat/freduce.cc`. | |||||
| * | | | | | | Further clean up `passes/sat/freduce.cc`. | Alberto Gonzalez | 2020-03-30 | 1 | -3/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: Eddie Hung <eddie@fpgeh.com> | |||||
| * | | | | | | Clean up pseudo-private member usage in `passes/sat/freduce.cc`. | Alberto Gonzalez | 2020-03-28 | 1 | -13/+12 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #1778 from rswarbrick/sv-defines | N. Engelhardt | 2020-03-30 | 1 | -1/+2 | |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | Add support for SystemVerilog-style `define to Verilog frontend | |||||
| * | | | | | Add support for SystemVerilog-style `define to Verilog frontend | Rupert Swarbrick | 2020-03-27 | 1 | -1/+2 | |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch should support things like `define foo(a, b = 3, c) a+b+c `foo(1, ,2) which will evaluate to 1+3+2. It also spots mistakes like `foo(1) (the 3rd argument doesn't have a default value, so a call site is required to set it). Most of the patch is a simple parser for the format in preproc.cc, but I've also taken the opportunity to wrap up the "name -> definition" map in a type, rather than use multiple std::map's. Since this type needs to be visible to code that touches defines, I've pulled it (and the frontend_verilog_preproc declaration) out into a new file at frontends/verilog/preproc.h and included that where necessary. Finally, the patch adds a few tests in tests/various to check that we are parsing everything correctly. | |||||
* | | | | | Explicit include of csignal | Miodrag Milanovic | 2020-03-28 | 1 | -0/+1 | |
| | | | | | ||||||
* | | | | | windows - there are no stopping signals | Miodrag Milanovic | 2020-03-28 | 1 | -0/+1 | |
|/ / / / | ||||||
* | | | | Merge pull request #1806 from YosysHQ/mwk/techmap-replace-fix | Claire Wolf | 2020-03-26 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | techmap: Fix cell names with _TECHMAP_REPLACE_.* | |||||
| * | | | | techmap: Fix cell names with _TECHMAP_REPLACE_.* | Marcin Kościelnicki | 2020-03-23 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | Fixes #1804. | |||||
* | | | | | Merge pull request #1763 from boqwxp/issue1762 | N. Engelhardt | 2020-03-23 | 2 | -12/+53 | |
|\ \ \ \ \ | | | | | | | | | | | | | Closes #1762. Adds warnings for `select` arguments not matching any object and for `add` command when no modules selected | |||||
| * | | | | | Do not warn on empty selection with prefixed `arg_memb`. | Alberto Gonzalez | 2020-03-23 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: N. Engelhardt <nak@symbioticeda.com> | |||||
| * | | | | | Suppress warnings for empty `select` arguments when `-count` or `-assert-*` ↵ | Alberto Gonzalez | 2020-03-23 | 1 | -4/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | options are set. | |||||
| * | | | | | Warn on empty selection for `add` command. | Alberto Gonzalez | 2020-03-23 | 2 | -6/+40 | |
| | | | | | | ||||||
| * | | | | | Add N:* to select language, fix some old code | Claire Wolf | 2020-03-17 | 1 | -4/+9 | |
| | |/ / / | |/| | | | | | | | | | | | | | Signed-off-by: Claire Wolf <claire@symbioticeda.com> | |||||
* | | | | | Merge pull request #1785 from boqwxp/mitercc_cleanup | N. Engelhardt | 2020-03-23 | 1 | -60/+56 | |
|\ \ \ \ \ | | | | | | | | | | | | | Clean up pseudo-private member usage in `passes/sat/miter.cc`. | |||||
| * | | | | | Clean up pseudo-private member usage in `passes/sat/miter.cc`. | Alberto Gonzalez | 2020-03-19 | 1 | -60/+56 | |
| |/ / / / | ||||||
* | / / / | iopadmap: Attempt to give new wires/cells meaningful names | R. Ou | 2020-03-22 | 1 | -6/+18 | |
| |/ / / |/| | | | ||||||
* | | | | fsm_extract: Initialize celltypes with full design. | Marcin Kościelnicki | 2020-03-19 | 1 | -5/+1 | |
| | | | | | | | | | | | | | | | | Fixes #1781. | |||||
* | | | | Merge pull request #1774 from boqwxp/exec | N. Engelhardt | 2020-03-19 | 2 | -0/+204 | |
|\ \ \ \ | |/ / / |/| | | | Add `exec` command to allow running shell commands from inside Yosys scripts | |||||
| * | | | Update copyright and license header. | Alberto Gonzalez | 2020-03-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | I hereby assign to Claire Wolf the copyright for all work I did on `passes/cmds/exec.cc`. In the event that this copyright assignment is not legally valid, I offer this work under the ISC license. | |||||
| * | | | Clean up `exec` code according to review. | Alberto Gonzalez | 2020-03-18 | 1 | -5/+18 | |
| | | | | | | | | | | | | | | | | Co-Authored-By: Miodrag Milanović <mmicko@gmail.com> | |||||
| * | | | Allow specifying multiple regexes to match in `exec` command output, and ↵ | Alberto Gonzalez | 2020-03-16 | 1 | -33/+67 | |
| | | | | | | | | | | | | | | | | also to specify regexes that must _not_ match. | |||||
| * | | | Add `exec` command to run shell commands. | Alberto Gonzalez | 2020-03-16 | 2 | -0/+157 | |
| | | | | ||||||
* | | | | Merge pull request #1769 from boqwxp/select_cleanup | Eddie Hung | 2020-03-17 | 1 | -162/+157 | |
|\ \ \ \ | |/ / / |/| | | | Clean up code style and pseudo-private member usage in `passes/cmds/select.cc` | |||||
| * | | | Further clean up `passes/cmds/select.cc`. | Alberto Gonzalez | 2020-03-16 | 1 | -11/+9 | |
| | | | | | | | | | | | | | | | | Co-Authored-By: Eddie Hung <eddie@fpgeh.com> |