Vladislav Borshch

Results 12 issues of Vladislav Borshch

Hello everybody, Maybe I didn't get the point, but I see that base_address variable is used nowhere but in the C/Python headers and so on. Shouldn't the variable used also...

This feature extremely useful at least for me :) A similiar variable exist in Makefile flow: `SCRIPT_FILE`. `pre_cmd` makes possible: **1. Save coverage file.** ``` runner.test( ... pre_cmd=["coverage save -onexit...

Closes #4153 String as define doesn't work. At least, for Questa and Icarus. I tried some tricks, but no luck. Is there a way to do it? Thanks.

category:codebase:tests

There is no VPI/FLI support in Vivado, but this feature is in roadmap: https://support.xilinx.com/s/question/0D52E00006hpTc1SAE/xsimiki-documentation?language=en_US (maybe, one day...) What do you think about Vivado support? This feature also reasonable in case...

Интенсивно развивающийся фреймворк с хорошей поддержкой различных тулов: Quartus, Vivado, Liberos SoC и т.д. В том числе тулов для симуляции. [https://ohwr.org/project/hdl-make](https://ohwr.org/project/hdl-make)

More contributors are here and I bring pre-commit formatter to CI to keep code in the same style. I think this might be useful for such a project. But we...

nrLayerMap needs to be implemented and integrated into nrPDSCH: https://github.com/catkira/py3gpp/blob/master/py3gpp/nrPDSCH.py#L28

enhancement

E.g. SymbolAllocation = [6, 8] break the things. I'm going to fix it soon.

bug

Fix issue with incorrect pci_irq function masking for systems with mqnic-to-ps connection. It'll raise an error in case build without CONFIG_PCI=y.