Paulo Dutra - PU4THZ
Paulo Dutra - PU4THZ
Before when trying to multiply 4x5(4,5) by 5x2(5,2) which is possbile you would get one error... Fixed the sum of the biases also!
After [''enabling'' the TX support with Soapysdr](https://github.com/cariboulabs/cariboulite/pull/162) I noticed that the IQ transmission doesn't start and the TX led never lights up! Upon Furher investigation and debugging I've found the...
Hi, on the previous PR the linux build was broken... I've fixed it now (restored the linux binding cmake)
The integer modulo (remainder) Operator "%" insn't implemented... Demo code: ```cpp #include "intN_t.h" #pragma MAIN_MHZ test 100.0 int32_t test(int32_t a, int32_t b){ return a % b; // not implemented }...
Just rounding up the result from log2
At https://github.com/d0iasm/rvemu-for-book/blob/58991b0a4f3076da780b462bfb8847af872ecd33/step05/src/trap.rs#L34 shouldn't the sepc / mepc get loaded with the NEXT instruction PC ? so PC, instead of PC-4 ? After the sret / mret the program would loop...