Skip to content

Releases: chipsalliance/synlig

2024-08-02-ffbce4e: #2487: Update yosys; Adjust synlig to new yosys version.

02 Aug 14:07
ffbce4e
Compare
Choose a tag to compare

This PR updates yosys and adjusts synlig to it:

  • fix $display calls not containing format string
  • adds -parseall option to allow non-synthesizable constructs

Now yosys also supports $display calls in async context. Due to this, some of the previously passing tests are now removed or moved to skip list.

2024-08-01-a00ce45: #2502: Update yosys; rework AST_GENBLOCK's handling

01 Aug 14:55
a00ce45
Compare
Choose a tag to compare

This PR updates yosys and adjusts synlig to it:

  • rework the way, that synlig handles AST_GENBLOCK's,
  • allow typedefing nested structs and unions inside AST_GENBLOCK's,
  • add new simple tests,
  • minor bugfixes.

2024-07-23-17bd5e0: #2497: Add debian mirrors to cmake job

23 Jul 13:36
17bd5e0
Compare
Choose a tag to compare

This should lower number of failed CI jobs due to rate-limit on debian mirror

2024-07-22-3e3cdc3: #2494: Add missing permissions for release job

22 Jul 11:07
3e3cdc3
Compare
Choose a tag to compare

2024-07-18-fefb61a: #2491: Build(deps): Bump third_party/black_parrot_tools from `5da2b76` to `c552b44`

18 Jul 10:31
fefb61a
Compare
Choose a tag to compare

Bumps third_party/black_parrot_tools from 5da2b76 to c552b44.

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

2024-07-16-7e13756: #2488: Build(deps): Bump third_party/black_parrot_sdk from `b93cb5f` to `de0a1c2`

16 Jul 10:55
7e13756
Compare
Choose a tag to compare

Bumps third_party/black_parrot_sdk from b93cb5f to de0a1c2.

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

2024-07-15-735953a: #2486: Build(deps): Bump third_party/black_parrot_sdk from `91d4967` to `b93cb5f`

15 Jul 13:22
735953a
Compare
Choose a tag to compare

Bumps third_party/black_parrot_sdk from 91d4967 to b93cb5f.

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

2024-07-10-320e2fd: #2479: Adjust tests script and update yosys revision

10 Jul 17:00
320e2fd
Compare
Choose a tag to compare

This PR adapts tests script and updates yosys revision.

2024-07-10-1881d13: #2483: Run AST diff job on push event

10 Jul 10:11
1881d13
Compare
Choose a tag to compare

Currently logs are only pushed on pull request event.

This means, logs are not updated on main branch after pull request merge.

2024-07-09-780ddb6: #2482: Add -j flag to README

10 Jul 08:10
780ddb6
Compare
Choose a tag to compare

This PR adds information about -j flag to README.