2026.05 and SetAxi4Options/GetAxi4Options
Problem and Solution In 2026.05, if a test case calls SetAxi4Options/GetAxi4Options at time 0 with a parameter other than an AXI4 bus value (such as BRESP) the test case will crash. Problematic use case: ManagerProc : process variable IntOption : integer ; begin -- this process starts at time 0, delta cycle 0 (aka Initialization phase) -- SetAxi4Options or GetAxi4Options access a parameter that is... »