rv8 icon indicating copy to clipboard operation
rv8 copied to clipboard

RISC-V simulator for x86-64

Results 48 rv8 issues
Sort by recently updated
recently updated
newest added

If I use rv-jit or rv-sim to run or dubug a statically linked file, it can succeed;(like this) ``` asm: ELF 64-bit LSB executable, UCB RISC-V, version 1 (SYSV), statically...

Is there a way to get `rv-meta` to output the reserved regions of the RISC-V spec in the various tables it outputs? If not, what do you think would be...

I was wondering if you would be interested in supporting sorting the output of `rv-meta` in different ways? I'm interested in sorted the output via opcode + funct values. (FYI...

Maily makes it clear that `make map` is calling the `rv-meta` tool.

The RISC-V Instruction Set Manual Volume II: Privileged Architecture Document Version 20190608-Priv-MSU-Ratified mbadaddr : -> mtval? The mbadaddr register has been subsumed by a more general mtval register that can...

The current emulator code has been written with Win64 in mind however current testing is being performed on macOS, Linux and FreeBSD. There are some sections of code that need...

I tried the above command from all the directories including home and root, riscv,rv8--etc. It keeps giving me the error no such file or directory. can someone help me to...

Im tried run the make in centos machine but a have the next error. Somebody can help me. ``` AR build/linux_x86_64/lib/libasmjit_x86.a CC build/linux_x86_64/obj/mem/mmap-linux.o CC build/linux_x86_64/obj/mem/mmap-core.o src/mem/mmap-core.c:31:47: error: ‘MAP_ANONYMOUS’ undeclared here...

I'm trying to use rv8 to run codes that are compiled by 32bits compiler. My 32bits compiler is built using --with-arch=rv32gc and --with-abi=ilp32d. And the version of my compiler is...

Hi, Having fun and playing with the idea of generating graphics with linux framebuffer and riscv assembly code of my computer. I already got my random generator to flush the...