Stefan Biereigel

Results 8 issues of Stefan Biereigel

I wrote a simple script trying to query some settings of a receiver. However, after sending (for example) a UBX.CFG.PRT_GET message, the UBXManager fails to parse the response correctly. I...

bug

On recent ArchLinux (Kernel 5.6.13), glasgow fails to run any applet on the first invocation of `glasgow run` after connecting the device to USB. The error message is the following:...

software

Currently, the RX Multiplexer is placed before the IQ correction module in the FPGA design. This has two drawbacks: - A custom FPGA application working on the IQ samples would...

Issue: Enhancement
Component: HDL

Here's another minor one (I'm trying to get this packaged for Arch Linux). When running `make all` with a multi-CPU option (`-j8` in my case), the KLU patch fails to...

Because of the "while True"-conditions in the run()-function, there is no clean exit when a python flow graph is stopped using the .stop() method. This leads to not freeing the...

The [imp](https://docs.python.org/3.11/library/imp.html) library has been deprecated since Python 3.4 and was finally removed in Python 3.12. For the isolated usecase within CQ-editor, replacing `imp` by its successor `importlib` seems to...

While trying to check the value of a DUT generic inside a testbench, I ran across an unexpected crash. It seems the VHDL type 'boolean' can not be accessed using...

category:simulators:ghdl
upstream

This is unrelated to #1476 for all I can see. Using this simple test case: test.v ``` verilog `timescale 1ns/1ps module test(output y); endmodule ``` test.py ``` python import cocotb...

category:simulators:icarus
upstream