Jim Lewis

Results 102 comments of Jim Lewis

@umarcor > In VUnit, the runner tells the tesbench which tests to run and which parameters (top-level generic values) to use for each test, along with the location of the...

@umarcor If you look at the OSVVM YAML results file, within a given test case, the VHDL code currently only writes out the Name, Status, and Results parts. As we...

@LarsAsplund MVE: Write a program that opens a file and writes to it. Now look for the file. :) I filed a bug report (without MVE), however, it has not...

Looking at the Questa documentation, it will map any unset generic at any level in the design. So at least for QuestaSim, it looks possible to have a generic on...

Looks like ModelSim/Questa and ActiveHDL/RivieraPRO would support paths to the top level. Since they are path based, you should be able to apply them when running with a configuration and...

@LarsAsplund I would need to sit with the thought of that a while. Here are my initial thoughts: Sometimes I use configurations for other stuff too. So it would not...

I submitted the test case at: https://synthworks.com/WriteToFile.zip Your test tests, if I write a file in a given tool, can I read it back in that tool. That should work...

You could include OsvvmLibraries as a submodule. Can python execute foreign languages such as TCL? If so, then you could use the OSVVM compile scripts to build the libraries -...

Thanks for submitting issues with use cases. A superset of this has been in the planning for some time. My plan was to do it against the coverage model `cov`...

As I review this again, of course isInBin is a possible and perhaps even easy thing to write, however, its expense will increase as the number of individual bins in...