Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Import verific netlist in consistent order | Miodrag Milanovic | 2022-03-25 | 2 | -23/+27 |
| | |||||
* | Bump version | github-actions[bot] | 2022-03-25 | 1 | -1/+1 |
| | |||||
* | Merge pull request #3243 from nakengelhardt/fix_aiw_comment | Miodrag Milanović | 2022-03-24 | 1 | -1/+1 |
|\ | | | | | smtbmc: ignore # comment lines | ||||
| * | ignore # comment lines | N. Engelhardt | 2022-03-24 | 1 | -1/+1 |
|/ | |||||
* | Bump version | github-actions[bot] | 2022-03-23 | 1 | -1/+1 |
| | |||||
* | Update abc with latest fix | Miodrag Milanovic | 2022-03-22 | 1 | -1/+1 |
| | |||||
* | Proper SigBit forming in sim | Miodrag Milanovic | 2022-03-22 | 1 | -4/+4 |
| | |||||
* | Proper SigBit forming in sim | Miodrag Milanovic | 2022-03-22 | 1 | -4/+4 |
| | |||||
* | Bump version | github-actions[bot] | 2022-03-22 | 1 | -1/+1 |
| | |||||
* | xilinx: Add RAMB4* blackboxes | Marcelina Kościelnicka | 2022-03-21 | 2 | -1/+695 |
| | |||||
* | Bump version | github-actions[bot] | 2022-03-19 | 1 | -1/+1 |
| | |||||
* | More verbose warnings | Miodrag Milanovic | 2022-03-18 | 2 | -6/+9 |
| | |||||
* | Merge pull request #3236 from YosysHQ/micko/tb_initial | Miodrag Milanović | 2022-03-17 | 3 | -6/+34 |
|\ | | | | | Recognize registers and set initial state for them in tb | ||||
| * | Recognize registers and set initial state for them in tb | Miodrag Milanovic | 2022-03-16 | 3 | -6/+34 |
| | | |||||
* | | Bump version | github-actions[bot] | 2022-03-17 | 1 | -1/+1 |
|/ | |||||
* | Update sim help message. | Miodrag Milanovic | 2022-03-16 | 1 | -1/+2 |
| | |||||
* | Bump version | github-actions[bot] | 2022-03-15 | 1 | -1/+1 |
| | |||||
* | gowin: add support for Double Data Rate primitives | YRabbit | 2022-03-14 | 1 | -0/+25 |
| | | | | Signed-off-by: YRabbit <rabbit@yrabbit.cyou> | ||||
* | Merge pull request #3232 from YosysHQ/micko/fst2tb | Miodrag Milanović | 2022-03-14 | 1 | -0/+319 |
|\ | | | | | Added fst2tb pass for generating testbench | ||||
| * | Added fst2tb pass for generating testbench | Miodrag Milanovic | 2022-03-14 | 1 | -0/+319 |
| | | |||||
* | | Merge pull request #3213 from antonblanchard/abc-typo | Claire Xen | 2022-03-14 | 1 | -2/+2 |
|\ \ | |/ |/| | abc: Fix {I} and {P} substitution | ||||
| * | abc: Fix {I} and {P} substitution | Anton Blanchard | 2022-02-23 | 1 | -2/+2 |
| | | | | | | | | We were searching for {D} after the first match of {I} or {P}. | ||||
* | | Proper example code | Miodrag Milanovic | 2022-03-14 | 2 | -1/+3 |
| | | |||||
* | | Bump version | github-actions[bot] | 2022-03-12 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #3229 from YosysHQ/micko/sim_date | Miodrag Milanović | 2022-03-11 | 1 | -7/+20 |
|\ \ | | | | | | | Add date parameter to enable full date/time and version info | ||||
| * | | Add date parameter to enable full date/time and version info | Miodrag Milanovic | 2022-03-11 | 1 | -7/+20 |
| | | | |||||
* | | | Merge pull request #3222 from zachjs/prune-linux-ci | Miodrag Milanović | 2022-03-11 | 1 | -2/+6 |
|\ \ \ | | | | | | | | | Prune Linux CI builds | ||||
| * | | | Prune Linux CI builds | Zachary Snow | 2022-03-11 | 1 | -2/+6 |
| | | | | |||||
* | | | | Merge pull request #3228 from YosysHQ/micko/disable_tests | Miodrag Milanović | 2022-03-11 | 2 | -28/+2 |
|\ \ \ \ | | | | | | | | | | | Disable tests on most of platforms | ||||
| * | | | | Disable tests on most of platforms | Miodrag Milanovic | 2022-03-10 | 2 | -28/+2 |
| | | | | | |||||
* | | | | | Add "sim -q" option | Claire Xenia Wolf | 2022-03-11 | 1 | -8/+19 |
| |_|/ / |/| | | | | | | | | | | | Signed-off-by: Claire Xenia Wolf <claire@clairexen.net> | ||||
* | | | | Small fix in "sim" help message | Claire Xenia Wolf | 2022-03-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Claire Xenia Wolf <claire@clairexen.net> | ||||
* | | | | Merge pull request #3226 from YosysHQ/micko/btor2witness | Miodrag Milanović | 2022-03-11 | 2 | -10/+171 |
|\ \ \ \ | |_|/ / |/| | | | Sim support for btor2 witness files | ||||
| * | | | FstData already do conversion to VCD | Miodrag Milanovic | 2022-03-11 | 1 | -1/+2 |
| | | | | |||||
| * | | | Support cell name in btor witness file | Miodrag Milanovic | 2022-03-11 | 1 | -5/+14 |
| | | | | |||||
| * | | | Fix handling of some formal cells in btor back-end | Claire Xenia Wolf | 2022-03-11 | 1 | -6/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Claire Xenia Wolf <claire@clairexen.net> | ||||
| * | | | handle state names of $anyconst and $anyseq | Miodrag Milanovic | 2022-03-11 | 1 | -1/+5 |
| | | | | |||||
| * | | | Proper write of memory data | Miodrag Milanovic | 2022-03-11 | 1 | -14/+13 |
| | | | | |||||
| * | | | Start work on memory init | Miodrag Milanovic | 2022-03-09 | 1 | -9/+34 |
| | | | | |||||
| * | | | Fixes and error check | Miodrag Milanovic | 2022-03-09 | 1 | -1/+5 |
| | | | | |||||
| * | | | cleanup | Miodrag Milanovic | 2022-03-07 | 1 | -1/+2 |
| | | | | |||||
| * | | | Error checks for aiger witness | Miodrag Milanovic | 2022-03-07 | 1 | -0/+7 |
| | | | | |||||
| * | | | btor2 witness co-simulation | Miodrag Milanovic | 2022-03-07 | 1 | -8/+123 |
| | | | | |||||
* | | | | Bump version | github-actions[bot] | 2022-03-10 | 1 | -1/+1 |
| | | | | |||||
* | | | | intel_alm: M10K write-enable is negative-true | Lofty | 2022-03-09 | 7 | -8/+30 |
| |/ / |/| | | |||||
* | | | Merge pull request #3210 from rqou/json-signed | Miodrag Milanović | 2022-03-07 | 1 | -0/+2 |
|\ \ \ | |/ / |/| | | json: Add help message for `signed` field | ||||
| * | | json: Add help message for `signed` field | R | 2022-02-21 | 1 | -0/+2 |
| | | | |||||
* | | | Bump version | github-actions[bot] | 2022-03-05 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #3186 from nakengelhardt/smtbmc_sby_print_id | Miodrag Milanović | 2022-03-04 | 2 | -4/+12 |
|\ \ \ | | | | | | | | | add argument for printing cell names in yosys-smtbmc | ||||
| * | | | print cell name for properties in yosys-smtbmc | N. Engelhardt | 2022-02-22 | 2 | -4/+12 |
| | | | |