HDLUtils / hdlregression

MIT License
15 stars 5 forks source link

set_code_coverage issue #22

Closed rsek1498 closed 6 months ago

rsek1498 commented 6 months ago

Hi, I've set the following option: hr.set_code_coverage("bcsf", "code_coverage.ucdb")

And I've got the following message: Invalid coverge settings in: bcsf

I've try to set the simulator but the result is the same (hr.start(simulator="MODELSIM"))

I didn't have this message in the previous version (0.50). Best regards

HDLUtils commented 6 months ago

Hi, could you paste the full transcript and paste it here? I.e., run with full verbosity "-v"

EDIT: I've located the error and working on a fix.

rsek1498 commented 6 months ago

Thank you for your quick response

For information:

======================================================================================================================== HDLRegression version 0.51.1 See /doc/hdlregression.pdf for documentation.

Invalid coverge settings in: bcsf Scanning files... Building test suite structure... Simulator: MODELSIM ...

HDLUtils commented 6 months ago

Issue corrected in v0.51.2

rsek1498 commented 6 months ago

There are no more error messages now! 👍