kernel/ff: Refactor FfData to enable FFs with async load.
[yosys.git] / passes /
2021-10-02 Marcelina Kościelnickakernel/ff: Refactor FfData to enable FFs with async...
2021-10-02 Marcelina Kościelnickasimplemap: refactor to use FfData.
2021-09-09 Eddie Hungabc9: make re-entrant (#2993)
2021-09-09 Eddie Hungabc9: holes module to instantiate cells with NEW_ID...
2021-09-09 Eddie Hungabc9: replace cell type/parameters if derived type...
2021-08-22 Marcelina Kościelnickaopt_merge: Remove and reinsert init when connecting...
2021-08-22 Marcelina Kościelnickaopt_clean: Make the init attribute follow the FF's Q.
2021-08-14 Marcelina Kościelnickaproc_prune: Make assign removal and promotion per-bit...
2021-08-13 Marcelina KościelnickaAdd opt_mem_widen pass.
2021-08-13 Marcelina Kościelnickamemory_share: Add -nosat and -nowiden options.
2021-08-13 Marcelina Kościelnickamemory_dff: Recognize soft transparency logic.
2021-08-13 Marcelina KościelnickaAdd new opt_mem_priority pass.
2021-08-13 Miodrag MilanovićMerge pull request #2932 from YosysHQ/mwk/logger-check...
2021-08-12 Marcelina Kościelnickamemory_share: Pass addresses through sigmap_xmux everyw...
2021-08-12 Marcelina Kościelnickalogger: Add -check-expected subcommand.
2021-08-11 Marcelina Kościelnickamemory_dff: Recognize read ports with reset / initial...
2021-08-11 Marcelina Kościelnickaproc_memwr: Use the v2 memwr cell.
2021-08-11 Marcelina KościelnickaAdd v2 memory cells.
2021-08-10 Marcelina Kościelnickakernel/mem: Introduce transparency masks.
2021-08-09 Marcelina KościelnickaRefactor common parts of SAT-using optimizations into...
2021-08-07 Marcelina Kościelnickaopt_merge: Use FfInitVals.
2021-08-04 Marcelina Kościelnickamemory_share: Don't skip ports with EN wired to input...
2021-08-03 Marcelina Kościelnickamemory_bram: Move init data swizzling before other...
2021-08-01 Marcelina Kościelnickamemory_bram: Some refactoring
2021-07-30 Zachary Snowproc_rmdead: use explicit pattern set when there are...
2021-07-29 Marcelina Kościelnickaopt_lut: Allow more than one -dlogic per cell type.
2021-07-28 Marcelina Kościelnickamemory: Introduce $meminit_v2 cell, with EN input.
2021-07-27 Marcelina Kościelnickaproc: Run opt_expr at the end
2021-07-27 Marcelina Kościelnickaopt_expr: Propagate constants to port connections.
2021-07-20 Rupert SwarbrickUse new read_id_num helper function elsewhere in hierar...
2021-07-20 Rupert SwarbrickExtract connection checking logic from expand_module...
2021-07-15 Rupert SwarbrickExtract missing module support in hierarchy.cc to a...
2021-07-14 whitequarkMerge pull request #2866 from rswarbrick/found-init
2021-07-14 Rupert SwarbrickDelete unused found_init variable
2021-07-11 Marcelina Kościelnickartlil: Make Process handling more uniform with Cell...
2021-07-05 Claire XenMerge pull request #2835 from YosysHQ/verific_command
2021-06-18 Miodrag MilanovićMerge pull request #2836 from YosysHQ/gatecat/pyosys...
2021-06-17 Rupert SwarbrickMove interface expansion in hierarchy.cc into a helper...
2021-06-11 gatecatopt_muxtree: Update port_off and port_idx even for...
2021-06-09 Marcelina Kościelnickaopt_expr: Fix mul/div/mod by POT patterns to support...
2021-06-09 Marcelina Kościelnickaopt_expr: Optimize div/mod by const 1.
2021-06-09 Claire XenMerge pull request #2817 from YosysHQ/claire/fixemails
2021-06-09 Claire Xenia WolfFix deadname SVN links
2021-06-09 Claire Xenia WolfUse HTTPS for website links, gatecat email
2021-06-08 Zachary Snowautoname: simple perf optimizations
2021-06-07 Claire Xenia WolfFixing old e-mail addresses and deadnames
2021-05-31 Marcelina Kościelnickamemory_map: Improve start_offset handling.
2021-05-29 Marcelina Kościelnickamemory_share: Add read port merging.
2021-05-28 Marcelina Kościelnickamemory_share: Improve sat-based port sharing.
2021-05-27 Marcelina KościelnickaMake a few passes auto-call Mem::narrow instead of...
2021-05-27 Marcelina Kościelnickamemory_share: Improve same-address merging, recognize...
2021-05-26 Marcelina Kościelnickakernel/mem: Add sub_addr helpers.
2021-05-25 Marcelina Kościelnickamem/extract_rdff: Fix "no FF made" edge case.
2021-05-25 Marcelina Kościelnickamemory_bram: Reuse extract_rdff helper for make_outreg.
2021-05-25 Marcelina Kościelnickaopt_mem: Add reset/init value support.
2021-05-25 Marcelina Kościelnickamemory_bram: Respect write port priority.
2021-05-25 Marcelina Kościelnickaopt_mem_feedback: Respect write port priority.
2021-05-25 Marcelina KościelnickaAdd memory_narrow pass.
2021-05-25 Marcelina Kościelnickamemory_share: Add wide port support.
2021-05-25 Marcelina Kościelnickaopt_mem_feedback: Add wide port support.
2021-05-25 Marcelina Kościelnickamemory_map: Add wide port support.
2021-05-25 Marcelina Kościelnickasim: Add wide port support.
2021-05-25 Marcelina KościelnickaReject wide ports in some passes that will never suppor...
2021-05-24 Marcelina Kościelnickaopt_mem_feedback: Rewrite feedback path finding logic.
2021-05-24 Marcelina Kościelnickaopt_mem_feedback: Convert to Mem helpers.
2021-05-23 Marcelina Kościelnickamemory_share: Use Mem helpers.
2021-05-23 Marcelina Kościelnickaextract_rdff: Add initvals parameter.
2021-05-23 Marcelina Kościelnickamemory_share: Split off feedback path finding as a...
2021-05-23 Marcelina KościelnickaAdd new helper class for merging FFs into cells, use...
2021-05-23 Marcelina Kościelnickaopt_mem: Remove write ports with const-0 EN.
2021-05-22 Marcelina Kościelnickamemory_memx: Use Mem helper.
2021-05-22 Marcelina Kościelnickakernel/rtlil: Extract some helpers for checking memory...
2021-05-21 Marcelina Kościelnickamemory_dff: Use Mem helper.
2021-05-08 Marcelina Kościelnickaconnect: Add -assert option, fix non-working sigmap.
2021-05-04 Marcelina Kościelnickaopt_dff: Fix NOT gates wired in reverse.
2021-04-09 whitequarkMerge pull request #2724 from whitequark/flatten-rewrit...
2021-04-09 whitequarkflatten: rewrite memid in memwr actions.
2021-03-30 Marcelina Kościelnickaequiv: Suggest running async2sync or clk2fflogic where...
2021-03-30 Eddie Hungabc9: uniquify blackboxes like whiteboxes (#2695)
2021-03-30 Eddie Hungabc9: fix SCC issues (#2694)
2021-03-24 whitequarkMerge pull request #2702 from modwizcode/patch-1
2021-03-24 Iris JohnsonClarify bugpoint documentation regarding output
2021-03-17 Zachary Snowbugpoint: add runner option
2021-03-17 gatecatblackbox: Include whiteboxed modules
2021-03-15 Marcelina Kościelnickaproc_arst: Add special-casing of clock signal in condit...
2021-03-15 Marcelina Kościelnickaopt_clean: Remove init attribute bits together with...
2021-03-12 whitequarkMerge pull request #2653 from zachjs/global-parameter
2021-03-11 whitequarkMerge pull request #2642 from whitequark/cxxrtl-noproc...
2021-03-11 Miodrag MilanovicAdd _pm.h files to GENLIST, fixes vcxsrc target
2021-03-09 whitequarkMerge pull request #2643 from zachjs/fix-param-no-defau...
2021-03-08 Marcelina Kościelnickamemory_dff: Remove now-useless write port handling. working-ls180
2021-03-08 Marcelina KościelnickaAdd support for memory writes in processes.
2021-03-08 Marcelina Kościelnickasim: Avoid a crash on empty cell connection.
2021-03-08 Marcelina Kościelnickaproc_dff: Fix emitted FF when a register is not assigne...
2021-03-08 Marcelina Kościelnickamemory_dff: Remove code looking for $mux cells.
2021-03-07 Dan RavensloftReplace assert in abc9_ops with more useful error message
2021-03-07 whitequarkMerge pull request #2626 from zachjs/param-no-default
2021-03-07 whitequarkMerge pull request #2632 from zachjs/width-limit
2021-03-06 Marcelina Kościelnickaproc_clean: Fix empty case removal conditions.
2021-03-01 Claire XenMerge pull request #2523 from tomverbeure/define_synthesis
next