Skip to content

Commit

Permalink
riscv-csr.ads: typo in CSR hartid name
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien-Chouteau authored Jan 16, 2025
1 parent b651d01 commit 79cbd59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/RISC-V/src/riscv-csr.ads
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ package RISCV.CSR is
package Mvendorid is new CSR_RO_Pck ("mvendorid", Unsigned_XLEN);
package Marchid is new CSR_RO_Pck ("marchid", Unsigned_XLEN);
package Mimpid is new CSR_RO_Pck ("mimpid", Unsigned_XLEN);
package Mhardid is new CSR_RO_Pck ("mhardid", Unsigned_XLEN);
package Mhartid is new CSR_RO_Pck ("mhartid", Unsigned_XLEN);

-- Machine Trap Setup --
package Mstatus is new CSR_RW_Pck ("mstatus", Unsigned_XLEN);
Expand Down

0 comments on commit 79cbd59

Please sign in to comment.