| Commit message (Expand) | Author | Age | Files | Lines |
* | machxo2: Add passing fsm, mux, and shifter tests. | William D. Jones | 2021-02-23 | 3 | -0/+65 |
* | machxo2: Add add_sub test. Fix tests to include FACADE_IO primitives. | William D. Jones | 2021-02-23 | 3 | -3/+11 |
* | machxo2: Add dffe test. | William D. Jones | 2021-02-23 | 1 | -0/+9 |
* | machxo2: Add dff.ys test, fix another cells_map.v typo. | William D. Jones | 2021-02-23 | 1 | -0/+10 |
* | machxo2: Add test/arch/machxo2 directory (test does not pass). | William D. Jones | 2021-02-23 | 3 | -0/+14 |
* | assertpmux: Fix crash on unused $pmux output. | Marcelina Kościelnicka | 2021-02-22 | 1 | -0/+18 |
* | Merge pull request #2586 from zachjs/tern-recurse | whitequark | 2021-02-21 | 2 | -0/+76 |
|\ |
|
| * | verilog: support recursive functions using ternary expressions | Zachary Snow | 2021-02-12 | 2 | -0/+76 |
* | | verilog: error on macro invocations with missing argument lists | Zachary Snow | 2021-02-19 | 2 | -0/+22 |
|/ |
|
* | Merge pull request #2573 from zachjs/repeat-call | whitequark | 2021-02-11 | 2 | -0/+94 |
|\ |
|
| * | verilog: refactored constant function evaluation | Zachary Snow | 2021-02-04 | 2 | -0/+94 |
* | | Merge pull request #2578 from zachjs/genblk-port | Zachary Snow | 2021-02-11 | 2 | -0/+22 |
|\ \ |
|
| * | | verlog: allow shadowing module ports within generate blocks | Zachary Snow | 2021-02-07 | 2 | -0/+22 |
* | | | Add missing is_signed to type_atom | Kamil Rakoczy | 2021-02-11 | 1 | -0/+19 |
|/ / |
|
* | | genrtlil: fix signed port connection codegen failures | Zachary Snow | 2021-02-05 | 2 | -7/+28 |
* | | Add check of begin/end labels for genblock | Kamil Rakoczy | 2021-02-04 | 1 | -0/+26 |
|/ |
|
* | Merge pull request #2529 from zachjs/unnamed-genblk | whitequark | 2021-02-04 | 23 | -6/+495 |
|\ |
|
| * | verilog: significant block scoping improvements | Zachary Snow | 2021-01-31 | 23 | -6/+495 |
* | | Merge pull request #2436 from dalance/fix_generate | whitequark | 2021-02-03 | 2 | -7/+4 |
|\ \ |
|
| * | | Fix begin/end in generate | dalance | 2020-11-11 | 2 | -7/+4 |
* | | | verilog: strip leading and trailing spaces in macro args | Zachary Snow | 2021-01-28 | 1 | -0/+20 |
| |/
|/| |
|
* | | xilinx_dffopt: Don't crash on missing IS_*_INVERTED. | Marcelina Kościelnicka | 2021-01-27 | 2 | -1/+48 |
* | | Merge pull request #2550 from zachjs/macro-arg-spaces | whitequark | 2021-01-25 | 1 | -0/+28 |
|\ \ |
|
| * | | verilog: allow spaces in macro arguments | Zachary Snow | 2021-01-20 | 1 | -0/+28 |
* | | | Allow combination of rand and const modifiers | Zachary Snow | 2021-01-21 | 2 | -0/+9 |
* | | | sv: fix support wire and var data type modifiers | Zachary Snow | 2021-01-20 | 2 | -0/+42 |
|/ / |
|
* | | Merge pull request #2547 from zachjs/plugin-so-dsym | whitequark | 2021-01-18 | 1 | -0/+1 |
|\ \ |
|
| * | | Add plugin.so.dSYM to .gitignore | Zachary Snow | 2021-01-18 | 1 | -0/+1 |
* | | | Add typedef input/output test | Kamil Rakoczy | 2021-01-18 | 2 | -0/+117 |
|/ / |
|
* | | opt_share: Fix X and CO signal width for shifted $alu in opt_share. | Marcelina Kościelnicka | 2021-01-14 | 1 | -0/+20 |
* | | Merge pull request #2518 from zachjs/recursion | whitequark | 2021-01-01 | 2 | -0/+71 |
|\ \ |
|
| * | | verilog: improved support for recursive functions | Zachary Snow | 2020-12-31 | 2 | -0/+71 |
* | | | sv: complete support for implied task/function port directions | Zachary Snow | 2020-12-31 | 2 | -0/+29 |
|/ / |
|
* | | Fix elaboration of whole memory words used as indices | Zachary Snow | 2020-12-26 | 3 | -0/+48 |
* | | Fix constants bound to redeclared function args | Zachary Snow | 2020-12-26 | 1 | -0/+10 |
* | | Merge pull request #2501 from zachjs/genrtlil-tern-sign | whitequark | 2020-12-23 | 1 | -4/+9 |
|\ \ |
|
| * | | genrtlil: fix mux2rtlil generated wire signedness | Zachary Snow | 2020-12-22 | 1 | -4/+9 |
* | | | Merge pull request #2476 from zachjs/const-arg-width | whitequark | 2020-12-23 | 1 | -0/+10 |
|\ \ \
| |/ /
|/| | |
|
| * | | Fix constants bound to single bit arguments (fixes #2383) | Zachary Snow | 2020-12-22 | 1 | -0/+10 |
* | | | Merge pull request #2479 from zachjs/const-arg-hint | whitequark | 2020-12-22 | 1 | -0/+9 |
|\ \ \ |
|
| * | | | Allow constant function calls in constant function arguments | Zachary Snow | 2020-12-07 | 1 | -0/+9 |
| |/ / |
|
* / / | Sign extend port connections where necessary | Zachary Snow | 2020-12-18 | 2 | -0/+98 |
|/ / |
|
* | | Merge pull request #2133 from dh73/nodev_head | Claire Xen | 2020-11-25 | 18 | -65/+322 |
|\ \ |
|
| * | | Removing trailing whitespace | diego | 2020-06-10 | 1 | -30/+30 |
| * | | Adding latch tests for shift&mask AST dynamic part-select enhancements | diego | 2020-06-09 | 18 | -68/+325 |
* | | | nexus: DSP inference support | David Shah | 2020-11-20 | 1 | -12/+34 |
| |/
|/| |
|
* | | Update nexus arch tests to new harness | Xiretza | 2020-10-29 | 1 | -19/+3 |
* | | xilinx: Fix attributes_test.ys | Marcelina Kościelnicka | 2020-10-24 | 1 | -4/+2 |
* | | memory_dff: Fix needlessly duplicating enable bits. | Marcelina Kościelnicka | 2020-10-22 | 1 | -0/+24 |
* | | Merge pull request #2397 from daveshah1/nexus | Miodrag Milanović | 2020-10-19 | 15 | -0/+298 |
|\ \ |
|