| Commit message (Expand) | Author | Age | Files | Lines |
* | assertpmux: Fix crash on unused $pmux output. | Marcelina Kościelnicka | 2021-02-22 | 1 | -1/+1 |
* | Fixes command line for abc pass in -fast -sop mode | Robert Baruch | 2021-02-16 | 1 | -1/+1 |
* | Merge pull request #2529 from zachjs/unnamed-genblk | whitequark | 2021-02-04 | 1 | -23/+22 |
|\ |
|
| * | verilog: significant block scoping improvements | Zachary Snow | 2021-01-31 | 1 | -23/+22 |
* | | Merge pull request #2564 from whitequark/flatten-improve-error | whitequark | 2021-01-29 | 1 | -1/+1 |
|\ \ |
|
| * | | flatten: clarify confusing error message. | whitequark | 2021-01-26 | 1 | -1/+1 |
| |/ |
|
* | | Merge pull request #2535 from Ravenslofty/scc-specify | Claire Xen | 2021-01-28 | 2 | -18/+61 |
|\ \
| |/
|/| |
|
| * | scc: Add -specify option to find loops in boxes | Dan Ravensloft | 2021-01-26 | 2 | -18/+61 |
* | | 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 #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 |
| |/ |
|
* / | opt_share: Fix X and CO signal width for shifted $alu in opt_share. | Marcelina Kościelnicka | 2021-01-14 | 1 | -2/+2 |
|/ |
|
* | plugin: enhance no-plugin error | umarcor | 2020-12-29 | 1 | -1/+5 |
* | passes/pmgen/pmgen.py: trivial change to remove C++ compiler warnings | Larry Doolittle | 2020-12-23 | 1 | -2/+2 |
* | Fix use-after-free in LUT opt pass | StefanBruens | 2020-12-22 | 1 | -2/+4 |
* | Sign extend port connections where necessary | Zachary Snow | 2020-12-18 | 2 | -3/+10 |
* | Return nice error in pmgen generated code, fixes #2482 | Miodrag Milanovic | 2020-12-09 | 1 | -2/+6 |
* | bugpoint: add -wires option. | whitequark | 2020-12-07 | 1 | -3/+38 |
* | bugpoint: try to remove whole processes first. | whitequark | 2020-12-07 | 1 | -4/+40 |
* | bugpoint: accept quoted strings in -grep. | whitequark | 2020-12-07 | 1 | -1/+4 |
* | bugpoint: add -command option. | whitequark | 2020-12-07 | 1 | -13/+21 |
* | Add #include needed to build with gcc-11 | Gabriel Somlo | 2020-11-26 | 1 | -0/+1 |
* | Merge pull request #2450 from nitz/sim-vcd-filename | whitequark | 2020-11-25 | 1 | -1/+3 |
|\ |
|
| * | Add rewrite_filename for sim -vcd argument. | Chris Dailey | 2020-11-24 | 1 | -1/+3 |
* | | Merge pull request #2428 from whitequark/check-processes | whitequark | 2020-11-24 | 1 | -22/+55 |
|\ \
| |/
|/| |
|
| * | check: add support for processes. | whitequark | 2020-11-03 | 1 | -3/+38 |
| * | check: reformat log/help text to match most other passes | whitequark | 2020-11-03 | 1 | -19/+17 |
* | | Expose abc and data paths as globals | Miodrag Milanovic | 2020-11-06 | 2 | -29/+2 |
|/ |
|
* | This patch adds support for defining the ABC location at runtime instead of a... | Ethan Mahintorabi | 2020-10-28 | 1 | -1/+6 |
* | Merge pull request #2403 from nakengelhardt/sim_timescale | N. Engelhardt | 2020-10-22 | 1 | -0/+21 |
|\ |
|
| * | use strftime instead of put_time for gcc 4.8 compatibility | N. Engelhardt | 2020-10-21 | 1 | -4/+5 |
| * | wild guessing at the problem because it builds fine on my machines | N. Engelhardt | 2020-10-16 | 1 | -0/+3 |
| * | sim -vcd: add date, version, and option for timescale | N. Engelhardt | 2020-10-16 | 1 | -0/+17 |
* | | memory_dff: Fix needlessly duplicating enable bits. | Marcelina Kościelnicka | 2020-10-22 | 1 | -0/+8 |
* | | sim: Use Mem helper. | Marcelina Kościelnicka | 2020-10-21 | 1 | -103/+90 |
* | | clk2fflogic: Use Mem helper. | Marcelina Kościelnicka | 2020-10-21 | 1 | -68/+45 |
* | | opt_mem: Use Mem helpers. | Marcelina Kościelnicka | 2020-10-21 | 1 | -81/+6 |
* | | memory_bram: Use Mem helpers. | Marcelina Kościelnicka | 2020-10-21 | 1 | -121/+90 |
* | | memory_map: Use Mem helpers. | Marcelina Kościelnicka | 2020-10-21 | 1 | -138/+81 |
* | | memory_unpack: Use Mem helpers. | Marcelina Kościelnicka | 2020-10-21 | 1 | -106/+10 |
* | | memory_collect: Use Mem helpers. | Marcelina Kościelnicka | 2020-10-21 | 1 | -223/+9 |
* | | memory_nordff: Use Mem helpers. | Marcelina Kościelnicka | 2020-10-21 | 1 | -63/+9 |
|/ |
|
* | opt_clean: Better memory handling. | Marcelina Kościelnicka | 2020-10-08 | 1 | -8/+45 |
* | Validate parameters only when they are used | Miodrag Milanovic | 2020-09-25 | 1 | -5/+7 |
* | use the new isPublic() in a few places | N. Engelhardt | 2020-09-14 | 9 | -17/+17 |
* | Merge pull request #2356 from whitequark/flatten-techmap-no-tpl_driven-sigmap | whitequark | 2020-08-27 | 2 | -9/+6 |
|\ |
|
| * | flatten, techmap: don't canonicalize tpl driven bits via sigmap. | whitequark | 2020-08-26 | 2 | -9/+6 |
* | | Merge pull request #2358 from whitequark/rename-ilang-to-rtlil | whitequark | 2020-08-27 | 7 | -24/+24 |
|\ \ |
|
| * | | Replace "ILANG" with "RTLIL" everywhere. | whitequark | 2020-08-26 | 7 | -24/+24 |
| |/ |
|