| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #2019 from boqwxp/glift | Claire Xen | 2022-02-11 | 2 | -0/+600 |
|\ |
|
| * | glift: Use ID() rather than string literals. | Alberto Gonzalez | 2020-07-01 | 1 | -11/+11 |
| * | glift: Use worker pattern. | Alberto Gonzalez | 2020-07-01 | 1 | -80/+75 |
| * | glift: Add support for $_NAND_ and $_NOR_ cells. | Alberto Gonzalez | 2020-07-01 | 1 | -8/+11 |
| * | glift: Add support for $_MUX_ and $_NMUX_ cells. | Alberto Gonzalez | 2020-07-01 | 1 | -1/+34 |
| * | glift: Add support for $_XOR_ and $_XNOR_ cells. | Alberto Gonzalez | 2020-07-01 | 1 | -15/+79 |
| * | glift: Add initial hierarchy support. | Alberto Gonzalez | 2020-07-01 | 1 | -12/+59 |
| * | glift: Replace `YS_OVERRIDE` with `override`. | Alberto Gonzalez | 2020-07-01 | 1 | -2/+2 |
| * | glift: Add `-simple-cost-model` option | Alberto Gonzalez | 2020-07-01 | 1 | -20/+45 |
| * | glift: Add `-instrument-more` option to add 4 more versions of taint tracking... | Alberto Gonzalez | 2020-07-01 | 1 | -44/+124 |
| * | glift: Change command names to better represent their functions. | Alberto Gonzalez | 2020-07-01 | 1 | -22/+22 |
| * | glift: Add `-create-imprecise` command, rename other commands, and re-work th... | Alberto Gonzalez | 2020-07-01 | 1 | -28/+54 |
| * | glift: Add replacement scoring and area minimization option. | Alberto Gonzalez | 2020-07-01 | 1 | -3/+56 |
| * | glift: Remove outputs by default; add `-keep-outputs` option; properly reset ... | Alberto Gonzalez | 2020-07-01 | 1 | -12/+43 |
| * | glift: Initial implementation of the `-sketchify` option. | Alberto Gonzalez | 2020-07-01 | 1 | -50/+71 |
| * | glift: Initial implementation of GLIFT model construction. | Alberto Gonzalez | 2020-07-01 | 1 | -2/+173 |
| * | glift: Add skeleton for `glift` command. | Alberto Gonzalez | 2020-07-01 | 2 | -0/+51 |
* | | Add $bmux and $demux cells. | Marcelina Kościelnicka | 2022-01-28 | 2 | -1/+5 |
* | | bugpoint: avoid infinite loop between -connections and -wires. | Catherine | 2021-12-15 | 1 | -1/+1 |
* | | Add clean_zerowidth pass, use it for Verilog output. | Marcelina Kościelnicka | 2021-12-12 | 2 | -1/+212 |
* | | sta: very crude static timing analysis pass | Lofty | 2021-11-25 | 2 | -0/+313 |
* | | show: Fix wire bit indexing. | Marcelina Kościelnicka | 2021-11-12 | 1 | -3/+16 |
* | | Hook up $aldff support in various passes. | Marcelina Kościelnicka | 2021-10-02 | 1 | -1/+1 |
* | | logger: Add -check-expected subcommand. | Marcelina Kościelnicka | 2021-08-12 | 1 | -0/+9 |
* | | Add v2 memory cells. | Marcelina Kościelnicka | 2021-08-11 | 1 | -1/+1 |
* | | rtlil: Make Process handling more uniform with Cell and Wire. | Marcelina Kościelnicka | 2021-07-12 | 2 | -11/+8 |
* | | Merge pull request #2817 from YosysHQ/claire/fixemails | Claire Xen | 2021-06-09 | 35 | -36/+36 |
|\ \ |
|
| * | | Fixing old e-mail addresses and deadnames | Claire Xenia Wolf | 2021-06-08 | 35 | -36/+36 |
* | | | autoname: simple perf optimizations | Zachary Snow | 2021-06-08 | 1 | -11/+15 |
|/ / |
|
* | | kernel/rtlil: Extract some helpers for checking memory cell types. | Marcelina Kościelnicka | 2021-05-22 | 1 | -1/+1 |
* | | connect: Add -assert option, fix non-working sigmap. | Marcelina Kościelnicka | 2021-05-08 | 1 | -4/+24 |
* | | Clarify bugpoint documentation regarding output | Iris Johnson | 2021-03-24 | 1 | -0/+2 |
* | | bugpoint: add runner option | Zachary Snow | 2021-03-17 | 1 | -6/+17 |
* | | blackbox: Include whiteboxed modules | gatecat | 2021-03-17 | 1 | -1/+2 |
* | | Add support for memory writes in processes. | Marcelina Kościelnicka | 2021-03-08 | 3 | -0/+30 |
* | | scc: Add -specify option to find loops in boxes | Dan Ravensloft | 2021-01-26 | 1 | -17/+60 |
* | | plugin: enhance no-plugin error | umarcor | 2020-12-29 | 1 | -1/+5 |
* | | 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 |
* | | 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 |
* | | use the new isPublic() in a few places | N. Engelhardt | 2020-09-14 | 4 | -5/+5 |
* | | Replace "ILANG" with "RTLIL" everywhere. | whitequark | 2020-08-26 | 2 | -5/+5 |
|/ |
|
* | Add new builtin FF types | Marcelina Kościelnicka | 2020-06-23 | 1 | -1/+4 |
* | Use C++11 final/override keywords. | whitequark | 2020-06-18 | 37 | -93/+93 |
* | splitnets: Clean up pseudo-private member usage | Alberto Gonzalez | 2020-06-13 | 1 | -7/+6 |
* | splitnets: Slightly improve efficiency by avoiding some unnecessary lookups | Alberto Gonzalez | 2020-06-13 | 1 | -9/+13 |
* | splitnets: propagate (*hdlname*) and disambiguate via start_offset. | whitequark | 2020-06-10 | 1 | -0/+4 |