eine

Results 287 comments of eine
trafficstars

It seems that several of you are hitting issues when trying to use VUnit in a WSL1 or WSL2 terminal, along with a Windows version of ModelSim. My first suggestion...

@endrebjorsvik thanks for that nice report! The purpose when changing from `os.path` to `pathlib.Path` was not to change the behaviour. Therefore, I'd say this is an undesired backwards breaking change....

Hi @ktbarrett! Glad to see you active on this! As you might have seen, I've been discussing with @rodrigomelo9 about it. Please, let me share some thoughts: According to https://github.com/ktbarrett/vunit-cocotb/blob/master/tests/run.py...

I'm glad to see that we agree on the mid-long term strategy. For the short term, I'm kind of arguing in favour of preserving as much of VUnit as possible,...

First off, I'm really glad that we are starting to understand each other. Bear in mind that I'm not a native english speaker, so although I might sound too direct/strong,...

@kraigher, what's your proposal regarding the regression management? If I don't get it wrong, not using the HDL runner would imply keeping cocotb's codebase for deciding when a test passed...

@mschiller302 it would be interesting if you dropped your sources into pyVHDLModel (https://github.com/vhdl/pyVHDLModel#list-all-entities-with-generics-and-ports) for testing. That is a VHDL language model which uses GHDL for parsing and analysing the sources....

@smenzel, please check the format and linter errors.

@ro-ca, I rebased their branch on top of master, so you can try it: https://github.com/1138-4EB/vunit/tree/petterssonmagnus-xsim

It seems to be an unsupported feature in Vivado. - The *prefix* is `ptrs(ref)`: https://github.com/1138-4EB/vunit/blob/petterssonmagnus-xsim/vunit/vhdl/data_types/src/string_ptr_pkg-body-2002p.vhd#L93). - `ptr` is type `vava_t`: https://github.com/1138-4EB/vunit/blob/petterssonmagnus-xsim/vunit/vhdl/data_types/src/string_ptr_pkg-body-2002p.vhd#L58. - `vava_t` is an alias of `string_access_vector_access_t`: https://github.com/1138-4EB/vunit/blob/petterssonmagnus-xsim/vunit/vhdl/data_types/src/string_ptr_pkg.vhd#L27. -...