The Wayback Machine - http://web.archive.org/web/20200914082633/https://github.com/topics/risc-v
Skip to content
#

risc-v

Here are 427 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.

TheThirdOne
TheThirdOne commented Aug 2, 2020

I found two issues with breakpoints while playing around with timertool for #80.

  1. Changing a breakpoint does not have an affect on a running program until it is paused and then restarted. Breakpoints are passed to the simulator thread as function arguments (which is definitely necessary), but that means changes to the UI do not affect the simulator until the threads is shut down and restarted.

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.