Benjamin Landers

Results 21 issues of Benjamin Landers

It would be nice to be able to include math mode latex in presentations. I was thinking of overloading code blocks to hook into a latex renderer, but when looking...

The code is very wet (not DRY) currently and there is some major low hanging fruit to making it easier to work on and understand. One such area would be...

Currently the offsets and sizes of fields are hardcoded for 64 bit. Supporting 32 bit should be as simple as adding an extra if and adjusting some values.

Levels: - delete and insert byte work at all - updates offsets for headers correctly - update sizes correctly - possibly update number of headers as well if size <...

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...

bug
good first issue

I previously thought no one needed rv64 support, but I was wrong about that. Similarly I don't see the need for atomics as RARS doesn't have threading. However, the A...

enhancement
discussion

Previously this was #71. I making this to give me an easy way to review all the changes I make and make any comments that may be useful for future...

A setting to use M-mode CSRs would be useful for people who deploy code to simple hardware. I would envision this working by additionally disabling environment calls and other forms...

enhancement

User-mode exception handling does not completely conform with the specification. It has several bugs. - The interrupt controller cannot handle being stepped backwards. This could be as simple as defining...

bug

Similar to #75 and #74. I don't think this is necessary, but I want to put it up as something that I will make if there is a need for...

enhancement
discussion