OSVVM 2023.04 Release
Summary of 2023.04 Changes
- Updated co-simulation environment to support both Streaming Interfaces as well as Address Bus Interfaces. More details in a future post by Simon
- Script settings are now split between OsvvmScriptSettings.vhd which has deferred constants and a generated package body OsvvmScriptSettings_Generated.vhd (which is in the .gitignore) – Thanks Philip
- Updated Interrupt Handler to handle an array of interrupts.
- Fixed bug in Ethernet related to enables – Thanks Simon
- Fixed bug in Peek with a Tag – Thanks Tim
- Fixed bug in UART in generating a checking break during no parity mode – Thanks Bruce