Brian Padalino

Results 14 issues of Brian Padalino

It's been reported that the direct sampling mode using the ADC with the XB-200 is not working well or even at all. This is just to collect all the information...

Issue: Enhancement
Component: libbladeRF
Product: XB-200

I'd like to help contribute to this project because I find there aren't enough VHDL parsers that are complete and open source, available for use in other projects. This seems...

I'm experimenting with FairMQ and I am trying to understand a few of the concepts that I seem to be missing. I am interested in using the shmem transport, and...

R&D

The following file causes an error during analysis. ```vhdl library ieee ; use ieee.std_logic_1164.std_logic ; use ieee.std_logic_1164.std_ulogic ; use ieee.std_logic_1164."not"; package frequency is type frequency is range 0 to 2e9...

2008
analysis

A low priority request is to figure out packaging such that different OS distributions can quickly and easily add `nvc` to their package managers. I don't have an exhaustive list...

packaging

The following code: ```vhdl library ieee ; use ieee.std_logic_1164.all ; use ieee.numeric_std.all ; package generic_complex is generic ( type T ; -- Required for being able to work with the...

2008

CMake doesn't check if the `ruamel.yaml` Python module is installed. UHD checks for it in the following way: ``` set(RUAMEL.YAML_MIN_VERSION "0.15") PYTHON_CHECK_MODULE( "ruamel.yaml ${RUAMEL.YAML_MIN_VERSION} or greater" "ruamel.yaml" "LooseVersion(ruamel.yaml.__version__) >= LooseVersion('${RUAMEL.YAML_MIN_VERSION}')"...

The VHDL-2019 test file tb_023.vhd does not contain a valid test.

Help Wanted
VHDL-2019

The VHDL-2008 test `tb_generic_packages_on_entity` exposed that most simulators do not handle the cases for passing a generic package into an entity. It's defined as: ``` interface_package_declaration ::= package identifier is...

Help Wanted
VHDL-2008

I am unsure what the status of the `cosim` directory is and I didn't think they were run with VUnit with `run.py`. Do we want to bring these in? I...