| Commit message (Expand) | Author | Age | Files | Lines |
* | FfData: some refactoring. | Marcelina Kościelnicka | 2021-10-07 | 7 | -87/+48 |
* | Hook up $aldff support in various passes. | Marcelina Kościelnicka | 2021-10-02 | 3 | -4/+16 |
* | zinit: Refactor to use FfData. | Marcelina Kościelnicka | 2021-10-02 | 1 | -101/+38 |
* | kernel/ff: Refactor FfData to enable FFs with async load. | Marcelina Kościelnicka | 2021-10-02 | 5 | -130/+220 |
* | simplemap: refactor to use FfData. | Marcelina Kościelnicka | 2021-10-02 | 2 | -287/+20 |
* | abc9: make re-entrant (#2993) | Eddie Hung | 2021-09-09 | 2 | -9/+9 |
* | abc9: holes module to instantiate cells with NEW_ID (#2992) | Eddie Hung | 2021-09-09 | 1 | -1/+1 |
* | abc9: replace cell type/parameters if derived type already processed (#2991) | Eddie Hung | 2021-09-09 | 1 | -6/+22 |
* | opt_merge: Remove and reinsert init when connecting nets. | Marcelina Kościelnicka | 2021-08-22 | 1 | -3/+4 |
* | opt_clean: Make the init attribute follow the FF's Q. | Marcelina Kościelnicka | 2021-08-22 | 1 | -0/+24 |
* | proc_prune: Make assign removal and promotion per-bit, remember promoted bits. | Marcelina Kościelnicka | 2021-08-14 | 1 | -40/+25 |
* | Add opt_mem_widen pass. | Marcelina Kościelnicka | 2021-08-14 | 3 | -0/+110 |
* | memory_share: Add -nosat and -nowiden options. | Marcelina Kościelnicka | 2021-08-14 | 2 | -10/+41 |
* | memory_dff: Recognize soft transparency logic. | Marcelina Kościelnicka | 2021-08-13 | 1 | -7/+451 |
* | Add new opt_mem_priority pass. | Marcelina Kościelnicka | 2021-08-13 | 3 | -2/+114 |
* | Merge pull request #2932 from YosysHQ/mwk/logger-check-expected | Miodrag Milanović | 2021-08-13 | 1 | -0/+9 |
|\ |
|
| * | logger: Add -check-expected subcommand. | Marcelina Kościelnicka | 2021-08-12 | 1 | -0/+9 |
* | | memory_share: Pass addresses through sigmap_xmux everywhere. | Marcelina Kościelnicka | 2021-08-13 | 1 | -20/+25 |
|/ |
|
* | memory_dff: Recognize read ports with reset / initial value. | Marcelina Kościelnicka | 2021-08-11 | 1 | -7/+0 |
* | proc_memwr: Use the v2 memwr cell. | Marcelina Kościelnicka | 2021-08-11 | 1 | -9/+19 |
* | Add v2 memory cells. | Marcelina Kościelnicka | 2021-08-11 | 7 | -10/+14 |
* | kernel/mem: Introduce transparency masks. | Marcelina Kościelnicka | 2021-08-11 | 4 | -70/+45 |
* | Refactor common parts of SAT-using optimizations into a helper. | Marcelina Kościelnicka | 2021-08-09 | 3 | -150/+40 |
* | opt_merge: Use FfInitVals. | Marcelina Kościelnicka | 2021-08-08 | 1 | -27/+8 |
* | memory_share: Don't skip ports with EN wired to input for SAT sharing. | Marcelina Kościelnicka | 2021-08-04 | 1 | -3/+1 |
* | memory_bram: Move init data swizzling before other swizzling. | Marcelina Kościelnicka | 2021-08-03 | 1 | -18/+18 |
* | memory_bram: Some refactoring | Marcelina Kościelnicka | 2021-08-01 | 1 | -196/+174 |
* | proc_rmdead: use explicit pattern set when there are no wildcards | Zachary Snow | 2021-07-29 | 1 | -2/+63 |
* | opt_lut: Allow more than one -dlogic per cell type. | Marcelina Kościelnicka | 2021-07-29 | 1 | -23/+30 |
* | memory: Introduce $meminit_v2 cell, with EN input. | Marcelina Kościelnicka | 2021-07-28 | 3 | -2/+3 |
* | proc: Run opt_expr at the end | Marcelina Kościelnicka | 2021-07-27 | 1 | -0/+11 |
* | opt_expr: Propagate constants to port connections. | Marcelina Kościelnicka | 2021-07-27 | 1 | -3/+22 |
* | Use new read_id_num helper function elsewhere in hierarchy.cc | Rupert Swarbrick | 2021-07-20 | 1 | -5/+6 |
* | Extract connection checking logic from expand_module in hierarchy.cc | Rupert Swarbrick | 2021-07-20 | 1 | -23/+64 |
* | Extract missing module support in hierarchy.cc to a helper function | Rupert Swarbrick | 2021-07-14 | 1 | -44/+68 |
* | Delete unused found_init variable | Rupert Swarbrick | 2021-07-14 | 1 | -3/+0 |
* | rtlil: Make Process handling more uniform with Cell and Wire. | Marcelina Kościelnicka | 2021-07-12 | 3 | -16/+12 |
* | Move interface expansion in hierarchy.cc into a helper class | Rupert Swarbrick | 2021-06-16 | 1 | -100/+189 |
* | opt_muxtree: Update port_off and port_idx even for constant bits | gatecat | 2021-06-11 | 1 | -17/+16 |
* | opt_expr: Fix mul/div/mod by POT patterns to support >= 32 bits. | Marcelina Kościelnicka | 2021-06-09 | 1 | -122/+85 |
* | opt_expr: Optimize div/mod by const 1. | Marcelina Kościelnicka | 2021-06-09 | 1 | -4/+4 |
* | Merge pull request #2817 from YosysHQ/claire/fixemails | Claire Xen | 2021-06-09 | 149 | -154/+154 |
|\ |
|
| * | Fix deadname SVN links | Claire Xenia Wolf | 2021-06-09 | 2 | -3/+3 |
| * | Use HTTPS for website links, gatecat email | Claire Xenia Wolf | 2021-06-09 | 1 | -1/+1 |
| * | Fixing old e-mail addresses and deadnames | Claire Xenia Wolf | 2021-06-08 | 149 | -151/+151 |
* | | autoname: simple perf optimizations | Zachary Snow | 2021-06-08 | 1 | -11/+15 |
|/ |
|
* | memory_map: Improve start_offset handling. | Marcelina Kościelnicka | 2021-05-31 | 1 | -35/+31 |
* | memory_share: Add read port merging. | Marcelina Kościelnicka | 2021-05-29 | 1 | -0/+140 |
* | memory_share: Improve sat-based port sharing. | Marcelina Kościelnicka | 2021-05-28 | 1 | -117/+151 |
* | Make a few passes auto-call Mem::narrow instead of rejecting wide ports. | Marcelina Kościelnicka | 2021-05-28 | 1 | -14/+1 |