-
```
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
What version of PeerBlock are you using? On what operating system? 32- or
64-bit?
PeerBlock…
-
1) fully implement instructions to manipulate the CSRs
2) two levels of privilege, ECALL and EBREAK, implement FEMTOS syscalls, SDCard file access and terminal.
3) three levels of privilege
4) MMU
…
-
```
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
What version of PeerBlock are you using? On what operating system? 32- or
64-bit?
PeerBlock…
-
```
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
What version of PeerBlock are you using? On what operating system? 32- or
64-bit?
PeerBlock…
-
```
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
What version of PeerBlock are you using? On what operating system? 32- or
64-bit?
PeerBlock…
-
Is RV32E a supported instruction set? I am aware that `NUM_GPR` can be configured within `riscv_core_settings.sv`:
```
parameter int NUM_GPR = 16;
```
However, upon doing so, registers 16-3…
-
It would be great if we could specify the instruction set when compiling and not necessarily compile for march=native.
-
```
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
What version of PeerBlock are you using? On what operating system? 32- or
64-bit?
PeerBlock…
-
Since arms processors supports both arm and thumb operation modes, we shall try both mode. Just a quick rembember :
Thumb mode is a smaller set, witch gives a smaller program memory footprint and ha…
-
I feel like this might be my issue with a lack of knowledge as a beginning developer. I am unable to get it set up as a noob. I really want to!
I set up a jsfiddle to make a template for others an…