aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Change the type of current_module to ModuleRupert Swarbrick2021-05-132-24/+26
* | | Use range-based for loop in AST::processRupert Swarbrick2021-05-131-21/+21
* | | Add missing parameters for MULT18X18D and ALU54B to ECP5 techlib.Adam Greig2021-05-121-0/+22
* | | sv: check validity of package end labelZachary Snow2021-05-102-0/+17
* | | blif: Use library cells' start_offset and upto for wideports.Marcelina Kościelnicka2021-05-084-10/+54
* | | connect: Add -assert option, fix non-working sigmap.Marcelina Kościelnicka2021-05-081-4/+24
* | | opt_dff: Fix NOT gates wired in reverse.Marcelina Kościelnicka2021-05-042-10/+15
* | | Merge pull request #2738 from mdko/xilinx-blifMiodrag Milanović2021-04-271-1/+1
|\ \ \
| * | | Fix use of blif name in synth_xilinx commandMichael Christensen2021-04-271-1/+1
|/ / /
* | | Merge pull request #2737 from YosysHQ/claire/fix2736Claire Xen2021-04-261-0/+4
|\ \ \
| * | | Remove duplicates from conns array in JSON front-end, fixes #2736Claire Xenia Wolf2021-04-261-0/+4
|/ / /
* | | Merge pull request #2669 from YosysHQ/claire/ice40defaultsClaire Xen2021-04-212-26/+62
|\ \ \
| * | | Add default assignments to other SB_* simulation modelsClaire Xenia Wolf2021-04-201-24/+44
| * | | Add default assignments to SB_LUT4Claire Xenia Wolf2021-04-202-2/+18
|/ / /
* | | quicklogic: ABC9 synthesisLofty2021-04-1712-22/+97
* | | sf2: fix name of AND modulesStefan Riesenberger2021-04-091-3/+3
* | | Merge pull request #2724 from whitequark/flatten-rewrite-memwr-memidwhitequark2021-04-091-0/+3
|\ \ \
| * | | flatten: rewrite memid in memwr actions.whitequark2021-04-091-0/+3
|/ / /
* | | preproc: test coverage for #2712Zachary Snow2021-03-303-0/+18
* | | equiv: Suggest running async2sync or clk2fflogic where appropriate.Marcelina Kościelnicka2021-03-302-3/+10
* | | verilog: revise hot comment warningsZachary Snow2021-03-301-6/+21
* | | abc9: uniquify blackboxes like whiteboxes (#2695)Eddie Hung2021-03-292-11/+62
* | | abc9: fix SCC issues (#2694)Eddie Hung2021-03-299-45/+94
* | | Bump versionMarcelina Kościelnicka2021-03-301-1/+1
* | | preproc: Fix up conditional handling.Marcelina Kościelnicka2021-03-301-3/+17
* | | gha: trim macOS dependenciesZachary Snow2021-03-281-3/+1
* | | gha: combine jobs using matrixZachary Snow2021-03-281-43/+24
* | | rtlil: add const accessors for modules, wires, and cellsZachary Snow2021-03-252-0/+15
* | | Merge pull request #2702 from modwizcode/patch-1whitequark2021-03-241-0/+2
|\ \ \
| * | | Clarify bugpoint documentation regarding outputIris Johnson2021-03-241-0/+2
|/ / /
* | | ast: make design available to process_module()Zachary Snow2021-03-241-8/+8
* | | rtlil: Fix process memwr roundtrip.Marcelina Kościelnicka2021-03-231-1/+1
* | | Merge pull request #2696 from nakengelhardt/guidelinesN. Engelhardt2021-03-2311-318/+295
|\ \ \
| * | | split CodingReadme into multiple filesN. Engelhardt2021-03-2211-318/+295
* | | | quicklogic: Add .gitignore file for test outputs.Marcelina Kościelnicka2021-03-231-0/+4
* | | | json: Improve the "processes in module" message a bit.Marcelina Kościelnicka2021-03-231-1/+1
|/ / /
* | | verilog: check entire user type stack for type definitionXiretza2021-03-212-6/+22
* | | sv: allow typenames as function return typesZachary Snow2021-03-193-0/+46
* | | Merge pull request #2681 from msinger/fix-issue2606Miodrag Milanović2021-03-191-3/+23
|\ \ \
| * | | Fix check for bad std::regex (fixes #2606)Michael Singer2021-03-171-3/+23
* | | | verilog: rebuild user_type_stack from globals before parsing fileXiretza2021-03-181-5/+21
* | | | Add simple CI using github actions.Marcelina Kościelnicka2021-03-181-0/+87
* | | | modtools: fix use-after-free of cell pointers in ModWalkerXiretza2021-03-181-0/+2
* | | | quicklogic: PolarPro 3 supportLofty2021-03-1820-0/+1033
* | | | ast: Use better parameter serialization for paramod names.Marcelina Kościelnicka2021-03-182-5/+28
|/ / /
* | | Blackbox all whiteboxes after synthesisgatecat2021-03-1716-9/+24
* | | bugpoint: add runner optionZachary Snow2021-03-172-6/+20
* | | sv: carry over global typedefs from previous filesZachary Snow2021-03-173-2/+65
* | | verilog: fix buf/not primitives with multiple outputsXiretza2021-03-172-4/+30
* | | blackbox: Include whiteboxed modulesgatecat2021-03-174-4/+19