Skip to content

[RVC] Add processor support for the C extension #128

@mortbopet

Description

@mortbopet

In enabling processor support for the C extension, we need to:

  • Modify the instruction decode unit to expand an instruction from its compressed to its uncompressed counterpart.
  • This will also have an influence on the path which we forward the value of an instruction to i.e. the ImmGen component. Currently, these are hooked directly to the value of the read instruction coming out of the IFID stage. Instead, they need to be hooked up to the expanded instruction, presumably as an output of the modified decode unit.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions