Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Release version 0.26 | Miodrag Milanovic | 2023-02-08 | 2 | -4/+4 | |
* | | | | | Merge pull request #3662 from YosysHQ/micko/wide_case_select_box | Jannis Harder | 2023-02-08 | 2 | -4/+82 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | For case select values use Sa instead of Sx and Sz | Miodrag Milanovic | 2023-02-08 | 2 | -5/+42 | |
| * | | | | Add verific import support for OPER_WIDE_CASE_SELECT_BOX | Miodrag Milanovic | 2023-02-06 | 1 | -0/+41 | |
* | | | | | Updated changelog | Miodrag Milanovic | 2023-02-08 | 2 | -0/+21 | |
* | | | | | Merge pull request #3625 from povik/show_cleanup | N. Engelhardt | 2023-02-06 | 1 | -56/+82 | |
|\ \ \ \ \ | ||||||
| * | | | | | passes: show: s/pos/bitpos/ for readability | Martin Povišer | 2023-01-13 | 1 | -4/+5 | |
| * | | | | | passes: show: Reuse string parts in generation of portboxes | Martin Povišer | 2023-01-13 | 1 | -2/+5 | |
| * | | | | | passes: show: Touch chunk iteration in gen_portbox | Martin Povišer | 2023-01-13 | 1 | -8/+11 | |
| * | | | | | passes: show: Label no_signode flag | Martin Povišer | 2023-01-13 | 1 | -20/+19 | |
| * | | | | | passes: show: Simplify wire bit range logic | Martin Povišer | 2023-01-13 | 1 | -8/+10 | |
| * | | | | | passes: show: Factor out 'join_label_pieces' | Martin Povišer | 2023-01-13 | 1 | -20/+35 | |
| * | | | | | passes: show: Label signed_suffix flag | Martin Povišer | 2023-01-13 | 1 | -3/+6 | |
| * | | | | | passes: show: s/idx/dot_idx/ for readability | Martin Povišer | 2023-01-13 | 1 | -7/+7 | |
| * | | | | | passes: show: Fix portbox bit ranges in case of driven signals | Martin Povišer | 2023-01-13 | 1 | -1/+1 | |
* | | | | | | Bump version | github-actions[bot] | 2023-02-05 | 1 | -1/+1 | |
* | | | | | | Merge pull request #3659 from whitequark/update-abc | Catherine | 2023-02-04 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Bump ABCREV to fix WASM build. | Catherine | 2023-02-04 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Bump version | github-actions[bot] | 2023-02-04 | 1 | -1/+1 | |
* | | | | | | backends/firrtl: Ensure `modInstance` is valid | Aki Van Ness | 2023-02-03 | 1 | -0/+6 | |
| |/ / / / |/| | | | | ||||||
* | | | | | Bump version | github-actions[bot] | 2023-02-02 | 1 | -1/+1 | |
* | | | | | Merge pull request #3655 from jix/smt2_fix_b_op_width | Jannis Harder | 2023-02-01 | 1 | -1/+4 | |
|\ \ \ \ \ | ||||||
| * | | | | | smt2: Fix operation width computation for boolean producing cells | Jannis Harder | 2023-02-01 | 1 | -1/+4 | |
* | | | | | | Bump version | github-actions[bot] | 2023-01-31 | 1 | -1/+1 | |
* | | | | | | Merge pull request #3650 from jix/rtlil_roundtrip_z_bits | Jannis Harder | 2023-01-30 | 4 | -1/+22 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | backends/rtlil: Do not shorten a value with z bits to 'x | Jannis Harder | 2023-01-29 | 4 | -1/+22 | |
| |/ / / / / | ||||||
* | | | | | | add option to fsm_detect to ignore self-resetting | N. Engelhardt | 2023-01-30 | 1 | -7/+22 | |
* | | | | | | add pmux option to bmuxmap for better fsm detection with verific frontend | N. Engelhardt | 2023-01-30 | 2 | -6/+75 | |
* | | | | | | Bump version | github-actions[bot] | 2023-01-30 | 1 | -1/+1 | |
| |_|_|_|/ |/| | | | | ||||||
* | | | | | Resolve struct member package types | Dag Lem | 2023-01-29 | 2 | -0/+11 | |
* | | | | | Handle struct members of union type (#3641) | Dag Lem | 2023-01-29 | 3 | -2/+18 | |
|/ / / / | ||||||
* | | | | Bump version | github-actions[bot] | 2023-01-26 | 1 | -1/+1 | |
* | | | | Merge pull request #3647 from jix/formalff-hierarchy-fix | Miodrag Milanović | 2023-01-25 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | formalff: Fix crash with _NOT_ gates in -hierarchy mode | Jannis Harder | 2023-01-25 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | Bump version | github-actions[bot] | 2023-01-24 | 1 | -1/+1 | |
* | | | | Merge pull request #3624 from jix/sim_yw | Miodrag Milanović | 2023-01-23 | 15 | -113/+1722 | |
|\ \ \ \ | ||||||
| * | | | | sim/formalff: Clock handling for yw cosim | Jannis Harder | 2023-01-11 | 5 | -33/+274 | |
| * | | | | sim: Improvements and fixes for yw cosim | Jannis Harder | 2023-01-11 | 6 | -52/+154 | |
| * | | | | Support for BTOR witness to Yosys witness conversion | Jannis Harder | 2023-01-11 | 5 | -20/+312 | |
| * | | | | aiger: Use new JSON code for writing aiger witness map files | Jannis Harder | 2023-01-11 | 3 | -55/+96 | |
| * | | | | Add json.{h,cc} for pretty printing JSON | Jannis Harder | 2023-01-11 | 3 | -1/+223 | |
| * | | | | sim: New -append option for Yosys witness cosim | Jannis Harder | 2023-01-11 | 1 | -5/+14 | |
| * | | | | sim: Add Yosys witness (.yw) cosimulation | Jannis Harder | 2023-01-11 | 1 | -3/+194 | |
| * | | | | New kernel/yw.{h,cc} to support reading Yosys witness files | Jannis Harder | 2023-01-11 | 3 | -1/+380 | |
| * | | | | sim: Only check formal cells during gclk simulation updates | Jannis Harder | 2023-01-11 | 1 | -16/+19 | |
| * | | | | sim: Internal API to set $initstate | Jannis Harder | 2023-01-11 | 1 | -0/+11 | |
| * | | | | sim: Emit used memory addresses as signals to output traces | Jannis Harder | 2023-01-11 | 1 | -17/+122 | |
| * | | | | xprop, setundef: Mark xprop decoding bwmuxes, exclude them from setundef | Jannis Harder | 2023-01-11 | 3 | -2/+12 | |
| * | | | | smt2: Treat bweqx as xnor | Jannis Harder | 2023-01-11 | 1 | -0/+1 | |
| * | | | | smt2: Directly implement bwmux instead of using bwmuxmap | Jannis Harder | 2023-01-11 | 1 | -2/+4 |