Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for various ff/latch cells simulation | Miodrag Milanovic | 2022-02-16 | 2 | -109/+54 |
* | Merge branch 'master' into clk2ff-better-names | Claire Xen | 2022-02-11 | 40 | -673/+4431 |
|\ | |||||
| * | Merge pull request #3185 from YosysHQ/micko/co_sim | Miodrag Milanović | 2022-02-07 | 2 | -0/+333 |
| |\ | |||||
| | * | Error detection for co-simulation | Miodrag Milanovic | 2022-02-04 | 1 | -0/+2 |
| | * | bug fix and cleanups | Miodrag Milanovic | 2022-02-04 | 1 | -1/+1 |
| | * | Cleanup | Miodrag Milanovic | 2022-01-31 | 1 | -1/+0 |
| | * | Display simulation time data | Miodrag Milanovic | 2022-01-31 | 2 | -1/+23 |
| | * | ignore not found private signals | Miodrag Milanovic | 2022-01-28 | 1 | -2/+1 |
| | * | preserve VCD mangled names | Miodrag Milanovic | 2022-01-28 | 1 | -1/+3 |
| | * | detect edges even when x | Miodrag Milanovic | 2022-01-28 | 1 | -2/+2 |
| | * | cleanup | Miodrag Milanovic | 2022-01-28 | 2 | -14/+1 |
| | * | 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 |