aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3537 from jix/xpropJannis Harder2023-01-115-18/+121
|\
| * Add bitwise `$bweqx` and `$bwmux` cellsJannis Harder2022-11-305-4/+112
| * satgen, simlib: Consistent x-propagation for `$pmux` cellsJannis Harder2022-11-301-14/+9
* | remove template declaration that stops function from being usedN. Engelhardt2023-01-111-4/+0
* | Deprecate gcc-4.8Miodrag Milanovic2023-01-112-55/+18
* | Display error instead of assertion when pass existsMiodrag Milanovic2023-01-091-5/+12
* | add note to help about how to chain commandsN. Engelhardt2023-01-021-1/+1
* | Remove help outputs for texKrystalDelusion2022-12-081-92/+0
* | tcl: Update help message to mention 'tee -s'Jannis Harder2022-12-051-2/+2
* | tcl: Unset both result.json and result.string only before calling passJannis Harder2022-12-051-2/+1
* | tcl: Don't exit repl on recoverable command errorsJannis Harder2022-12-022-4/+36
* | tcl: Return scratchpad result.json and result.string as tcl objectsJannis Harder2022-12-021-2/+57
* | tee: Allow logging command output to a given scratchpad valueJannis Harder2022-12-022-0/+7
* | Fix tcl crash in case of error executing commandMiodrag Milanovic2022-11-302-1/+8
|/
* sat: Add -set-def-formal option to force defined $any* outputsJannis Harder2022-11-282-4/+24
* Add TCL interactive shell modeMiodrag Milanovic2022-11-252-8/+34
* Rst docs conversion (#3496)KrystalDelusion2022-11-151-0/+109
* Add missing memory width assert preventing division by zero (#3546)Emil J2022-11-091-0/+1
* fstdata: Update past_data before end_time callbackJannis Harder2022-11-071-0/+1
* fstdata: Handle square/angle bracket replacemnt, change memory handlingJannis Harder2022-11-071-8/+19
* Add missing log_dump_val_worker forward declarationsClaire Xenia Wolf2022-10-301-0/+5
* Consistent $mux undef handlingJannis Harder2022-10-243-10/+36
* Add missing log_dump handler for std::vector<>Claire Xenia Wolf2022-10-201-0/+12
* Add YOSYS_ABORT_ON_LOG_ERROR environment variable for debugging.Jannis Harder2022-10-071-0/+3
* Fix mingw buildMiodrag Milanovic2022-08-291-0/+3
* kernel: hashlib: cleaned up message about table size in cases where `sizeof(i...Aki Van Ness2022-08-251-1/+1
* use inttypes format specifiersN. Engelhardt2022-08-251-3/+3
* dump runtime information for passes to jsonN. Engelhardt2022-08-251-1/+28
* formalff: Set new replaced_by_gclk attribute on removed dff's clksJannis Harder2022-08-161-0/+1
* Add the $anyinit cell and the formalff passJannis Harder2022-08-166-6/+48
* Encode filename unprintable charsMiodrag Milanovic2022-08-081-0/+15
* Assorted microoptimization speedups in core data structures.Marcelina Kościelnicka2022-07-276-193/+117
* Make all compile under OpenBSD (#3423)Miodrag Milanović2022-07-272-0/+42
* Merge pull request #3392 from rockybulwinkle/rockybulwinkle-patch-1Miodrag Milanović2022-07-111-0/+4
|\
| * Remove empty linesMarcelina Kościelnicka2022-07-111-2/+0
| * Update tcl doc, yosys does not return data to tclrockybulwinkle2022-06-231-0/+6
* | using more portable formattingMiodrag Milanovic2022-07-061-1/+1
|/
* Add a check for packed memory MEMID uniquenessMarcelina Kościelnicka2022-06-131-0/+10
* Use compiler-generated default constructor for RTLIL::Const::ConstHenner Zeller2022-06-092-11/+3
* smt2: Add smtlib2_comb_expr attribute to allow user-selected smtlib2 expressionsJacob Lifshay2022-06-021-0/+2
* memory_dff: Add support for no_rw_check attribute.Marcelina Kościelnicka2022-06-021-0/+1
* Merge pull request #3333 from mohamed/feature/tmpdirMiodrag Milanović2022-05-273-27/+44
|\
| * Cleanup, and fix windowsMiodrag Milanovic2022-05-271-37/+24
| * Observe $TMPDIR variable when creating tmp filesMohamed A. Bamakhrama2022-05-273-4/+34
* | Remove set but unused variableMiodrag Milanovic2022-05-271-4/+0
|/
* Add memory_libmap pass.Marcelina Kościelnicka2022-05-181-0/+12
* Merge pull request #3310 from robinsonb5-PRs/masterMiodrag Milanović2022-05-171-0/+2
|\
| * Use log_warning when Tcl_Init fails, report error with Tcl_ErrnoMsg.Alastair M. Robinson2022-05-161-1/+1
| * Now calls Tcl_Init after creating the interp, fixes clock format.Alastair M. Robinson2022-05-101-0/+2
* | Add opt_ffinv pass.Marcelina Kościelnicka2022-05-132-3/+12