-
```
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 have batch matrix A and vector B, how to implement batch spmv
-
If I build litex with the option --with-spi-flash, the flash returns all 0xff
I then uncommented the line #define SPIFLASH_DEBUG in spiflash.c and re-built.
On boot up I got the following:
```…
-
### Background
**CX State Contexts**: A composable extension may be stateful. Abstractly that means the behavior of a CX instruction may depend upon the history of CX instructions previously issued. …
-
This reduces the amount of CSRs loaded into memory. There should only be one active CSR per pubKey.
-
# Problem
There is a difference between Sail and Spike w.r.t. the CSRs sstatus, sie, and sip.
Currently the RISC-V Sail model reports registers sstatus, sie, and sip as CSRs when they get writte…
-
Hi Everyone,
I am trying a few scenarios with this code base and seeing a behaviour and looking for confirmation on the same.
1. Created CA and run the server.
2. Clients send a PKCS request, and t…
-
An error occurs when trying to get a CSR request for an SSL certificate:
```
ASN1_mbstring_ncopy:string too long:crypto/asn1/a_mbstr.c:109:maxsize=64
```
Domain name: `the-very-long-domain-name-in…
-
First generate a private key:
openssl genrsa -out ./private.key 2048
Then use hvclient to create a CSR:
./hvclient -privatekey ./private.key --commonname example.com -csrout csr.pem > csr.pem
…