Use bmux for NTO1MUX
[yosys.git] / backends /
2022-01-31 Miodrag MilanovićMerge pull request #3176 from higuoxing/fix-ref-manual
2022-01-31 Marcelina Kościelnickaverilog backend: Emit a `wire` for ports as well.
2022-01-28 Marcelina KościelnickaAdd $bmux and $demux cells.
2022-01-19 Miodrag MilanovićMerge pull request #3120 from Icenowy/anlogic-bram
2021-12-25 CatherineMerge pull request #3127 from whitequark/cxxrtl-no...
2021-12-25 Catherinecxxrtl: don't reset elided wires with \init attribute.
2021-12-16 CatherineMerge pull request #3115 from whitequark/issue-3112
2021-12-15 Catherinecxxrtl: demote wires not inlinable only in debug_eval...
2021-12-12 Marcelina KościelnickaAdd clean_zerowidth pass, use it for Verilog output.
2021-12-12 CatherineMerge pull request #3105 from whitequark/cxxrtl-reset...
2021-12-12 Marcelina Kościelnickartlil: Dump empty connections when whole module is...
2021-12-11 Catherinecxxrtl: preserve interior memory pointers across reset.
2021-12-11 CatherineMerge pull request #3103 from whitequark/write_verilog...
2021-12-11 whitequarkcxxrtl: use unique_ptr<value<>[]> to store memory contents.
2021-12-11 whitequarkwrite_verilog: dump zero width sigspecs correctly.
2021-11-25 Loftysta: very crude static timing analysis pass
2021-11-17 Miodrag MilanovićMerge pull request #3080 from YosysHQ/micko/init_wire
2021-11-17 Miodrag MilanovicGive initial wire unique ID, fixes #2914
2021-10-11 Claire XenMerge pull request #3039 from YosysHQ/claire/verific_aldff
2021-10-11 Claire XenMerge pull request #3040 from YosysHQ/micko/split_modul...
2021-10-09 Miodrag MilanovicSplit module ports, 20 per line
2021-10-02 Marcelina KościelnickaHook up $aldff support in various passes.
2021-10-02 Marcelina Kościelnickakernel/ff: Refactor FfData to enable FFs with async...
2021-09-28 Miodrag MilanovićMerge pull request #3017 from YosysHQ/claire/short_rtli...
2021-09-27 Claire Xenia WolfAdd optimization to rtlil back-end for all-x parameter...
2021-09-18 Miodrag MilanovićMerge pull request #3010 from the6p4c/master
2021-09-17 the6p4cFix protobuf backend build dependencies
2021-09-10 Marcelina Kościelnickayosys-smtbmc: Fix reused loop variable.
2021-08-10 Marcelina Kościelnickakernel/mem: Introduce transparency masks.
2021-08-01 Marcelina Kościelnickabackend/verilog: Add alternate mode for transparent...
2021-07-28 Marcelina Kościelnickabackends/verilog: Support meminit with mask.
2021-07-20 whitequarkMerge pull request #2885 from whitequark/cxxrtl-fix...
2021-07-20 whitequarkMerge pull request #2884 from whitequark/cxxrtl-fix...
2021-07-20 whitequarkcxxrtl: treat wires with multiple defs as not inlinable.
2021-07-20 whitequarkcxxrtl: treat assignable internal wires used only for...
2021-07-20 whitequarkMerge pull request #2881 from whitequark/cxxrtl-sideway...
2021-07-19 whitequarkcxxrtl: escape colon in variable names in VCD writer.
2021-07-18 whitequarkMerge pull request #2880 from whitequark/cxxrtl-fix...
2021-07-18 whitequarkcxxrtl: add debug_item::{get,set}.
2021-07-17 whitequarkMerge pull request #2879 from whitequark/cxxrtl-fix...
2021-07-17 whitequarkcxxrtl: treat internal wires used only for debug as...
2021-07-16 whitequarkMerge pull request #2874 from whitequark/cxxrtl-fix...
2021-07-16 whitequarkMerge pull request #2873 from whitequark/cxxrtl-fix...
2021-07-16 whitequarkMerge pull request #2872 from whitequark/cxxrtl-fix...
2021-07-16 whitequarkcxxrtl: run hierarchy pass regardless of (*top*) attrib...
2021-07-16 whitequarkcxxrtl: emit debug items for unused public wires.
2021-07-16 whitequarkcxxrtl: don't expect user cell inputs to be wires.
2021-07-16 whitequarkMerge pull request #2871 from whitequark/cxxrtl-fix...
2021-07-16 whitequarkcxxrtl: don't mark buffered internal wires as UNUSED...
2021-07-16 whitequarkMerge pull request #2870 from whitequark/cxxrtl-fix...
2021-07-15 whitequarkcxxrtl: mark dead local wires as unused even with inlin...
2021-07-13 Marcelina Kościelnickakernel/mem: Add a coalesce_inits helper.
2021-07-12 GCHQDeveloper560Add support for the Bitwuzla solver
2021-07-12 Marcelina Kościelnickacxxrtl: Support memory writes in processes.
2021-07-12 Marcelina Kościelnickacxxrtl: Add support for memory read port reset.
2021-07-12 Marcelina Kościelnickacxxrtl: Add support for mem read port initial data.
2021-07-12 Marcelina Kościelnickacxxrtl: Convert to Mem helpers.
2021-06-09 Claire XenMerge pull request #2817 from YosysHQ/claire/fixemails
2021-06-09 Claire Xenia WolfIntersynth URL
2021-06-07 Claire Xenia WolfFixing old e-mail addresses and deadnames
2021-05-27 Marcelina KościelnickaMake a few passes auto-call Mem::narrow instead of...
2021-05-27 Marcelina Kościelnickabackends/verilog: Add support for memory read port...
2021-05-27 Marcelina Kościelnickabackends/verilog: Add wide port support.
2021-05-25 Marcelina Kościelnickabackends/verilog: Try to preserve mem write port priori...
2021-05-25 Marcelina KościelnickaReject wide ports in some passes that will never suppor...
2021-05-24 Marcelina Kościelnickabackend/firrtl: Convert to use Mem helpers.
2021-05-23 Marcelina Kościelnickabtor: Use is_mem_cell in one more place.
2021-05-22 Marcelina Kościelnickakernel/rtlil: Extract some helpers for checking memory...
2021-03-30 Eddie Hungabc9: fix SCC issues (#2694)
2021-03-23 Marcelina Kościelnickartlil: Fix process memwr roundtrip.
2021-03-23 N. EngelhardtMerge pull request #2696 from nakengelhardt/guidelines
2021-03-23 Marcelina Kościelnickajson: Improve the "processes in module" message a bit.
2021-03-15 Marcelina Kościelnickajson: Add support for memories.
2021-03-12 whitequarkMerge pull request #2653 from zachjs/global-parameter
2021-03-11 whitequarkMerge pull request #2642 from whitequark/cxxrtl-noproc...
2021-03-10 Dan RavensloftReplace assert in xaiger with more useful error message
2021-03-09 whitequarkMerge pull request #2643 from zachjs/fix-param-no-defau...
2021-03-08 Marcelina KościelnickaAdd support for memory writes in processes.
2021-03-07 whitequarkcxxrtl: don't assert on edge sync rules tied to a constant.
2021-03-07 whitequarkcxxrtl: allow `always` sync rules in debug_eval.
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-05 whitequarkMerge pull request #2635 from whitequark/cxxrtl-memrd...
2021-03-05 whitequarkMerge pull request #2634 from whitequark/cxxrtl-debug...
2021-03-05 whitequarkMerge pull request #2633 from whitequark/cxxrtl-no-top
2021-03-05 whitequarkcxxrtl: follow aliases to outlines when emitting $memrd...
2021-03-05 whitequarkcxxrtl: add pass debug flag to show assigned wire types.
2021-03-05 whitequarkcxxrtl: don't crash on empty designs.
2021-03-01 Claire XenMerge pull request #2523 from tomverbeure/define_synthesis
2021-03-01 Claire XenMerge pull request #2524 from bkbncn/patch-1
2021-03-01 whitequarkMerge pull request #2615 from zachjs/genrtlil-conflict
2021-02-25 whitequarkMerge pull request #2554 from hzeller/master
2021-02-25 Marcelina Kościelnickabtor, smt2, smv: Add a hint on how to deal with funny...
2021-02-12 gatecatMerge pull request #2585 from YosysHQ/dave/nexus-dotproduct
2021-02-03 whitequarkMerge pull request #2436 from dalance/fix_generate
2021-01-29 whitequarkMerge pull request #2564 from whitequark/flatten-improv...
2021-01-28 Claire XenMerge pull request #2535 from Ravenslofty/scc-specify
2021-01-26 whitequarkMerge pull request #2563 from whitequark/cxxrtl-msvc
2021-01-26 whitequarkMerge pull request #2544 from modwizcode/fix-clock
2021-01-26 whitequarkcxxrtl: do not use `->template` for non-dependent names.
next