-
**Type of issue**: bug report
**Impact**: rocc memory interface
```
logic[15:0] cnt;
localparam BASE = 32'h60010000;
assign rocc_cmd_ready = 1'b1;
assign rocc_me…
-
compilation fails with recent clang versions. clang 14 works, but 16 and 17 fail with:
```
CC libqatzip_la-qatzip.lo
In file included from qatzip.c:67:
./qatzip_internal.h:452:25: error: a…
-
### Describe the bug
In `ostd::sync::RwLock`, the `try_read()` method modifies the lock state non-atomically by first incrementing the reader count and, if unsuccessful, decrementing it. This creat…
-
Hi SPLASH,
**updated from my initial post**
I've started to run your pipeline and am now stuck on the `SPLASH_extendor_classification.R` and am troubleshooting line-by-line.
Using the paramet…
-
We just installed harbor-scanner-triby (v0.30.15) to scan images from our Harbor v2.9.0 and we are getting:
[ERROR] [/lib/http/error.go:57]: {"errors":[{"code":"UNKNOWN","message":"unknown: ERROR: …
-
According to [the PHP documentation](https://www.php.net/manual/en/reserved.variables.argv.php), ``$_SERVER["argv"]`` is an array, but for the Intelephense's LSP, it is typed as a ``string``.
If yo…
-
Hello all,
I hope you all doing well !
SOEM master code I am here compiled like (slaveinfo fun and simple test ) it working well.
================================================…
-
Buenas noches! queria saber quetan eficiente y de buen estilo es mi codigo del ej 14 de la guia 6.
`#include
#include
#define UNO 1
#define DOS 2
#define UNOoDOS 2
#define NINGUNO 0
int c…
-
Hey, I am trying to run a really simple example but I get an error when executing `hid_exit()`.
I am running the latest libusb (`1.0.22`).
### Code
```
#include
#include
#include "hidapi.h"
…
FFY00 updated
6 years ago
-
https://github.com/slowtec/tokio-modbus/blob/main/examples/rtu-server.rs
```
impl tokio_modbus::server::Service for Service {
type Request = SlaveRequest