Skip to content

Commit 4f64103

Browse files
authored
Build(deps): Bump third_party/surelog from 9c3c533 to a841274 (#2608)
Bumps [third_party/surelog](https://github.com/chipsalliance/Surelog) from `9c3c533` to `a841274`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/chipsalliance/Surelog/commit/a84127445b0d61ae9e59ff5794a186fca539ddbb"><code>a841274</code></a> Merge pull request <a href="https://redirect.github.com/chipsalliance/Surelog/issues/3996">#3996</a> from alainmarcel/alainmarcel-patch-1</li> <li><a href="https://github.com/chipsalliance/Surelog/commit/04163b1c4f7a43527fd6c18faf31c9794d88c0f8"><code>04163b1</code></a> Fix bogus constant propagation</li> <li><a href="https://github.com/chipsalliance/Surelog/commit/4468924588ab65e6e3052ccb42a7d93a48968ae0"><code>4468924</code></a> Fix bogus constant propagation</li> <li><a href="https://github.com/chipsalliance/Surelog/commit/9a2dec94ed924806947ab3f6653ef816d6025a9e"><code>9a2dec9</code></a> Merge pull request <a href="https://redirect.github.com/chipsalliance/Surelog/issues/3995">#3995</a> from alainmarcel/alainmarcel-patch-1</li> <li><a href="https://github.com/chipsalliance/Surelog/commit/3213014f84d35dbaa4915220bba72699599c00c6"><code>3213014</code></a> Promote attr on net to array_nets</li> <li><a href="https://github.com/chipsalliance/Surelog/commit/b2c1d0de4bae7333fed0f51f92b2dd2462700a7a"><code>b2c1d0d</code></a> Merge pull request <a href="https://redirect.github.com/chipsalliance/Surelog/issues/3994">#3994</a> from alainmarcel/alainmarcel-patch-1</li> <li><a href="https://github.com/chipsalliance/Surelog/commit/70cbe6117f33d5eb27660876f870efbb3d7f7e68"><code>70cbe61</code></a> Attribute support on nets</li> <li><a href="https://github.com/chipsalliance/Surelog/commit/0ab2fb210ba5afadb2908ec55f624446fcc884ce"><code>0ab2fb2</code></a> Attribute support on nets</li> <li>See full diff in <a href="https://github.com/chipsalliance/Surelog/compare/9c3c533bea53e0ba4a9da756d74511bb880b211e...a84127445b0d61ae9e59ff5794a186fca539ddbb">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
2 parents a99dd7b + eee80e4 commit 4f64103

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/formal/testlist.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,7 @@
476476
"simple/carryadd.v",
477477
"simple/case_expr_const.v",
478478
"simple/case_expr_extend.sv",
479+
"simple/case_expr_non_const.v",
479480
"simple/case_expr_query.sv",
480481
"simple/case_large.v",
481482
"simple/const_branch_finish.v",
@@ -1892,8 +1893,7 @@
18921893
"unary_op_plus/unary_op_plus.sv"
18931894
],
18941895
"yosys": [
1895-
"arch/common/blockrom.v",
1896-
"simple/case_expr_non_const.v"
1896+
"arch/common/blockrom.v"
18971897
],
18981898
"sv2v": [
18991899
"core/inc.sv",

0 commit comments

Comments
 (0)