aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2339 from zachjs/display-format-0sclairexen2020-08-182-1/+8
|\
| * Allow %0s $display format specifierZachary Snow2020-08-092-1/+8
* | Merge pull request #2338 from zachjs/const-branch-finishclairexen2020-08-182-4/+43
|\ \
| * | Propagate const_fold through generate blocks and branchesZachary Snow2020-08-092-4/+43
| |/
* | Merge pull request #2317 from zachjs/expand-genblockclairexen2020-08-183-42/+168
|\ \
| * | Fix generate scoping issuesZachary Snow2020-07-313-42/+168
* | | Merge branch 'zachjs-const-func-block-var'Claire Wolf2020-08-183-26/+53
|\ \ \
| * | | Merge branch 'const-func-block-var' of https://github.com/zachjs/yosys into z...Claire Wolf2020-08-183-26/+53
|/| | |
| * | | Allow blocks with declarations within constant functionsZachary Snow2020-07-253-18/+45
* | | | Merge pull request #2281 from zachjs/const-realclairexen2020-08-182-3/+23
|\ \ \ \
| * | | | Allow reals as constant function parametersZachary Snow2020-07-192-3/+23
* | | | | Bump versionYosys Bot2020-08-141-1/+1
* | | | | intel_alm: fix typo in MISTRAL_MUL27X27 cell nameDan Ravensloft2020-08-131-1/+1
* | | | | Bump versionYosys Bot2020-08-131-1/+1
* | | | | Merge pull request #2340 from andy-knowles/cxxrtl-fix-alu-carryoutwhitequark2020-08-121-1/+2
|\ \ \ \ \
| * | | | | cxxrtl.h: Fix incorrect CarryOut in alu()Andy Knowles2020-08-121-8/+3
| * | | | | cxxrtl.h: Fix incorrect CarryOut in alu when Bits % 32 != 0 && Invert == FalseAndy Knowles2020-08-121-2/+8
* | | | | | intel_alm: add more megafunctions. NFC.Dan Ravensloft2020-08-121-0/+431
|/ / / / /
* | | | / Bump versionYosys Bot2020-08-101-1/+1
| |_|_|/ |/| | |
* | | | Replace opt_rmdff with opt_dff.Marcelina Kościelnicka2020-08-0718-73/+75
| |_|/ |/| |
* | | Bump YOSYS_VERClaire Wolf2020-07-311-1/+1
* | | Add dffunmap pass.Marcelina Kościelnicka2020-07-313-0/+208
* | | opt_expr: Remove -clkinv option, make it the default.Marcelina Kościelnicka2020-07-315-18/+17
* | | synth_ice40: Use opt_dff.Marcelina Kościelnicka2020-07-307-390/+93
* | | synth_xilinx: Use opt_dff.Marcelina Kościelnicka2020-07-307-887/+219
* | | async2sync: Support all FF types.Marcelina Kościelnicka2020-07-303-145/+208
* | | Add opt_dff pass.Marcelina Kościelnicka2020-07-3012-3/+1790
* | | verilog_backend: Add handling for all FF types.Marcelina Kościelnicka2020-07-301-252/+134
* | | Merge pull request #2314 from YosysHQ/verifix_errorfixMiodrag Milanović2020-07-291-1/+3
|\ \ \
| * | | Clear last error messageMiodrag Milanovic2020-07-291-1/+3
|/ / /
* | | opt_expr: Fix handling of $_XNOR_ cells with A = B.Marcelina Kościelnicka2020-07-292-1/+15
* | | ffinit: Fortify the code a bit.Marcelina Kościelnicka2020-07-281-24/+19
* | | Merge pull request #2301 from zachjs/for-loop-errorsclairexen2020-07-281-17/+19
|\ \ \
| * | | Clearer for loop error messagesZachary Snow2020-07-251-17/+19
* | | | Merge pull request #2306 from YosysHQ/mwk/equiv_induct-undefclairexen2020-07-282-1/+38
|\ \ \ \
| * | | | equiv_induct: Fix up assumption for $equiv cells in -undef mode.Marcelina Kościelnicka2020-07-272-1/+38
| |/ / /
* | | | intel_alm: direct M10K instantiationDan Ravensloft2020-07-278-39/+133
* | | | intel_alm: increase abc9 -WDan Ravensloft2020-07-262-7/+7
* | | | Merge pull request #2299 from zachjs/arg-loopclairexen2020-07-263-0/+73
|\ \ \ \ | |/ / / |/| | |
| * | | Avoid generating wires for function args which are constantZachary Snow2020-07-243-0/+73
| | |/ | |/|
* | | async2sync: Refactor to use FfInitVals.Marcelina Kościelnicka2020-07-241-53/+11
* | | memory_dff: Refactor to use FfInitVals.Marcelina Kościelnicka2020-07-241-12/+5
* | | proc_dlatch: Refactor to use FfInitVals.Marcelina Kościelnicka2020-07-241-28/+8
* | | pmux2shift: Refactor to use FfInitVals.Marcelina Kościelnicka2020-07-241-15/+4
* | | wreduce: Refactor to use FfInitVals.Marcelina Kościelnicka2020-07-241-37/+7
* | | techmap: Refactor to use FfInitVals.Marcelina Kościelnicka2020-07-241-41/+4
* | | shregmap: Refactor to use FfInitVals.Marcelina Kościelnicka2020-07-241-39/+10
* | | abc: Refactor to use FfInitVals.Marcelina Kościelnicka2020-07-241-25/+6
* | | dffinit: Refactor to use FfInitVals.Marcelina Kościelnicka2020-07-241-41/+7
* | | zinit: Refactor to use FfInitVals.Marcelina Kościelnicka2020-07-242-45/+13