Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | xilinx: Add FDRSE_1, FDCPE_1. | Marcelina Kościelnicka | 2021-01-27 | 1 | -0/+80 | |
* | | | | | | | Merge pull request #2563 from whitequark/cxxrtl-msvc | whitequark | 2021-01-26 | 2 | -10/+10 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | cxxrtl: do not use `->template` for non-dependent names. | whitequark | 2021-01-26 | 2 | -10/+10 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #2544 from modwizcode/fix-clock | whitequark | 2021-01-26 | 1 | -7/+15 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Improves the previous commit with a more complete coverage of the cases | Iris Johnson | 2021-01-15 | 1 | -12/+12 | |
| * | | | | | | Handle sliced bits as clock inputs (fixes #2542) | Iris Johnson | 2021-01-14 | 1 | -3/+11 | |
* | | | | | | | Bump version | Yosys Bot | 2021-01-26 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #2549 from pgadfort/support-multiple-libs | whitequark | 2021-01-25 | 1 | -15/+21 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | adding support for passing multiple liberty files to abc | Peter Gadfort | 2021-01-18 | 1 | -15/+21 | |
* | | | | | | | | Merge pull request #2550 from zachjs/macro-arg-spaces | whitequark | 2021-01-25 | 2 | -1/+28 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | verilog: allow spaces in macro arguments | Zachary Snow | 2021-01-20 | 2 | -1/+28 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Bump version | Yosys Bot | 2021-01-25 | 1 | -1/+1 | |
* | | | | | | | | Merge pull request #2558 from YosysHQ/dave/chandle-dpi | Claire Xen | 2021-01-24 | 1 | -1/+16 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | dpi: Support for chandle type | David Shah | 2021-01-23 | 1 | -1/+16 | |
|/ / / / / / / / | ||||||
* | | | | | / / | Bump version | Yosys Bot | 2021-01-22 | 1 | -1/+1 | |
| |_|_|_|_|/ / |/| | | | | | | ||||||
* | | | | | | | Merge pull request #2553 from zachjs/rand-const-modifiers | Miodrag Milanović | 2021-01-21 | 3 | -2/+19 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Allow combination of rand and const modifiers | Zachary Snow | 2021-01-21 | 3 | -2/+19 | |
|/ / / / / / / | ||||||
* | | | | | | | Bump version | Yosys Bot | 2021-01-21 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #2552 from YosysHQ/claire/yosyshq | Claire Xen | 2021-01-21 | 1 | -18/+18 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Switch verific bindings from Symbiotic EDA flavored Verific to YosysHQ flavor... | Claire Xenia Wolf | 2021-01-20 | 1 | -18/+18 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #2536 from TobiasFaller/master | Miodrag Milanović | 2021-01-20 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fixed missing goto statement in passes/techmap/abc.cc | Tobias Faller | 2021-01-12 | 1 | -0/+1 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #2551 from zachjs/wire-logic | Miodrag Milanović | 2021-01-20 | 3 | -9/+65 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | sv: fix support wire and var data type modifiers | Zachary Snow | 2021-01-20 | 3 | -9/+65 | |
|/ / / / / / | ||||||
* | | | | | | Bump version | Yosys Bot | 2021-01-19 | 1 | -1/+1 | |
* | | | | | | 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 | |
* | | | | | | | Merge pull request #2312 from antmicro/typedef-inout | whitequark | 2021-01-18 | 4 | -30/+152 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Add typedef input/output test | Kamil Rakoczy | 2021-01-18 | 2 | -0/+117 | |
| * | | | | | | Fix input/output attributes when resolving typedef of wire | Kamil Rakoczy | 2021-01-18 | 1 | -0/+3 | |
| * | | | | | | Parse package user type in module port list | Lukasz Dalek | 2021-01-18 | 1 | -30/+32 | |
|/ / / / / / | ||||||
* | / / / / | Bump version | Yosys Bot | 2021-01-15 | 1 | -1/+1 | |
| |/ / / / |/| | | | | ||||||
* | | | | | opt_share: Fix X and CO signal width for shifted $alu in opt_share. | Marcelina Kościelnicka | 2021-01-14 | 2 | -2/+22 | |
* | | | | | Bump version | Yosys Bot | 2021-01-14 | 1 | -1/+1 | |
* | | | | | Merge pull request #2537 from pepijndevos/spice | Claire Xen | 2021-01-13 | 1 | -7/+15 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | add buffer option to spice backend | Pepijn de Vos | 2021-01-13 | 1 | -7/+15 | |
|/ / / / | ||||||
* | | | | Bump version | Yosys Bot | 2021-01-05 | 1 | -1/+1 | |
* | | | | Merge pull request #2522 from tomverbeure/simlib_typos2 | whitequark | 2021-01-04 | 1 | -5/+5 | |
|\ \ \ \ | |_|_|/ |/| | | | ||||||
| * | | | Fix some trivial typos. | Tom Verbeure | 2021-01-03 | 1 | -5/+5 | |
|/ / / | ||||||
* | | | Bump version | Yosys Bot | 2021-01-02 | 1 | -1/+1 | |
* | | | Merge pull request #2480 from YosysHQ/dave/nexus-lram | whitequark | 2021-01-01 | 5 | -1/+227 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | nexus: Add LRAM inference | David Shah | 2020-12-07 | 5 | -1/+227 | |
* | | | Merge pull request #2512 from umarcor/plugin-err | whitequark | 2021-01-01 | 1 | -1/+5 | |
|\ \ \ | ||||||
| * | | | plugin: enhance no-plugin error | umarcor | 2020-12-29 | 1 | -1/+5 | |
* | | | | Merge pull request #2515 from umarcor/fix/ghdl | whitequark | 2021-01-01 | 1 | -2/+2 | |
|\ \ \ \ | ||||||
| * | | | | makefile: fix GHDL vars, replace GHDL_DIR with GHDL_PREFIX | umarcor | 2020-12-30 | 1 | -2/+2 | |
* | | | | | Merge pull request #2518 from zachjs/recursion | whitequark | 2021-01-01 | 4 | -8/+99 | |
|\ \ \ \ \ | ||||||
| * | | | | | verilog: improved support for recursive functions | Zachary Snow | 2020-12-31 | 4 | -8/+99 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #2517 from zachjs/sv-tf-implied-direction | whitequark | 2021-01-01 | 3 | -0/+39 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | sv: complete support for implied task/function port directions | Zachary Snow | 2020-12-31 | 3 | -0/+39 | |
|/ / / / |