Skip to content
#

risc-v

Here are 443 public repositories matching this topic...

firesim
abejgonzalez
abejgonzalez commented Jan 20, 2020

This is discussed a bit more in #456.

Currently, to copy off files from the fs is to 1. mount, 2. chattr, 3. chmod/chown, 4. copy files off. However, this is destructive to the fs (since it changes permissions/users). Instead, there should be a less invasive way to copy off files that doesn't mess with the underlying fs so that people can copy the fs and use it somewhere else.

JoseDanielMunozFrias
JoseDanielMunozFrias commented Oct 2, 2020

I have found a bug in the memory dump. The size of the disassembled code is not enough for the instruction addi X28, X28, 0x28. The dump generated is:

0x00000078 0x028e0e13 addi x28,x28,0x000000254 addi x28, x28, 0x28

And as it can be seen the 8 of the immediate is truncated by the line number.

I think the fix is easy: in file rars/src/rars/riscv/dump/SegmentWindowDumpFormat.java cha

Improve this page

Add a description, image, and links to the risc-v topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the risc-v topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.