| Commit message (Expand) | Author | Age | Files | Lines |
* | opt_merge: Use FfInitVals. | Marcelina Kościelnicka | 2021-08-08 | 2 | -1/+43 |
* | proc_rmdead: use explicit pattern set when there are no wildcards | Zachary Snow | 2021-07-29 | 3 | -0/+323 |
* | genrtlil: add width detection for AST_PREFIX nodes | Zachary Snow | 2021-07-29 | 1 | -0/+18 |
* | opt_lut: Allow more than one -dlogic per cell type. | Marcelina Kościelnicka | 2021-07-29 | 1 | -0/+24 |
* | verilog: save and restore overwritten macro arguments | Zachary Snow | 2021-07-28 | 2 | -0/+23 |
* | verilog: Emit $meminit_v2 cell. | Marcelina Kościelnicka | 2021-07-28 | 1 | -4/+4 |
* | opt_expr: Propagate constants to port connections. | Marcelina Kościelnicka | 2021-07-27 | 2 | -0/+15 |
* | Add support for parsing the SystemVerilog 'bind' construct | Rupert Swarbrick | 2021-07-16 | 14 | -0/+164 |
* | sv: fix two struct access bugs | Zachary Snow | 2021-07-15 | 2 | -0/+92 |
* | Add a test for interfaces on modules loaded on-demand | Rupert Swarbrick | 2021-07-14 | 5 | -2/+48 |
* | sv: fix up end label checking | Zachary Snow | 2021-06-16 | 6 | -0/+80 |
* | Add regression test for #2824. | Marcelina Kościelnicka | 2021-06-11 | 1 | -0/+7 |
* | Merge pull request #2817 from YosysHQ/claire/fixemails | Claire Xen | 2021-06-09 | 7 | -79/+79 |
|\ |
|
| * | More deadname stuff | Claire Xenia Wolf | 2021-06-09 | 2 | -4/+4 |
| * | More deadname stuff | Claire Xenia Wolf | 2021-06-09 | 1 | -1/+1 |
| * | Use HTTPS for website links, gatecat email | Claire Xenia Wolf | 2021-06-09 | 1 | -1/+1 |
| * | Fix files with CRLF line endings | Claire Xenia Wolf | 2021-06-09 | 3 | -73/+73 |
| * | Fixing old e-mail addresses and deadnames | Claire Xenia Wolf | 2021-06-08 | 1 | -1/+1 |
* | | verilog: check for module scope identifiers during width detection | Zachary Snow | 2021-06-08 | 1 | -0/+11 |
* | | mem2reg: tolerate out of bounds constant accesses | Zachary Snow | 2021-06-08 | 3 | -0/+52 |
|/ |
|
* | sv: support tasks and functions within packages | Zachary Snow | 2021-06-01 | 2 | -0/+34 |
* | memory_map: Improve start_offset handling. | Marcelina Kościelnicka | 2021-05-31 | 1 | -0/+100 |
* | memory_bram: Reuse extract_rdff helper for make_outreg. | Marcelina Kościelnicka | 2021-05-25 | 4 | -17/+14 |
* | verilog: fix case expression sign and width handling | Zachary Snow | 2021-05-25 | 2 | -0/+108 |
* | sv: support remaining assignment operators | Zachary Snow | 2021-05-25 | 1 | -0/+23 |
* | opt_mem_feedback: Respect write port priority. | Marcelina Kościelnicka | 2021-05-25 | 1 | -0/+47 |
* | opt_mem_feedback: Rewrite feedback path finding logic. | Marcelina Kościelnicka | 2021-05-24 | 2 | -0/+243 |
* | Add new helper class for merging FFs into cells, use for memory_dff. | Marcelina Kościelnicka | 2021-05-23 | 1 | -0/+17 |
* | opt_mem: Remove write ports with const-0 EN. | Marcelina Kościelnicka | 2021-05-23 | 1 | -0/+34 |
* | tests/blif: Add missing gitignore | Marcelina Kościelnicka | 2021-05-20 | 1 | -0/+1 |
* | intel_alm: Fix illegal carry chains | gatecat | 2021-05-15 | 2 | -4/+4 |
* | intel_alm: Add global buffer insertion | gatecat | 2021-05-15 | 13 | -41/+41 |
* | intel_alm: Add IO buffer insertion | gatecat | 2021-05-15 | 13 | -39/+39 |
* | sv: check validity of package end label | Zachary Snow | 2021-05-10 | 1 | -0/+15 |
* | blif: Use library cells' start_offset and upto for wideports. | Marcelina Kościelnicka | 2021-05-08 | 2 | -0/+26 |
* | opt_dff: Fix NOT gates wired in reverse. | Marcelina Kościelnicka | 2021-05-04 | 1 | -8/+13 |
* | Add default assignments to SB_LUT4 | Claire Xenia Wolf | 2021-04-20 | 1 | -1/+1 |
* | quicklogic: ABC9 synthesis | Lofty | 2021-04-17 | 6 | -17/+17 |
* | preproc: test coverage for #2712 | Zachary Snow | 2021-03-30 | 3 | -0/+18 |
* | abc9: uniquify blackboxes like whiteboxes (#2695) | Eddie Hung | 2021-03-29 | 1 | -1/+56 |
* | abc9: fix SCC issues (#2694) | Eddie Hung | 2021-03-29 | 3 | -12/+27 |
* | quicklogic: Add .gitignore file for test outputs. | Marcelina Kościelnicka | 2021-03-23 | 1 | -0/+4 |
* | verilog: check entire user type stack for type definition | Xiretza | 2021-03-21 | 1 | -0/+10 |
* | sv: allow typenames as function return types | Zachary Snow | 2021-03-19 | 2 | -0/+40 |
* | quicklogic: PolarPro 3 support | Lofty | 2021-03-18 | 10 | -0/+262 |
* | ast: Use better parameter serialization for paramod names. | Marcelina Kościelnicka | 2021-03-18 | 1 | -3/+3 |
* | Blackbox all whiteboxes after synthesis | gatecat | 2021-03-17 | 1 | -9/+9 |
* | sv: carry over global typedefs from previous files | Zachary Snow | 2021-03-17 | 2 | -0/+60 |
* | verilog: fix buf/not primitives with multiple outputs | Xiretza | 2021-03-17 | 1 | -0/+15 |
* | blackbox: Include whiteboxed modules | gatecat | 2021-03-17 | 1 | -0/+14 |