You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Local Generic Package Instance with signal declarations (to reduce the rats nest of signal declarations in structural code).
There are two test cases in the simulation below. The first uses a local generic package and uses selected names to get at signals in the package - this is the first simulation that works. The second uses a local generic package and uses selected names to aliases defined in the package (which provide short hand names for the record elements - with appropriate AXI names)
Expected behaviour
Successful Simulation - works in Siemens and Aldec
Description
Local Generic Package Instance with signal declarations (to reduce the rats nest of signal declarations in structural code).
There are two test cases in the simulation below. The first uses a local generic package and uses selected names to get at signals in the package - this is the first simulation that works. The second uses a local generic package and uses selected names to aliases defined in the package (which provide short hand names for the record elements - with appropriate AXI names)
Expected behaviour
Successful Simulation - works in Siemens and Aldec
How to reproduce?
Get the dev branch of OSVVM
git clone --recursive --branch dev https://github.com/osvvm/OsvvmLibraries
Using OSVVM scripts do:
build $OsvvmLibraries
build $OsvvmLibraries/AXI4/Axi4/RunDemoTests_GenericSignals
Error Report
The text was updated successfully, but these errors were encountered: