aboutsummaryrefslogtreecommitdiffstats
path: root/passes
Commit message (Expand)AuthorAgeFilesLines
...
| * | memory_dff: Recognize read ports with reset / initial value.Marcelina Kościelnicka2021-08-111-7/+0
| * | proc_memwr: Use the v2 memwr cell.Marcelina Kościelnicka2021-08-111-9/+19
| * | Add v2 memory cells.Marcelina Kościelnicka2021-08-117-10/+14
| * | kernel/mem: Introduce transparency masks.Marcelina Kościelnicka2021-08-114-70/+45
| * | Refactor common parts of SAT-using optimizations into a helper.Marcelina Kościelnicka2021-08-093-150/+40
| * | opt_merge: Use FfInitVals.Marcelina Kościelnicka2021-08-081-27/+8
| * | memory_share: Don't skip ports with EN wired to input for SAT sharing.Marcelina Kościelnicka2021-08-041-3/+1
| * | memory_bram: Move init data swizzling before other swizzling.Marcelina Kościelnicka2021-08-031-18/+18
| * | memory_bram: Some refactoringMarcelina Kościelnicka2021-08-011-196/+174
| * | proc_rmdead: use explicit pattern set when there are no wildcardsZachary Snow2021-07-291-2/+63
| * | opt_lut: Allow more than one -dlogic per cell type.Marcelina Kościelnicka2021-07-291-23/+30
| * | memory: Introduce $meminit_v2 cell, with EN input.Marcelina Kościelnicka2021-07-283-2/+3
| * | proc: Run opt_expr at the endMarcelina Kościelnicka2021-07-271-0/+11
| * | opt_expr: Propagate constants to port connections.Marcelina Kościelnicka2021-07-271-3/+22
| * | Use new read_id_num helper function elsewhere in hierarchy.ccRupert Swarbrick2021-07-201-5/+6
| * | Extract connection checking logic from expand_module in hierarchy.ccRupert Swarbrick2021-07-201-23/+64
| * | Extract missing module support in hierarchy.cc to a helper functionRupert Swarbrick2021-07-141-44/+68
| * | Delete unused found_init variableRupert Swarbrick2021-07-141-3/+0
| * | rtlil: Make Process handling more uniform with Cell and Wire.Marcelina Kościelnicka2021-07-123-16/+12
| * | Move interface expansion in hierarchy.cc into a helper classRupert Swarbrick2021-06-161-100/+189
| * | opt_muxtree: Update port_off and port_idx even for constant bitsgatecat2021-06-111-17/+16
| * | opt_expr: Fix mul/div/mod by POT patterns to support >= 32 bits.Marcelina Kościelnicka2021-06-091-122/+85
| * | opt_expr: Optimize div/mod by const 1.Marcelina Kościelnicka2021-06-091-4/+4
| * | Merge pull request #2817 from YosysHQ/claire/fixemailsClaire Xen2021-06-09149-154/+154
| |\ \
| | * | Fix deadname SVN linksClaire Xenia Wolf2021-06-092-3/+3
| | * | Use HTTPS for website links, gatecat emailClaire Xenia Wolf2021-06-091-1/+1
| | * | Fixing old e-mail addresses and deadnamesClaire Xenia Wolf2021-06-08149-151/+151
| * | | autoname: simple perf optimizationsZachary Snow2021-06-081-11/+15
| |/ /
| * | memory_map: Improve start_offset handling.Marcelina Kościelnicka2021-05-311-35/+31
| * | memory_share: Add read port merging.Marcelina Kościelnicka2021-05-291-0/+140
| * | memory_share: Improve sat-based port sharing.Marcelina Kościelnicka2021-05-281-117/+151
| * | Make a few passes auto-call Mem::narrow instead of rejecting wide ports.Marcelina Kościelnicka2021-05-281-14/+1
| * | memory_share: Improve same-address merging, recognize wide write ports.Marcelina Kościelnicka2021-05-271-204/+77
| * | kernel/mem: Add sub_addr helpers.Marcelina Kościelnicka2021-05-261-6/+2
| * | mem/extract_rdff: Fix "no FF made" edge case.Marcelina Kościelnicka2021-05-251-2/+5
| * | memory_bram: Reuse extract_rdff helper for make_outreg.Marcelina Kościelnicka2021-05-251-23/+38
| * | opt_mem: Add reset/init value support.Marcelina Kościelnicka2021-05-251-0/+12
| * | memory_bram: Respect write port priority.Marcelina Kościelnicka2021-05-251-0/+14
| * | opt_mem_feedback: Respect write port priority.Marcelina Kościelnicka2021-05-251-0/+15
| * | Add memory_narrow pass.Marcelina Kościelnicka2021-05-252-0/+68
| * | memory_share: Add wide port support.Marcelina Kościelnicka2021-05-251-0/+6
| * | opt_mem_feedback: Add wide port support.Marcelina Kościelnicka2021-05-251-14/+24
| * | memory_map: Add wide port support.Marcelina Kościelnicka2021-05-251-16/+17
| * | sim: Add wide port support.Marcelina Kościelnicka2021-05-251-3/+3
| * | Reject wide ports in some passes that will never support them.Marcelina Kościelnicka2021-05-251-0/+14
| * | opt_mem_feedback: Rewrite feedback path finding logic.Marcelina Kościelnicka2021-05-241-115/+130
| * | opt_mem_feedback: Convert to Mem helpers.Marcelina Kościelnicka2021-05-241-49/+28
| * | memory_share: Use Mem helpers.Marcelina Kościelnicka2021-05-231-89/+71
| * | extract_rdff: Add initvals parameter.Marcelina Kościelnicka2021-05-232-9/+15
| * | memory_share: Split off feedback path finding as a separate pass.Marcelina Kościelnicka2021-05-234-242/+343