Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #3392 from rockybulwinkle/rockybulwinkle-patch-1 | Miodrag Milanović | 2022-07-11 | 1 | -0/+4 |
|\ | | | | | Update tcl doc, yosys does not return data to tcl | ||||
| * | Remove empty lines | Marcelina Kościelnicka | 2022-07-11 | 1 | -2/+0 |
| | | |||||
| * | Update tcl doc, yosys does not return data to tcl | rockybulwinkle | 2022-06-23 | 1 | -0/+6 |
| | | | | | | | | | | | | | | This pull request is to address YosysHQ/yosys#2980. The documentation, as originally written, does not make it clear that yosys commands, when used within a tcl script, do not return any value to the tcl script. This pull request notes this and offers a workaround via tee as noted in the issue. | ||||
* | | Bump version | github-actions[bot] | 2022-07-08 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #3404 from YosysHQ/fix-build-after-pr-3399 | Catherine | 2022-07-07 | 3 | -6/+10 |
|\ \ | | | | | | | Fix WASI and external-ABC build after PR#3399 | ||||
| * | | Fix external ABC build after commit 0ca0932b5. | Catherine | 2022-07-07 | 3 | -5/+9 |
| | | | |||||
| * | | Fix WASI build after commit 0ca0932b5. | Catherine | 2022-07-07 | 1 | -1/+1 |
|/ / | |||||
* | | Bump version | github-actions[bot] | 2022-07-07 | 1 | -1/+1 |
| | | |||||
* | | using more portable formatting | Miodrag Milanovic | 2022-07-06 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #3399 from YosysHQ/abc_cpp | Miodrag Milanović | 2022-07-06 | 1 | -4/+4 |
|\ \ | | | | | | | Update abc and build as C++ | ||||
| * | | Update abc and build as C++ | Miodrag Milanovic | 2022-07-04 | 1 | -4/+4 |
| | | | |||||
* | | | Merge pull request #3402 from C-Elegans/modfloor_support | Miodrag Milanović | 2022-07-06 | 2 | -1/+22 |
|\ \ \ | | | | | | | | | Add support for GHDL modfloor operator to cxxrtl backend | ||||
| * | | | Add support for GHDL modfloor operator | Michael Nolan | 2022-07-05 | 2 | -1/+22 |
| | | | | |||||
* | | | | Merge pull request #3397 from pepijndevos/patch-2 | Miodrag Milanović | 2022-07-06 | 1 | -1/+0 |
|\ \ \ \ | |/ / / |/| | | | Apicula now supports lutram | ||||
| * | | | Apicula now supports lutram | Pepijn de Vos | 2022-07-03 | 1 | -1/+0 |
| | | | | |||||
* | | | | Bump version | github-actions[bot] | 2022-07-05 | 1 | -1/+1 |
| | | | | |||||
* | | | | Fix static initialization, fixes mingw build | Miodrag Milanovic | 2022-07-04 | 1 | -20/+21 |
| |/ / |/| | | |||||
* | | | Next dev cycle | Miodrag Milanovic | 2022-07-04 | 2 | -2/+5 |
| | | | |||||
* | | | Release version 0.19 | Miodrag Milanovic | 2022-07-04 | 2 | -3/+3 |
| | | | |||||
* | | | Merge pull request #3398 from jix/mention_smtlib2_module | Miodrag Milanović | 2022-07-04 | 2 | -3/+16 |
|\ \ \ | | | | | | | | | Mention smtlib2_module in README.md and CHANGELOG | ||||
| * | | | Mention smtlib2_module in README.md and CHANGELOG | Jannis Harder | 2022-07-04 | 2 | -3/+16 |
|/ / / | |||||
* / / | Upadte documentation and changelog | Miodrag Milanovic | 2022-07-04 | 3 | -46/+46 |
|/ / | |||||
* | | Bump version | github-actions[bot] | 2022-07-02 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #3395 from jix/opt_dff_keepdc_initival | Jannis Harder | 2022-07-01 | 1 | -5/+17 |
|\ \ | | | | | | | opt_dff: With -keepdc, never turn undef init vals into const drivers | ||||
| * | | opt_dff: With -keepdc, never turn undef init vals into const drivers | Jannis Harder | 2022-06-29 | 1 | -5/+17 |
| | | | |||||
* | | | Merge pull request #3396 from jix/async2sync_const_clocks | Jannis Harder | 2022-07-01 | 1 | -0/+3 |
|\ \ \ | | | | | | | | | async2sync: turn FFs with const clks into gclk FFs with feedback | ||||
| * | | | async2sync: turn FFs with const clks into gclk FFs with feedback | Jannis Harder | 2022-06-30 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The formal backends do not support multiple clocks. This includes constant clocks. Constant clocks do appear in what isn't a proper multiclock design, for example when mapping not fully initialized ROMs. As converting FFs with constant clocks to FFs using the global is doable even in a single clock flow, make async2sync do this. | ||||
* | | | | Update abc | Miodrag Milanovic | 2022-07-01 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #3391 from programmerjake/simcheck-allow-smtlib2-blackboxes | Jannis Harder | 2022-07-01 | 2 | -7/+19 |
|\ \ \ \ | | | | | | | | | | | add hierarchy -smtcheck | ||||
| * | | | | add hierarchy -smtcheck | Jacob Lifshay | 2022-06-22 | 2 | -7/+19 |
| | |_|/ | |/| | | | | | | | | | | like -simcheck, but allow smtlib2_module modules. | ||||
* | | | | Bump version | github-actions[bot] | 2022-07-01 | 1 | -1/+1 |
| |/ / |/| | | |||||
* | | | Update to new verific extensions inteface | Miodrag Milanovic | 2022-06-30 | 1 | -3/+29 |
| | | | |||||
* | | | Bump version | github-actions[bot] | 2022-06-30 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #3394 from jix/memory_map_rom_keepdc | Jannis Harder | 2022-06-29 | 3 | -5/+17 |
|\ \ \ | |_|/ |/| | | memory_map: -keepdc option for formal | ||||
| * | | smt2, btor: Revert calling memory_map -rom-only | Jannis Harder | 2022-06-29 | 2 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | This approach had major issues with ROMs whose initialization was not fully defined. If required, memory_map -rom-only -keepdc should be called early in a formal flow instead. (This does require a careful choice of optimization passes though. Sby's scripts will be updated accordingly.) | ||||
| * | | memory_map: avoid undriven unused FF inputs for -keepdc | Jannis Harder | 2022-06-28 | 1 | -0/+3 |
| | | | |||||
| * | | memory_map: -keepdc option for formal | Jannis Harder | 2022-06-27 | 3 | -5/+16 |
| | | | | | | | | | | | | Use it when invoking memory_map -rom-only from write_{smt2,btor}. | ||||
* | | | Bump version | github-actions[bot] | 2022-06-28 | 1 | -1/+1 |
|/ / | |||||
* | | gatemate: Add test for LUT tree mapping | gatecat | 2022-06-27 | 3 | -0/+813 |
| | | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | | gatemate: Add LUT tree library script | gatecat | 2022-06-27 | 6 | -6/+591 |
| | | | | | | | | | | Co-authored-by: Claire Xenia Wolf <claire@clairexen.net> Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | | gatemate: Add preliminary sim models for LUT tree structures | gatecat | 2022-06-27 | 1 | -0/+44 |
|/ | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | Bump version | github-actions[bot] | 2022-06-22 | 1 | -1/+1 |
| | |||||
* | Adding expected error message. | Archie | 2022-06-22 | 1 | -0/+1 |
| | |||||
* | Adding testcase for issue 3374 | Archie | 2022-06-22 | 1 | -0/+3 |
| | |||||
* | Add check for BLIF with no model name | Archie | 2022-06-22 | 1 | -1/+4 |
| | |||||
* | Revert "use new verific extensions library" | Miodrag Milanovic | 2022-06-21 | 1 | -70/+54 |
| | | | | This reverts commit 607e957657fc56625de5c28ea9cd43c859017d96. | ||||
* | Merge pull request #3387 from ekiwi/btor-pos-cell | Jannis Harder | 2022-06-21 | 1 | -8/+11 |
|\ | | | | | btor: add support for $pos cell | ||||
| * | btor: add support for $pos cell | Kevin Läufer | 2022-06-20 | 1 | -8/+11 |
| | | |||||
* | | Bump version | github-actions[bot] | 2022-06-21 | 1 | -1/+1 |
|/ | |||||
* | codeowners: adopt ABC9 and update intel_alm username | Lofty | 2022-06-20 | 1 | -2/+2 |
| |