Make CSR Content Addressable #12
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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"
The closest we can get to "CSR does not exist" is perhaps "Illegal Instruction Exception"