aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | 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
| | | |
| * | | synth_sf2: purge on last cleanTristan Gingold2022-08-311-2/+2
| | | | | | | | | | | | | | | | LiberoSoc don't like unused nets.
| * | | sf2/cells_sim.v: add XTLOSC, SYSRESET cellsTristan Gingold2022-08-311-1/+110
| | | |
| * | | sf2/cells_sim.v: add IOSTD parameter to I/O cellsTristan Gingold2022-08-311-0/+11
| | | | | | | | | | | | | | | | | | | | This parameter is set by LiberoSoc IPs, so it is needed to avoid errors when using those IPs.
| * | | synth_sf2: add -discard-ffinit option to discard ff initial valueTristan Gingold2022-08-311-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | sf2 ff have no initial values, but some IP cores use initial values. In order to use those cores on sf2, it is required to discard the initial value (to be carefully used).
* | | | Merge pull request #3458 from QuantamHD/abc_fasterN. Engelhardt2022-08-311-6/+6
|\ \ \ \ | |/ / / |/| | |
| * | | Improves ABC command runtime by 10-100xEthan Mahintorabi2022-08-241-6/+6
| | |/ | |/| | | | | | | | | | | | | | | | | | | After speaking with the author of ABC he let me know that ifraig is a very old command, and that &get; &fraig -x; &put is over 100x faster than ifraig with improved PPA results. After making the change I confirmed that this is in fact a major speed up. On our internal designs in O(millions) of standard cells we saw multi hour reductions in runtime. Also included is an improvement to the dress command. Using AIG based transformations removes the spec it SATs against. Proving the input blif will make sure that no matter what commands are run the dress command can still do its job. I noticed a regression against some LUT mapping jobs that prompted me to fix this.
* | | Bump versiongithub-actions[bot]2022-08-301-1/+1
| | |
* | | Merge pull request #3463 from YosysHQ/micko/hierarchy_fixMiodrag Milanović2022-08-293-0/+16
|\ \ \ | | | | | | | | Makes sure to set initial_top when top change, fixes #3462
| * | | Add test for bug 3462Miodrag Milanovic2022-08-292-0/+15
| | | |
| * | | Makes sure to set initial_top when change, fixes #3462Miodrag Milanovic2022-08-261-0/+1
| | | |
* | | | Fix mingw buildMiodrag Milanovic2022-08-291-0/+3
|/ / /
* | | Bump versiongithub-actions[bot]2022-08-261-1/+1
| | |
* | | Merge pull request #3461 from YosysHQ/aki/hashlib_assertN. Engelhardt2022-08-251-1/+1
|\ \ \
| * | | kernel: hashlib: cleaned up message about table size in cases where ↵Aki Van Ness2022-08-251-1/+1
| | | | | | | | | | | | | | | | `sizeof(int) == 4`, (closes #3440)
* | | | Merge pull request #3449 from YosysHQ/aki/show_pathrwN. Engelhardt2022-08-251-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | yosys: passes: cmds: show: added filename re-writing to `show -lib`Aki Van Ness2022-08-221-0/+1
| |/ /
* | | use inttypes format specifiersN. Engelhardt2022-08-251-3/+3
| | |
* | | dump runtime information for passes to jsonN. Engelhardt2022-08-251-1/+28
| | |
* | | Merge pull request #3457 from KrystalDelusion/docs_widthN. Engelhardt2022-08-2535-184/+198
|\ \ \ | |/ / |/| |