Barabas

Results 23 issues of Barabas

Is there any way to set the path to a file at runtime as an argument to `fusesoc run`? For example, as a run flag with a string value rather...

Is it possible to get tool messages to print even when the tool exits with success? Examples: - yosys synthesis. This might take a while if there is a badly...

I'm trying to pass a testlist to run a single test rather than the entire suite for faster iteration while I'm setting up the tests and debugging failures. When I...

I'm using the [sail_cSim plugin](https://gitlab.com/incoresemi/riscof-plugins/-/blob/master/sail_cSim/README.md) as reference, and it seems like some errors reported by the plugin cause an exit with a success code. This is quite dangerous for CI...

In this documentation page, https://riscof.readthedocs.io/en/latest/installation.html#install-plugin-models, there is an option to install the SAIL emulator as a docker image. After installing the docker image, and trying to run the tests, I...

The code for [unsigned to signed integer conversion](https://github.com/oampo/audiofile.js/blob/5bb43f1a20e9173fa18bfc0edcd5ade704c14e60/audiofile.js#L200) is incorrect. Paste this into console, and the result is wrong. ``` function scale(value, bitDepth) { var range = 1 = range)...

All of the vias are 0.3 mm hole and 0.4 mm pad. This leaves only 0.05 mm for the annular ring. The drill holes are never aligned perfectly so they...

A call on a function with the signature `Future returnsFutureVoid() => Future.value();` with no expected calls set up with `when` will not cause a MissingStubError. I have read through the...

type-documentation

There are some places in this library where the user must align memory passed to functions correctly. These are not documented anywhere I can find. E.G. The `dsps_fft4r_fc32_ansi_` function casts...

### The Component Manager version v1.5.2 ### ESP-IDF Version ESP-IDF v5.1.2 ### python Version Python 3.12.3 ### Operating System Arch Linux ### Browser (for https://components.espressif.com Issues) _No response_ ### Description...

Resolution: Unable to Reproduce