| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | Do actual compare | Miodrag Milanovic | 2022-01-28 | 2 | -72/+47 |
| | * | Add more options and time handling | Miodrag Milanovic | 2022-01-28 | 2 | -0/+3 |
| | * | Fix tabs/spaces | Miodrag Milanovic | 2022-01-26 | 1 | -31/+31 |
| | * | Add fstdata helper class | Miodrag Milanovic | 2022-01-26 | 2 | -0/+344 |
| * | | Add $bmux and $demux cells. | Marcelina Kościelnicka | 2022-01-28 | 8 | -20/+291 |
| * | | kernel/mem: Add read-first semantic emulation code. | Marcelina Kościelnicka | 2022-01-28 | 2 | -0/+116 |
| * | | kernel/mem: Add functions to emulate read port enable/init/reset signals. | Marcelina Kościelnicka | 2022-01-27 | 2 | -0/+226 |
| |/ |
|
| * | logger: fix unmatched expected warnings and errors | Zachary Snow | 2022-01-04 | 1 | -11/+11 |
| * | Merge pull request #3111 from whitequark/issue-3110 | Catherine | 2021-12-14 | 1 | -1/+2 |
| |\ |
|
| | * | Fix null pointer dereference after failing to extract DFF from memory. | Catherine | 2021-12-14 | 1 | -1/+2 |
| * | | Hotfix for run_shell auto-detection | Claire Xenia Wolf | 2021-12-14 | 1 | -0/+3 |
| |/ |
|
| * | Fix unused param warning with ENABLE_NDEBUG. | Marcelina Kościelnicka | 2021-12-12 | 1 | -1/+1 |
| * | Added "yosys -r <topmodule>" | Claire Xenia Wolf | 2021-12-10 | 3 | -28/+35 |
| * | Use "read" command to parse HDL files from Yosys command-line | Claire Xenia Wolf | 2021-12-09 | 1 | -4/+8 |
| * | sta: very crude static timing analysis pass | Lofty | 2021-11-25 | 4 | -17/+64 |
| * | Make it work on all | Miodrag Milanovic | 2021-11-05 | 1 | -3/+1 |
| * | Removed semicolon from macro | Miodrag Milanovic | 2021-11-05 | 1 | -1/+1 |
| * | dfflegalize: Refactor, add aldff support. | Marcelina Kościelnicka | 2021-10-27 | 2 | -7/+202 |
| * | verilog: use derived module info to elaborate cell connections | Zachary Snow | 2021-10-25 | 3 | -0/+7 |
| * | Split out logic for reprocessing an AstModule | Rupert Swarbrick | 2021-10-25 | 2 | -3/+3 |
| * | Change implicit conversions from bool to Sig* to explicit. | Marcelina Kościelnicka | 2021-10-21 | 1 | -2/+2 |
| * | Fix a regression from #3035. | Marcelina Kościelnicka | 2021-10-08 | 1 | -1/+1 |
| * | FfData: some refactoring. | Marcelina Kościelnicka | 2021-10-07 | 4 | -453/+604 |
| * | Hook up $aldff support in various passes. | Marcelina Kościelnicka | 2021-10-02 | 1 | -2/+41 |
| * | kernel/ff: Refactor FfData to enable FFs with async load. | Marcelina Kościelnicka | 2021-10-02 | 4 | -152/+275 |
| * | Add $aldff and $aldffe: flip-flops with async load. | Marcelina Kościelnicka | 2021-10-02 | 4 | -0/+130 |
| * | simplemap: refactor to use FfData. | Marcelina Kościelnicka | 2021-10-02 | 1 | -3/+6 |
| * | Add additional check to SigSpec | Claire Xenia Wolf | 2021-09-10 | 2 | -6/+14 |
| * | kernel/mem: Remove old parameter when upgrading $mem to $mem_v2. | Marcelina Kościelnicka | 2021-08-16 | 1 | -0/+1 |
| * | Generate an RTLIL representation of bind constructs | Rupert Swarbrick | 2021-08-13 | 4 | -1/+116 |
| * | logger: Add -check-expected subcommand. | Marcelina Kościelnicka | 2021-08-12 | 1 | -5/+5 |
| * | Add v2 memory cells. | Marcelina Kościelnicka | 2021-08-11 | 4 | -137/+312 |
| * | kernel/mem: Introduce transparency masks. | Marcelina Kościelnicka | 2021-08-11 | 2 | -21/+333 |
| * | Refactor common parts of SAT-using optimizations into a helper. | Marcelina Kościelnicka | 2021-08-09 | 3 | -2/+182 |
| * | memory: Introduce $meminit_v2 cell, with EN input. | Marcelina Kościelnicka | 2021-07-28 | 4 | -6/+52 |
| * | kernel/mem: Add a coalesce_inits helper. | Marcelina Kościelnicka | 2021-07-13 | 2 | -0/+79 |
| * | kernel/mem: Use delayed removal for inits as well. | Marcelina Kościelnicka | 2021-07-12 | 2 | -4/+20 |
| * | kernel/mem: Add documentation for more helper functions. | Marcelina Kościelnicka | 2021-07-12 | 1 | -0/+34 |
| * | kernel/mem: Commit new values of attributes in emit. | Marcelina Kościelnicka | 2021-07-12 | 1 | -0/+4 |
| * | kernel/mem: Make the Mem helpers inherit from AttrObject. | Marcelina Kościelnicka | 2021-07-12 | 1 | -8/+4 |
| * | rtlil: Make Process handling more uniform with Cell and Wire. | Marcelina Kościelnicka | 2021-07-12 | 3 | -3/+48 |
| * | Fix WASI build after commit 1d88bea1. | whitequark | 2021-06-19 | 1 | -1/+1 |
| * | pyosys: Clear SIGINT handler after Python loads | gatecat | 2021-06-16 | 1 | -0/+2 |
| * | macos: fix leak in proc_self_dirname() | Zachary Snow | 2021-06-14 | 1 | -1/+3 |
| * | Simplify some RTLIL destructors | Rupert Swarbrick | 2021-06-14 | 1 | -10/+10 |
| * | opt_expr: Fix mul/div/mod by POT patterns to support >= 32 bits. | Marcelina Kościelnicka | 2021-06-09 | 2 | -0/+35 |
| * | Fixing old e-mail addresses and deadnames | Claire Xenia Wolf | 2021-06-08 | 26 | -27/+27 |
| * | kernel/mem: Recognize some deprecated memory port configs. | Marcelina Kościelnicka | 2021-06-01 | 1 | -0/+10 |
| * | Make a few passes auto-call Mem::narrow instead of rejecting wide ports. | Marcelina Kościelnicka | 2021-05-28 | 1 | -0/+3 |
| * | kernel/mem: Add helpers for write port widening. | Marcelina Kościelnicka | 2021-05-27 | 2 | -0/+57 |