Make CSR Content Addressable #12

Open
opened 2025-03-08 00:10:54 +00:00 by Yehowshua · 1 comment
Owner

You only need about 50 or 60 64 bit CSR regs to support full RiscV spec. So no need to have 4096 entry CSR. To make this work in practice however, the CSR need to be content addressable... This also means we need to have some sort of exception for "CSR does not exist"

You only need about 50 or 60 64 bit CSR regs to support full RiscV spec. So no need to have 4096 entry CSR. To make this work in practice however, the CSR need to be content addressable... This also means we need to have some sort of exception for "CSR does not exist"
Author
Owner

The closest we can get to "CSR does not exist" is perhaps "Illegal Instruction Exception"

The closest we can get to "CSR does not exist" is perhaps "Illegal Instruction Exception"
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Yehowshua/RiscV-Formal#12
No description provided.