I have implemented the RISC-V CLINT code[Code Link] by referring to this document[Link]. Could you please review it and advise on any additional elements that need to be added?
I am also planning to implement the SiFive CLINT[Link], which primarily differs in its support for multiple harts. Should I integrate this into the existing RISC-V CLINT code, or should I create a separate directory?
Best regards,
Suraj Sonawane
I am also planning to implement the SiFive CLINT[Link], which primarily differs in its support for multiple harts.
Should I integrate this into the existing RISC-V CLINT code, or should I create a separate directory?