KotorinMinami

Results 7 issues of KotorinMinami

Fix Issue #21 by adding function to deal with the sign number

tgmm-agenda

We know that qtrvsim uses a memorytree with a fixed depth of 6, which causes its memory model to only accept 32-bit memory access instructions, thus restricting 64-bit access. This...

In the new simulator phase, we can set xlen to 64. However, even after configuring it to 64-bit, the simulator's memory access range remains 32-bit, while the registers are 64-bit....

In main.sail, the main function contains annotations for the PC (Program Counter) and uses a try...catch module for the correct operation of the simulator. ``` function main() : unit ->...

As described in the TODO in fext and dext, I attempted to implement a mapping using floating-point number structures. Does it meet the stated requirements?

Since the RISC-V N extension draft was removed in the priv spec 1.2 version, the CSR sedeleg is also not listed in the CSR table in the spec. Therefore, it...

Recently, I reviewed the latest specification and found that the "sideleg" register no longer exists in the CSR table. Upon further investigation, it appears to have been removed. However, in...