Benjamin Landers

Results 87 comments of Benjamin Landers
trafficstars

522ebbd7d8ff1de51d9a3ab4eb57fa359c4c42fa introduced the `cycle` and `instret` CSRs which provide an easy way to get the "number of steps taken upon termination" as requested. I forgot to mention it then, but...

@amoe, thanks for adding an example. Having a readable example should definitely be helpful to other people trying to use the API. It should also be noted though that RARS...

This is a issue for readchar on the terminal. In the GUI, it works without buffering. I think it would be a little hard, but I think the best fix...

I am certainly not opposed to improvements to the tools. I would think there is a pretty easy way in your program to make it work though. You could use...

@andrescv, is there a reason this had yet to be merged?

@Diaosi1111, this project uses gradle to build and has a gradle wrapper set up. Just running `gradlew build` or `gradlew.bat build` will build the project. More information about gradle can...

I have not yet setup gradle because I do not particularly care to have the standard wrapper in the repo. I favor simple solutions and the current bash script is...

This has been sitting here for a while. I would like to either get it merged in, a review that suggests I make additional changes, or an outright rejection.

> I've looked at the ISA (no mention of the %hi/lo directives), and other locations - this seems to be an underdocumented aspect of RISC-V, but the current use of...

I cannot reproduce this error. I used the code: ``` li a7, 10 ecall ``` Please share a short program that shows this bug for you.