Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | efinix: Use `memory_libmap` pass. | Marcelina Kościelnicka | 2022-05-18 | 4 | -102/+164 | |
* | | anlogic: Use `memory_libmap` pass. | Marcelina Kościelnicka | 2022-05-18 | 9 | -303/+585 | |
* | | ice40: Use `memory_libmap` pass. | Marcelina Kościelnicka | 2022-05-18 | 9 | -514/+293 | |
* | | xilinx: Use `memory_libmap` pass. | Marcelina Kościelnicka | 2022-05-18 | 40 | -2315/+4540 | |
* | | gowin: Use `memory_libmap` pass. | Marcelina Kościelnicka | 2022-05-18 | 9 | -266/+576 | |
* | | nexus: Use `memory_libmap` pass. | Marcelina Kościelnicka | 2022-05-18 | 11 | -519/+679 | |
* | | ecp5: Use `memory_libmap` pass. | Marcelina Kościelnicka | 2022-05-18 | 10 | -601/+602 | |
* | | Add memory_libmap pass. | Marcelina Kościelnicka | 2022-05-18 | 6 | -0/+3884 | |
* | | proc_rom: Add special handling of const-0 address bits. | Marcelina Kościelnicka | 2022-05-18 | 2 | -15/+186 | |
* | | Bump version | github-actions[bot] | 2022-05-18 | 1 | -1/+1 | |
* | | Merge pull request #3310 from robinsonb5-PRs/master | Miodrag Milanović | 2022-05-17 | 1 | -0/+2 | |
|\ \ | ||||||
| * | | Use log_warning when Tcl_Init fails, report error with Tcl_ErrnoMsg. | Alastair M. Robinson | 2022-05-16 | 1 | -1/+1 | |
| * | | Now calls Tcl_Init after creating the interp, fixes clock format. | Alastair M. Robinson | 2022-05-10 | 1 | -0/+2 | |
* | | | opt_ffinv: Use ModIndex instead of ModWalker. | Marcelina Kościelnicka | 2022-05-17 | 1 | -50/+53 | |
* | | | Merge pull request #3314 from jix/sva_value_change_logic_wide | Jannis Harder | 2022-05-16 | 3 | -9/+72 | |
|\ \ \ | ||||||
| * | | | verific: Use new value change logic also for $stable of wide signals. | Jannis Harder | 2022-05-11 | 3 | -9/+72 | |
| |/ / | ||||||
* | | | Bump version | github-actions[bot] | 2022-05-14 | 1 | -1/+1 | |
* | | | Add opt_ffinv pass. | Marcelina Kościelnicka | 2022-05-13 | 4 | -3/+268 | |
* | | | Bump version | github-actions[bot] | 2022-05-13 | 1 | -1/+1 | |
* | | | Add proc_rom pass. | Marcelina Kościelnicka | 2022-05-13 | 5 | -1/+283 | |
|/ / | ||||||
* | | Bump version | github-actions[bot] | 2022-05-10 | 1 | -1/+1 | |
* | | Merge pull request #3305 from jix/sva_value_change_logic | Jannis Harder | 2022-05-09 | 8 | -11/+121 | |
|\ \ | ||||||
| * | | verific: Improve logic generated for SVA value change expressions | Jannis Harder | 2022-05-09 | 8 | -11/+121 | |
* | | | Merge pull request #3297 from jix/sva_nested_clk_else | Jannis Harder | 2022-05-09 | 4 | -5/+27 | |
|\ \ \ | ||||||
| * | | | verific: Fix conditions of SVAs with explicit clocks within procedures | Jannis Harder | 2022-05-03 | 4 | -5/+27 | |
* | | | | Next dev cycle | Miodrag Milanovic | 2022-05-09 | 2 | -2/+5 | |
* | | | | Release version 0.17 | Miodrag Milanovic | 2022-05-09 | 2 | -3/+3 | |
* | | | | Update CHANGELOG | Miodrag Milanovic | 2022-05-09 | 1 | -0/+3 | |
* | | | | Update manual | Miodrag Milanovic | 2022-05-09 | 1 | -0/+44 | |
| |/ / |/| | | ||||||
* | | | Merge pull request #3299 from YosysHQ/mmicko/sim_memory | Miodrag Milanović | 2022-05-09 | 4 | -3/+59 | |
|\ \ \ | ||||||
| * | | | Handle possible non-memory indexed data | Miodrag Milanovic | 2022-05-06 | 1 | -8/+10 | |
| * | | | map memory location to wire value, if memory is converted to FFs | Miodrag Milanovic | 2022-05-04 | 1 | -0/+4 | |
| * | | | fix crash when no fst input | Miodrag Milanovic | 2022-05-04 | 1 | -1/+2 | |
| * | | | Start restoring memory state from VCD/FST | Miodrag Milanovic | 2022-05-04 | 3 | -3/+50 | |
| * | | | Add propagated clock signals into btor info file | Claire Xenia Wolf | 2022-05-04 | 1 | -0/+2 | |
| |/ / | ||||||
* | | | Fix running sva tests | Miodrag Milanovic | 2022-05-09 | 1 | -4/+3 | |
* | | | Bump version | github-actions[bot] | 2022-05-08 | 1 | -1/+1 | |
* | | | opt_mem: Remove constant-value bit lanes. | Marcelina Kościelnicka | 2022-05-07 | 3 | -28/+145 | |
* | | | Bump version | github-actions[bot] | 2022-05-07 | 1 | -1/+1 | |
* | | | include latest abc changes | Miodrag Milanovic | 2022-05-06 | 1 | -1/+1 | |
* | | | include latest abc changes | Miodrag Milanovic | 2022-05-06 | 1 | -1/+1 | |
* | | | Merge pull request #3300 from imhcyx/master | Miodrag Milanović | 2022-05-06 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | memory_share: fix wrong argidx in extra_args | imhcyx | 2022-05-05 | 1 | -1/+1 | |
* | | | | Include abc change to fix FreeBSD build | Miodrag Milanovic | 2022-05-06 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Bump version | github-actions[bot] | 2022-05-05 | 1 | -1/+1 | |
* | | | abc: Use dict/pool instead of std::map/std::set | Marcelina Kościelnicka | 2022-05-04 | 1 | -14/+14 | |
|/ / | ||||||
* | | Bump version | github-actions[bot] | 2022-05-03 | 1 | -1/+1 | |
* | | AIM file could have gaps in or between inputs and inits | Miodrag Milanovic | 2022-05-02 | 1 | -3/+6 | |
* | | Bump version | github-actions[bot] | 2022-04-30 | 1 | -1/+1 | |
* | | Merge pull request #3294 from YosysHQ/micko/verific_merge_past_ff | Miodrag Milanović | 2022-04-29 | 1 | -0/+1 | |
|\ \ |