Copy the startup delay from issuer.py to inorder.py
[soc.git] / src / soc / simple / inorder.py
2022-03-06 Cesar StraussCopy the startup delay from issuer.py to inorder.py
2022-01-09 Luke Kenneth Casso... add linux-5.7 unit test which showed a silly error:
2022-01-03 Cesar StraussOn inorder.py, after Execute, update the PC and go...
2021-12-27 Cesar StraussFix indentation
2021-12-19 Luke Kenneth Casso... set terminate if core terminate requested
2021-12-15 Luke Kenneth Casso... remove more unneeded code
2021-12-15 Luke Kenneth Casso... read MSR.PR and MSR.DR and update ICache priv/virt...
2021-12-15 Luke Kenneth Casso... remove more of SVP64 from TestIssuerInternalInOrder
2021-12-15 Luke Kenneth Casso... remove update of pc, msr and svstate from TestIssuerInOrder
2021-12-15 Luke Kenneth Casso... move update of pc, msr and svstate into TestIssuerBase
2021-12-15 Luke Kenneth Casso... move alternative TestIssuerInternalInOrder to new file