yosys.git
2020-05-19 Alberto Gonzalezkernel: Try an order-independent approach to hashing...
2020-05-14 Alberto Gonzalezkernel: Ensure `dict` always hashes to the same value...
2020-05-14 Alberto Gonzalezkernel: Re-implement `dict` hash code as a `dict` membe...
2020-05-14 Alberto Gonzaleztechmap: Replace naughty `const_cast<>()`s.
2020-05-14 Alberto Gonzaleztechmap: Replace pseudo-private member usage with the...
2020-05-14 Eddie Hungtechmap: sort celltypeMap as it determines techmap...
2020-05-14 Alberto GonzalezReplace `std::set`s using custom comparators with ...
2020-05-14 Eddie Hungtechmap: prefix special wires with backslash for use...
2020-05-14 Alberto GonzalezFurther clean up `passes/techmap/techmap.cc`.
2020-05-14 Alberto GonzalezUse `emplace()` for more efficient insertion into vario...
2020-05-14 Alberto GonzalezBuild constant bits directly rather than constructing...
2020-05-14 Alberto GonzalezReplace `std::set` with `pool` for `cell_to_inbit`...
2020-05-14 Alberto GonzalezUse `emplace()` rather than `insert()`.
2020-05-14 Alberto GonzalezClean up pseudo-private member usage and ensure range...
2020-05-14 Alberto GonzalezClean up extraneous buffer.
2020-05-14 Alberto GonzalezReplace `std::map` with `dict` for `unique_bit_id`.
2020-05-14 Alberto GonzalezReplace `std::map` with `dict` for `port_new2old_map...
2020-05-14 Alberto GonzalezReplace `std::map` with `dict` for `connbits_map`,...
2020-05-14 Alberto GonzalezReplace `std::map` with `dict` for `TechmapWires` type.
2020-05-14 Alberto GonzalezReplace `std::map` with `dict` for `celltypeMap`.
2020-05-14 Alberto GonzalezReplace `std::set` with `pool` for `handled_cells`...
2020-05-14 Alberto GonzalezReplace `std::map` with `dict` for `positional_ports`.
2020-05-14 Alberto GonzalezAdd specialized `hash()` for type `dict` and use a...
2020-05-14 Alberto GonzalezReplace `std::map` with `dict` for `simplemap_mappers`.
2020-05-14 Alberto GonzalezUse `nullptr` instead of `NULL` in `passes/techmap...
2020-05-14 Alberto GonzalezReplace `std::string` and `RTLIL::IdString` with `IdStr...
2020-05-14 Alberto GonzalezDo not modify design modules while iterating over ...
2020-05-14 Alberto GonzalezClean up pseudo-private member usage, superfluous ...
2020-05-05 Eddie HungMerge pull request #2025 from YosysHQ/eddie/frontend_cl...
2020-05-05 whitequarkMerge pull request #2012 from whitequark/fix-wasi-abc...
2020-05-05 Eddie HungMerge pull request #2026 from YosysHQ/eddie/scratchpad_...
2020-05-05 Eddie HungMerge pull request #2024 from YosysHQ/eddie/primitive_src
2020-05-05 Eddie HungMerge pull request #2023 from YosysHQ/eddie/specify_src
2020-05-04 Eddie Hungsynth_ice40/ecp5/xilinx: allow abc9.W to be overridden...
2020-05-04 Eddie Hungverilog: fix specify src attribute
2020-05-04 Eddie Hungfrontend: cleanup to use more ID::*, more dict<> instea...
2020-05-04 Eddie Hungverilog: set src attribute for primitives
2020-05-04 Eddie Hungtests: add tests for primitives' src
2020-05-04 Eddie HungMerge pull request #1996 from boqwxp/rtlil_source_locations
2020-05-03 whitequarkMerge pull request #2000 from whitequark/log_error...
2020-05-03 whitequarkkernel: Trap in `log_error()` when a debugger is attached.
2020-05-03 Claire WolfMerge pull request #2014 from YosysHQ/claire/fixoptalu
2020-05-02 Eddie Hungtest: add test for #2014
2020-05-02 Eddie HungMerge pull request #2013 from YosysHQ/eddie/aiger_fixes
2020-05-02 Claire WolfFix the other "opt_expr -fine" bug introduced in 213a89558
2020-05-02 Eddie Hungabc9_ops: -reintegrate to be sensitive to start_offset too
2020-05-02 Eddie Hungtests: aiger test for wire->start_offset != 0
2020-05-02 Eddie Hungaiger: fixes for ports that have start_offset != 0
2020-05-02 Claire WolfMerge pull request #2010 from YosysHQ/claire/fixopt
2020-05-02 whitequarkUpdate ABC to include WASI support fixes.
2020-05-01 whitequarkFix WASI builds with abc enabled.
2020-05-01 whitequarkMerge pull request #2001 from whitequark/wasi
2020-05-01 Eddie HungAdd testcase for #2010
2020-05-01 Claire WolfFix "opt_expr -fine" bug introduced in 213a89558
2020-05-01 Claire WolfMerge pull request #1997 from whitequark/document-ootb
2020-05-01 Claire WolfMerge pull request #1981 from YosysHQ/claire/fix1837
2020-05-01 Alberto Gonzalezfrontend: Include complete source location instead...
2020-04-30 whitequarkAdd WASI platform support.
2020-04-30 Eddie HungMerge pull request #1999 from YosysHQ/eddie/verific_enu...
2020-04-30 whitequarkMerge pull request #2008 from whitequark/editorconfig-abc
2020-04-30 Eddie Hungverific: ignore anonymous enums
2020-04-30 whitequarkFix .editorconfig to not break abc.
2020-04-27 Eddie Hungverific: support VHDL enums too
2020-04-27 Eddie HungMerge pull request #1946 from YosysHQ/eddie/yosyshq_abc
2020-04-27 Eddie HungUpdate CHANGELOG and manual for departure from upstream
2020-04-27 Eddie Hungabc: use YosysHQ/abc instead of upstream berkeley-abc/abc
2020-04-27 Eddie HungMerge pull request #1992 from YosysHQ/eddie/bugpoint_help
2020-04-27 Eddie Hungverific: recover wiretype/enum attr as part of import_a...
2020-04-25 whitequarkMerge pull request #2002 from YosysHQ/dave/cxxrtl-width
2020-04-25 David Shahcxxrtl: Round up constant width
2020-04-24 whitequarkREADME: explain how to do out-of-tree builds.
2020-04-24 whitequarkFix out-of-tree builds configured as `SMALL := 1`.
2020-04-24 whitequarkgowin,ecp5: remove generated files in `make clean`.
2020-04-24 whitequarkMerge pull request #1998 from whitequark/cxxrtl-fixes
2020-04-24 Eddie Hungbugpoint: improve messaging
2020-04-24 Eddie Hungbugpoint: (* keep *) to (* bugpoint_keep *); also apply...
2020-04-24 Eddie HungRevert "verific: import enum attributes from verific"
2020-04-24 whitequarkcxxrtl: use `cxxrtl_` prefix rather than `cxxrtl.`
2020-04-24 Eddie Hungbugpoint: skip ports with (* keep *) on; add header
2020-04-24 Claire WolfMerge pull request #1995 from YosysHQ/eddie/fix_verific...
2020-04-24 Dan Ravensloftintel_alm: cleanup duplication
2020-04-24 whitequarkcxxrtl: improve printing of narrow memories.
2020-04-24 whitequarkcxxrtl: fix handling of parametric modules with large...
2020-04-23 Eddie Hungverific: do not assert if wire not found; warn instead
2020-04-23 Eddie Hungbugpoint: improve help text
2020-04-23 Eddie HungMerge pull request #1974 from YosysHQ/eddie/abc9_disabl...
2020-04-23 Claire WolfMerge pull request #1989 from boqwxp/qbfsat_anyconst_so...
2020-04-23 Claire WolfMerge pull request #1988 from boqwxp/qbfsat
2020-04-23 Claire WolfMerge pull request #1986 from YosysHQ/eddie/verific_enum
2020-04-23 Dan Ravensloftintel_alm: work around a Quartus ICE
2020-04-23 Alberto Gonzalezqbfsat: Make hole name recovery more robust. Allow...
2020-04-23 Eddie HungMerge pull request #1984 from YosysHQ/eddie/getParam_ex...
2020-04-23 Alberto Gonzalezqbfsat: Add `-assume-negative-polarity` option.
2020-04-23 Eddie Hungecp5: ecp5_gsr to skip cells that don't have GSR parame...
2020-04-23 Eddie Hungtests: read +/xilinx/cell_sim.v before xilinx_dsp test
2020-04-23 Eddie Hungxilinx: xilinx_dsp_cascade to check CREG for DSP48E1...
2020-04-23 Eddie Hungverific: import enum attributes from verific
2020-04-22 Eddie Hungtest: ice40_dsp test to read +/ice40/cells_sim.v for...
2020-04-22 Eddie Hungxilinx: improve xilinx_dffopt message
2020-04-22 Eddie Hungxilinx: xilinx_dffopt to read cells_sim.v; fix test
next