Commit 6506579
authored
Bumps [third_party/surelog](https://github.com/chipsalliance/Surelog)
from `5f6e20e` to `e023cda`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/chipsalliance/Surelog/commit/e023cda66afa2bdd61e47d54963b1a2f6de6ae1e"><code>e023cda</code></a>
Merge pull request <a
href="https://redirect.github.com/chipsalliance/Surelog/issues/3983">#3983</a>
from alainmarcel/alainmarcel-patch-1</li>
<li><a
href="https://github.com/chipsalliance/Surelog/commit/4ac89ef47e1492eceb6a6c952e7dc8d607e96b73"><code>4ac89ef</code></a>
32 bit size interface for values and 32 bit storage for string vals used
for ...</li>
<li><a
href="https://github.com/chipsalliance/Surelog/commit/fbbe26e20b4c26c86d5e8a5f098ae00b276ad836"><code>fbbe26e</code></a>
Merge pull request <a
href="https://redirect.github.com/chipsalliance/Surelog/issues/3982">#3982</a>
from alainmarcel/preproc_fix</li>
<li><a
href="https://github.com/chipsalliance/Surelog/commit/ccf111650d012993a1ad0cf9153fbd25ec4095ca"><code>ccf1116</code></a>
Preprocessor fix for escaped identifiers</li>
<li>See full diff in <a
href="https://github.com/chipsalliance/Surelog/compare/5f6e20e173fdc7decb0b47123436e2798b6e3f09...e023cda66afa2bdd61e47d54963b1a2f6de6ae1e">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- grammar/SV3_1aPpLexer.g4+4-1
- grammar/build.xml+2-2
- include/Surelog/Expression/Value.h+15-15
- src/Expression/Value.cpp+4-4
- tests/DashYTest/DashYTest.log+16-16
- tests/HighLow/HighLow.log+6-2
- tests/LargeHexString/LargeHexString.log+1.2k
- tests/LargeHexString/LargeHexString.sl+1
- tests/LargeHexString/dut.sv+13
- tests/LibraryIntercon/LibraryIntercon.log+7-7
- tests/NonSynthUnusedMod/NonSynthUnusedMod.log+16-16
- tests/OldLibrary/OldLibrary.log+3-3
- tests/PreprocLine/PreprocLine.log+30-30
- tests/TestSepComp/TestSepComp.log+2-2
- tests/TestSepComp/badpath/TestSepCompBadPath.log+5-5
- tests/UnitLibrary/UnitLibrary.log+3-3
- third_party/tests/AzadiRTL/AzadiRTL.log+1-1
- third_party/tests/CoresSweRVMP/CoresSweRVMP.log+22-34
- third_party/tests/Earlgrey_0_1/sim-icarus/Earlgrey_0_1.log+1-1
- third_party/tests/Earlgrey_Verilator_01_05_21/sim-icarus/Earlgrey_Verilator_01_05_21.log+2-2
- third_party/tests/Earlgrey_Verilator_0_1/sim-verilator/Earlgrey_Verilator_0_1.log+1-1
- third_party/tests/NyuziProcessor/NyuziProcessor.log+131-131
- third_party/tests/Opentitan/Earlgrey.log+1-1
- third_party/tests/Opentitan/Opentitan.log+1-1
- third_party/tests/Yosys/Yosys.log+2-8
- third_party/tests/oh/BasicOh.log+234-234
0 commit comments