-
Notifications
You must be signed in to change notification settings - Fork 78
Commit 66e47be
Bumps [ext/riscv-opcodes](https://github.com/riscv/riscv-opcodes) from
`946eb67` to `767b741`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/riscv/riscv-opcodes/commit/767b74181f2ee325a2f6a2606620530d743553d2"><code>767b741</code></a>
Adding support to generate an svg from opcodes (<a
href="https://redirect.github.com/riscv/riscv-opcodes/issues/364">#364</a>)</li>
<li><a
href="https://github.com/riscv/riscv-opcodes/commit/1d4b38c868963b312d3289fbcf41bc11a69872b0"><code>1d4b38c</code></a>
Move Zilsd & Zclsd to ratified extensions directory (<a
href="https://redirect.github.com/riscv/riscv-opcodes/issues/360">#360</a>)</li>
<li><a
href="https://github.com/riscv/riscv-opcodes/commit/dc3dfad509b5274a3bc69a377cd7821550d30b3e"><code>dc3dfad</code></a>
Update csrs.cs: Remove s[ie]deleg (<a
href="https://redirect.github.com/riscv/riscv-opcodes/issues/362">#362</a>)</li>
<li><a
href="https://github.com/riscv/riscv-opcodes/commit/29f3684036e7e46d1bff08a3d830c2b25c2fa60e"><code>29f3684</code></a>
Generate RVV segment load/store instructions for Go (<a
href="https://redirect.github.com/riscv/riscv-opcodes/issues/361">#361</a>)</li>
<li><a
href="https://github.com/riscv/riscv-opcodes/commit/ac5c7ac4aa2928ba75f0040c8c4830fde253151e"><code>ac5c7ac</code></a>
Update Zvkn and Zvks extension according to Crypto Extensions Volume II
(<a
href="https://redirect.github.com/riscv/riscv-opcodes/issues/345">#345</a>)</li>
<li><a
href="https://github.com/riscv/riscv-opcodes/commit/ddc8b3813f865bba0a805ddc5889e82d04b467ec"><code>ddc8b38</code></a>
Fix lint errors</li>
<li><a
href="https://github.com/riscv/riscv-opcodes/commit/f153a04d58bd13f9d6a23f36360c29a6cfa20dcc"><code>f153a04</code></a>
Adding Zilsd and Zcmlsd extension (<a
href="https://redirect.github.com/riscv/riscv-opcodes/issues/250">#250</a>)</li>
<li><a
href="https://github.com/riscv/riscv-opcodes/commit/c2cd58c7e491534127952a5cd0f098b007048b25"><code>c2cd58c</code></a>
Fix <a
href="https://redirect.github.com/riscv/riscv-opcodes/issues/357">#357</a>
Incorrect data for zext.b (<a
href="https://redirect.github.com/riscv/riscv-opcodes/issues/358">#358</a>)</li>
<li><a
href="https://github.com/riscv/riscv-opcodes/commit/b30cec9d8d37a1f81623edfb8f70d466ef352d18"><code>b30cec9</code></a>
Added tab as a possible delimeter (<a
href="https://redirect.github.com/riscv/riscv-opcodes/issues/356">#356</a>)</li>
<li><a
href="https://github.com/riscv/riscv-opcodes/commit/9a09c4844f8eb926e4d4f96c6adc097b78d8b945"><code>9a09c48</code></a>
AIA: add IMSIC defines (<a
href="https://redirect.github.com/riscv/riscv-opcodes/issues/354">#354</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/riscv/riscv-opcodes/compare/946eb673874b3a0f2474d1424dc28bc7ee53c306...767b74181f2ee325a2f6a2606620530d743553d2">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>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Derek Hower <[email protected]>
1 parent 5645774 commit 66e47beCopy full SHA for 66e47be
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Filter options
- ext
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Submodule riscv-opcodes updated 17 files
- .github/workflows/python-app.yml+2-2
- .gitignore+1
- .pre-commit-config.yaml+2
- arg_lut.csv+6
- constants.py+7
- csrs.csv-2
- encoding.h+17
- extensions/rv32_zclsd+9
- extensions/rv32_zilsd+4
- extensions/rv_i+1-1
- extensions/rv_zvkn+1-14
- extensions/rv_zvks+1-14
- latex_utils.py+1-1
- parse.py+11-2
- rv_colors.py+12
- shared_utils.py+1-1
- svg_utils.py+284
0 commit comments