Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump version | github-actions[bot] | 2022-07-29 | 1 | -1/+1 |
* | Update README | Miodrag Milanović | 2022-07-28 | 1 | -1/+1 |
* | Bump version | github-actions[bot] | 2022-07-28 | 1 | -1/+1 |
* | Assorted microoptimization speedups in core data structures. | Marcelina Kościelnicka | 2022-07-27 | 6 | -193/+117 |
* | macos 10.15 deprecated by gh actions | Miodrag Milanovic | 2022-07-27 | 1 | -54/+0 |
* | Make all compile under OpenBSD (#3423) | Miodrag Milanović | 2022-07-27 | 3 | -3/+50 |
* | Support using ABC source tarball distribution | Miodrag Milanovic | 2022-07-27 | 1 | -3/+8 |
* | Merge pull request #3406 from josuah/master | Miodrag Milanović | 2022-07-25 | 2 | -10/+10 |
|\ | |||||
| * | reduce the Makefile TCL compatibility code | Josuah Demangeon | 2022-07-18 | 1 | -6/+4 |
| * | include changes to support OpenBSD and prepare NetBSD support | Josuah Demangeon | 2022-07-18 | 1 | -5/+7 |
| * | extends the list of platforms without <alloca.h> | Josuah Demangeon | 2022-07-18 | 1 | -1/+1 |
* | | Bump version | github-actions[bot] | 2022-07-24 | 1 | -1/+1 |
* | | opt_reduce: Fix use-after-free. | Marcelina Kościelnicka | 2022-07-23 | 1 | -4/+2 |
* | | Bump version | github-actions[bot] | 2022-07-23 | 1 | -1/+1 |
* | | Merge pull request #3419 from jix/sim_nested_anyseq | Jannis Harder | 2022-07-22 | 1 | -11/+21 |
|\ \ | |||||
| * | | sim: Fix $anyseq in nested modules | Jannis Harder | 2022-07-22 | 1 | -11/+21 |
|/ / | |||||
* / | Bump version | github-actions[bot] | 2022-07-16 | 1 | -1/+1 |
|/ | |||||
* | Update to latest abc | Miodrag Milanovic | 2022-07-15 | 1 | -2/+2 |
* | Bump version | github-actions[bot] | 2022-07-12 | 1 | -1/+1 |
* | Merge pull request #3392 from rockybulwinkle/rockybulwinkle-patch-1 | Miodrag Milanović | 2022-07-11 | 1 | -0/+4 |
|\ | |||||
| * | 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 |
* | | 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 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++ | 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 | 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 | 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 | 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 | 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 | Jannis Harder | 2022-06-30 | 1 | -0/+3 |
* | | | | 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 | Jacob Lifshay | 2022-06-22 | 2 | -7/+19 |
| | |_|/ | |/| | | |||||
* | | | | Bump version | github-actions[bot] | 2022-07-01 | 1 | -1/+1 |
| |/ / |/| | |