Jim Lewis

Results 203 comments of Jim Lewis

I noted on the referenced data sheet that it says obsolete. Is there a non-obsolete part that does a 3 wire interface?

I just merged a pull request that purports to add bursting to the SPI VC. It looked like it may address this. I will have to look at it when...

@diogratia >> For a selected name that is used to denote a record element, the suffix shall be a simple name denoting an element of a record object or value....

Which package body is reported as missing? The settings packages analyzed are generated and not saved in the repository.

Try removing, OsvvmScriptSettingsPkg_generated.vhd, from the .gitignore file. You will need to check it in once. But once you do, it should not update unless the settings change. If you never...

You could just generate OsvvmScriptSettingsPkg_generated.vhd and analyze it into the osvvm library, and then run your regressions. This would allow each CI to have different settings - that is the...

Is there a way to tell GHDL here is a compiled library, assume it is up to date, please do not check the VHDL source dates against the library compile...

@tgingold I get it that those are consistency checks. I remember all tools used to do those. However, I wonder if any other than GHDL do them now. As a...

By default, the files will be put in OsvvmLibraries/osvvm. You just have to edit the .gitignore file as I explained above and check it into your library. That way GHDL...