aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add YOSYS_ABORT_ON_LOG_ERROR environment variable for debugging.Jannis Harder2022-10-072-0/+7
|
* Bump versiongithub-actions[bot]2022-10-061-1/+1
|
* Next dev cycleMiodrag Milanovic2022-10-052-2/+5
|
* Release version 0.22Miodrag Milanovic2022-10-052-3/+3
|
* Update CHANGELOGMiodrag Milanovic2022-10-051-0/+8
|
* Merge pull request #3500 from nakengelhardt/mutate_warn_not_enoughMiodrag Milanović2022-10-051-0/+2
|\ | | | | mutate: warn if less mutations possible than number requested
| * mutate: warn if less mutations possible than number requestedN. Engelhardt2022-10-051-0/+2
|/
* Merge pull request #3499 from YosysHQ/micko/verific_edifMiodrag Milanović2022-10-052-1/+52
|\ | | | | Add support for EDIF file reading using Verific
| * Add support for EDIF file reading using VerificMiodrag Milanovic2022-10-042-1/+52
| |
* | Bump versiongithub-actions[bot]2022-10-051-1/+1
|/
* Merge pull request #3494 from YosysHQ/micko/verific_attributesMiodrag Milanović2022-10-041-19/+91
|\ | | | | Handle attributes imported from verific
| * support file content redirection for verific frontenedMiodrag Milanovic2022-09-281-14/+60
| |
| * Add comment for future selfMiodrag Milanovic2022-09-281-0/+7
| |
| * Handle attributes imported from verificMiodrag Milanovic2022-09-281-5/+24
|/
* Bump versiongithub-actions[bot]2022-09-271-1/+1
|
* Merge pull request #3489 from hzeller/20220924-fix-hardcoded-bin-bashMiodrag Milanović2022-09-261-1/+1
|\ | | | | Fix hard-coded path to /bin/bash -> /usr/bin/env bash
| * Fix hard-coded path to /bin/bash -> /usr/bin/env bashHenner Zeller2022-09-241-1/+1
|/ | | | | | | | | | On Posix systems, the path /bin/bash is not guaranteed to exist and it is more portable to use /usr/bin/env instead. Fixing this for yosys-config with is the most important for a functioning installation. Signed-off-by: Henner Zeller <h.zeller@acm.org>
* Merge pull request #3486 from daglem/fix-flowmap-crashMiodrag Milanović2022-09-231-1/+2
|\ | | | | Fix crash in flowmap
| * Fix crash in flowmapDag Lem2022-09-201-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | In 2fcc1ee72e, the following is apparantly added in order to mark any number of undefined LUT inputs: lut_a.append(RTLIL::Const(State::Sx, minlut - input_nodes.size())); However this can only be done if the number of input nodes is less than minlut. This fixes #3317
* | Bump versiongithub-actions[bot]2022-09-231-1/+1
| |
* | remove extra space in formatingKamyar Mohajerani2022-09-221-2/+2
| |
* | stat: add tech tech-specific utilizations to jsonKamyar Mohajerani2022-09-221-65/+91
| | | | | | | | | | - refactor resource util. estimation/calculations for Xilinx and CMOS - don't print log_header if "-json" is set
* | Bump versiongithub-actions[bot]2022-09-221-1/+1
| |
* | Merge pull request #3488 from YosysHQ/micko/test_fixMiodrag Milanović2022-09-213-5/+14
|\ \ | | | | | | Test fixes for latest iverilog
| * | Test fixes for latest iverilogMiodrag Milanovic2022-09-213-5/+14
| |/
* | Merge pull request #3487 from YosysHQ/micko/verific_mem_fixMiodrag Milanović2022-09-211-0/+1
|\ \ | |/ |/| Import memory attributes
| * Import memory attributesMiodrag Milanovic2022-09-211-0/+1
|/
* Bump versiongithub-actions[bot]2022-09-141-1/+1
|
* Fix tmpdir naming when passing -nocleanup option to abc(9) on systems where ↵N. Engelhardt2022-09-132-6/+12
| | | | base_tmpdir isn't /tmp/
* Add CodeQLMiodrag Milanovic2022-09-131-0/+29
|
* Bump versiongithub-actions[bot]2022-09-091-1/+1
|
* Update to latest ABC changesMiodrag Milanovic2022-09-081-1/+1
|
* Bump versiongithub-actions[bot]2022-09-081-1/+1
|
* Update to latest abcMiodrag Milanovic2022-09-071-1/+1
|
* verific: better fix for read callbackMiodrag Milanovic2022-09-071-5/+3
|
* verific: fix crash when using prep right after readMiodrag Milanovic2022-09-071-0/+3
|
* Bump versiongithub-actions[bot]2022-09-071-1/+1
|
* Next dev cycleMiodrag Milanovic2022-09-062-2/+5
|
* Release version 0.21Miodrag Milanovic2022-09-062-3/+3
|
* Update ChangelogMiodrag Milanovic2022-09-061-0/+13
|
* Update documentationMiodrag Milanovic2022-09-061-170/+288
|
* Bump versiongithub-actions[bot]2022-09-061-1/+1
|
* Replaced old markdown Issue template with new GitHub forms templates (#3468)Aki2022-09-054-24/+100
| | | | | | | | This PR replaces the old markdown issue template with the new YAML based form templates for GitHub, this allows us to enforce required fields and also auto-tag with labels. This doesn't remove the ability to open a blank issue, but it is obscured so it is not the primary thing people are likely to do. This also added link entries in the issue creation page to link to the Discussions tab, Community Slack, and IRC channel.
* Merge pull request #3470 from jix/smtbmc-faster-parseJannis Harder2022-09-051-12/+9
|\ | | | | smtbmc: Avoid unnecessary string copies when parsing solver output
| * smtbmc: Avoid unnecessary string copies when parsing solver outputJannis Harder2022-09-021-12/+9
|/
* Bump versiongithub-actions[bot]2022-09-011-1/+1
|
* Merge pull request #3087 from tgingold-cern/sf2Miodrag Milanović2022-08-315-6/+305
|\ | | | | complete support for microsemi smartfusion2 and igloo2bar
| * sf2: add NOTES about using yosys for smartfusion2 and igloo2Tristan Gingold2022-08-311-0/+84
| |
| * sf2: add a test for $alu gateTristan Gingold2022-08-311-0/+22
| |
| * sf2: suport $alu gate and ARI1 implementationTristan Gingold2022-08-312-2/+65
| |