There are numerous new features from 0.9 to 0.13, including improved support for
more backends, SystemVerilog and Verific. For a complete list of changes,
please see https://github.com/YosysHQ/yosys/releases
Details
Details
- Reviewers
Girtablulu - Group Reviewers
Triage Team - Commits
- R4746:0ddc289ddfd7: upgrade yosys to 0.13
- passed all cases in the check step;
- install, run example in examples/osu035 with make, see result file example.edif.
- run example in examples/python-api, check if it produces a plot.
Diff Detail
Diff Detail
- Repository
- R4746 yosys
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
| abi_libs | ||
|---|---|---|
| 1 | eeerm why is this in there with a path? @DataDrake | |
| package.yml | ||
|---|---|---|
| 38–41 | for what the ( ) ? | |
Comment Actions
@Girtablulu could you please take another look? i don't know what change is expected on this diff. thanks.
| package.yml | ||
|---|---|---|
| 38–41 | Yosys has too many test cases to be reasonably included in a distro's build script IMHO, and requires more dependencies to run all tests. Therefore i didn't simply do make test. To avoid cd .. after each testcase, i use "()" to run tests in a subdir. | |