-
-
-
I've gotten [something working](https://github.com/Dekken/statick/blob/master/example.cpp#L47)
[built like](https://github.com/Dekken/statick/blob/master/numpy.h#L413)
[used like](https://github…
-
```
I am using r2351 , file hci.c , line 871 has a problem
if (hci_stack->substate > 1 || COMMAND_COMPLETE_EVENT(packet, hci_reset))
Notice that a OR is used, shouldn't that be an AND? Isn't there a…
-
```
I am using r2351 , file hci.c , line 871 has a problem
if (hci_stack->substate > 1 || COMMAND_COMPLETE_EVENT(packet, hci_reset))
Notice that a OR is used, shouldn't that be an AND? Isn't there a…
-
I used the following code to get the value of the 'Retired Instruction Register'.
#include
#define read_csr(reg) ({ unsigned long __tmp;asm volatile ("csrr %0, " #reg : "=r"(__tmp));__tmp; })
…
-
I tried to run make questa-test as in the README file in the core directory
The output is:
make: *** No rule to make target `questa-test'. Stop.
I explored the makefile and ran questa-custom i…
-
Hi, I was playing with CSR as a prospect tool for using sparse matrices in Numba. In my use case, multiplication of a complex matrix and a complex vector is common, e.g.,
```python
import numpy as…
-
In #2131, we switched from base64 to hex logging for CSRs. That's because some clients exhibited an odd bug in CSR generation that was easily greppable from the hex-encoded CSR structure. We do the sa…
-
in the output for running iosxe-get-intinfo.py, we show several interfaces in the lab guide. My CSR in dcloud only had one interface, GigabitEthernet1. None of the loopbacks shown in the lab guide out…