OSVVM / UART

OSVVM UART Verification Components. Uart Transmitter with error injection for parity, stop, and break errors. UART Receiver verification component with error handling for parity, stop, and break errors.
Other
8 stars 7 forks source link

Include correct .pro file in RunDemoTests.pro #7

Closed hipolitoguzman closed 4 months ago

hipolitoguzman commented 7 months ago

In RunDemoTests.pro, when the simulator is not XSIM-2023.2, a .pro file which doesn't exist is included. This PR fixes that issue by including the correct file

JimLewis commented 7 months ago

Thanks @hipolitoguzman

I had forgot to push the build_one.pro file. It is intended to run a limited set of test cases. Setting it to build.pro runs them all.

I just pushed my local copy of build_one.pro onto the dev branch.

hipolitoguzman commented 7 months ago

Thank you @JimLewis . You may want to propagate your fix to the main branch and also update the submodules in the main OsvvmLibraries repo, since otherwise new users will get errors when running the example commands in https://github.com/osvvm/OSVVM-Scripts#readme (specifically the "Run the Demos" section)

JimLewis commented 7 months ago

Good point. I hopefully can get that done shortly. Remodeling house and my office is moving so things are chaos here right now.

hipolitoguzman commented 7 months ago

No hurries! Best of luck with the remodeling and relocation :)

JimLewis commented 4 months ago

Fix was propagated from dev to main in release 2024.03