Skip to content

Add decoder for C extension#241

Open
tandr3w wants to merge 2 commits into
mainfrom
compressed-decoder
Open

Add decoder for C extension#241
tandr3w wants to merge 2 commits into
mainfrom
compressed-decoder

Conversation

@tandr3w
Copy link
Copy Markdown
Contributor

@tandr3w tandr3w commented May 28, 2026

Issue #239

Implemented decompression for all rv32 instructions other than F and D extension ones

Also added checking for illegal/reserved and unimplemented instructions though I don't think we have a way to handle that properly yet?

Note C.JAL and C.JALR need extra handling to work properly (I think)

@tandr3w tandr3w force-pushed the compressed-decoder branch from 5f40d07 to 5160b8a Compare May 28, 2026 06:57
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 28, 2026

🔧 DE1-SoC Synthesis Report Summary Diff

  • RV32I

    1. Fitter Summary

      @@ -1,4 +1,4 @@
      -Fitter Status : Successful - Thu May 28 02:30:01 2026
      +Fitter Status : Successful - Thu May 28 07:06:26 2026
       Quartus Prime Version : 25.1std.0 Build 1129 10/21/2025 SC Lite Edition
       Revision Name : utoss-risc-v
       Top-level Entity Name : top
    2. Fitter by entity
      No changes detected

    3. Timing
      No changes detected

  • RV32IB

    1. Fitter Summary

      @@ -1,4 +1,4 @@
      -Fitter Status : Successful - Thu May 28 02:31:09 2026
      +Fitter Status : Successful - Thu May 28 07:06:19 2026
       Quartus Prime Version : 25.1std.0 Build 1129 10/21/2025 SC Lite Edition
       Revision Name : utoss-risc-v
       Top-level Entity Name : top
    2. Fitter by entity
      No changes detected

    3. Timing
      No changes detected


Comparing synthesis results from main branch vs. this PR

@tandr3w tandr3w requested a review from TheDeepestSpace May 28, 2026 07:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant