Commit 2d838ed
authored
Bumps [third_party/surelog](https://github.com/chipsalliance/Surelog)
from `5120036` to `298a9cd`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/chipsalliance/Surelog/commit/298a9cddc672cce7f25ec352f9f8f36f5b23aa4e"><code>298a9cd</code></a>
Merge pull request <a
href="https://redirect.github.com/chipsalliance/Surelog/issues/4019">#4019</a>
from alainmarcel/alainmarcel-patch-1</li>
<li><a
href="https://github.com/chipsalliance/Surelog/commit/19dbece0f44d19d29818d5090a30281a5a982ee5"><code>19dbece</code></a>
Interface binding</li>
<li><a
href="https://github.com/chipsalliance/Surelog/commit/100847cfcea6ca55012872ae82abc2c9c3eb5abf"><code>100847c</code></a>
Merge pull request <a
href="https://redirect.github.com/chipsalliance/Surelog/issues/4018">#4018</a>
from alainmarcel/alainmarcel-patch-1</li>
<li><a
href="https://github.com/chipsalliance/Surelog/commit/8c6cd21b7d7f94d24ae8f780e3010871a065f0b6"><code>8c6cd21</code></a>
multi part select fix</li>
<li>See full diff in <a
href="https://github.com/chipsalliance/Surelog/compare/5120036839d36b5ee3e81c0e45ddf8c2be55df08...298a9cddc672cce7f25ec352f9f8f36f5b23aa4e">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>
1 file changed
+1
-1
lines changed- include/Surelog/Design/ModuleInstance.h+1
- src/DesignCompile/CompileExpression.cpp+13-1
- src/DesignCompile/CompileFileContent.cpp+4-2
- src/DesignCompile/DesignElaboration.cpp+3
- tests/AssertDelayError/AssertDelayError.log+27-771
- tests/AssertTempError/AssertTempError.log+29-589
- tests/BindStmt2/BindStmt2.log+128-69
- tests/BindingPort/BindingPort.log+23-80
- tests/InterfaceBinding/InterfaceBinding.log+1.7k
- tests/InterfaceBinding/InterfaceBinding.sl+1
- tests/InterfaceBinding/dut.sv+42
- tests/MultiPartSelect/MultiPartSelect.log+573
- tests/MultiPartSelect/MultiPartSelect.sl+1
- tests/MultiPartSelect/dut.sv+11
- third_party/UHDM+1-1
- third_party/tests/CoresSweRVMP/CoresSweRVMP.log+3-3
- third_party/tests/SimpleUVM/SimpleUVM.log+15-20
0 commit comments