aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2085 from rswarbrick/selectclairexen2020-06-082-15/+20
|\
| * Pass some more args by reference in select.ccRupert Swarbrick2020-05-272-8/+8
| * Minor optimisations in select.cc's match_ids functionRupert Swarbrick2020-05-271-9/+11
| * Silence warning in select.ccRupert Swarbrick2020-05-271-1/+4
* | Merge pull request #2089 from rswarbrick/modportsclairexen2020-06-081-13/+6
|\ \
| * | Simplify a modport check in hierarchy.ccRupert Swarbrick2020-05-261-13/+6
| |/
* | Merge pull request #2105 from whitequark/split-flatten-off-techmapclairexen2020-06-085-325/+541
|\ \
| * | flatten: clean up log messages.whitequark2020-06-041-1/+1
| * | flatten: topologically sort modules.whitequark2020-06-041-55/+47
| * | flatten: simplify.whitequark2020-06-041-43/+7
| * | flatten: simplify. NFC.whitequark2020-06-041-7/+3
| * | flatten: simplify.whitequark2020-06-041-35/+0
| * | flatten: simplify. NFC.whitequark2020-06-041-11/+4
| * | flatten: simplify. NFC.whitequark2020-06-041-6/+4
| * | flatten: simplify. NFC.whitequark2020-06-041-73/+39
| * | flatten: simplify. NFC.whitequark2020-06-041-8/+8
| * | RTLIL: factor out RTLIL::Module::addMemory. NFC.whitequark2020-06-044-14/+16
| * | flatten: rename techmap-related stuff. NFC.whitequark2020-06-041-16/+16
| * | techmap, flatten: remove dead options.whitequark2020-06-042-928/+212
| * | flatten: split from techmap.whitequark2020-06-033-93/+1149
* | | Merge pull request #2117 from PeterCrozier/struct_arrayclairexen2020-06-083-17/+158
|\ \ \
| * | | Support packed arrays in struct/union.Peter Crozier2020-06-073-17/+158
* | | | Merge pull request #2119 from YosysHQ/mwk/fix-fsm-idstringclairexen2020-06-081-1/+1
|\ \ \ \
| * | | | fsm_extract: avoid calling log_signal to determine wire nameMarcelina Kościelnicka2020-06-081-1/+1
|/ / / /
* | | | Merge pull request #2116 from whitequark/cxxrtl-vcdwhitequark2020-06-077-3/+419
|\ \ \ \ | |/ / / |/| | |
| * | | cxxrtl: rename cxxrtl.cc→cxxrtl_backend.cc.whitequark2020-06-072-1/+1
| * | | cxxrtl: add a C API for writing VCD dumps.whitequark2020-06-075-2/+204
| * | | cxxrtl: only write VCD values that were actually updated.whitequark2020-06-071-10/+30
| * | | cxxrtl: add a VCD writer using debug information.whitequark2020-06-071-0/+194
|/ / /
* | | Merge pull request #2115 from whitequark/cxxrtl-introspectionwhitequark2020-06-064-5/+396
|\ \ \
| * | | cxxrtl: add a C API for driving and introspecting designs.whitequark2020-06-064-29/+291
| * | | cxxrtl: generate debug information for non-localized public wires.whitequark2020-06-062-2/+131
|/ / /
* | | Merge pull request #2110 from BracketMaster/masterwhitequark2020-06-061-1/+1
|\ \ \
| * | | more reasonable numbers for memoryYehowshua Immanuel2020-06-041-1/+1
| * | | MacOS has even stricter stack limits in catalina.Yehowshua Immanuel2020-06-041-1/+1
* | | | Merge pull request #2113 from whitequark/cxxrtl-fix-sshrwhitequark2020-06-051-1/+1
|\ \ \ \
| * | | | cxxrtl: fix implementation of $sshr cell.whitequark2020-06-051-1/+1
| | |/ / | |/| |
* | | | Merge pull request #2109 from nakengelhardt/btor_internal_namesN. Engelhardt2020-06-051-5/+5
|\ \ \ \
| * | | | btor backend: make not printing internal names defaultN. Engelhardt2020-06-041-5/+5
* | | | | Add missing .gitignore fileClaire Wolf2020-06-041-0/+2
| |_|/ / |/| | |
* | | | Merge pull request #2041 from PeterCrozier/structclairexen2020-06-0410-204/+690
|\ \ \ \
| * \ \ \ Merge branch 'master' into structPeter Crozier2020-06-03154-2453/+4094
| |\ \ \ \
| * | | | | Allow structs within structs.Peter Crozier2020-05-123-7/+38
| * | | | | Generalise structs and add support for packed unions.Peter Crozier2020-05-128-59/+209
| * | | | | Implement SV structs.Peter Crozier2020-05-089-205/+510
* | | | | | Merge pull request #2099 from Xiretza/manual-include-pathclairexen2020-06-041-1/+4
|\ \ \ \ \ \
| * | | | | | Use in-tree include directory in manual buildXiretza2020-05-301-1/+4
* | | | | | | Add codeowners file (#2098)N. Engelhardt2020-06-041-0/+37
* | | | | | | Merge pull request #2077 from YosysHQ/eddie/abc9_dff_improveEddie Hung2020-06-046-55/+143
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | abc9_ops: fix commentEddie Hung2020-05-301-1/+1