Subbi Reddy Manne Posted July 23, 2022 Report Posted July 23, 2022 1. what are the preloaded methods use to load into memory, please mention preloaded methods? 2. When and How to Load C binary file or image into memory?3. After loaded C binary file or image, How execution happens backside from SV to C vice versa ?Please give me idea or link or document related to above? Quote
ajitgangad Posted January 9 Report Posted January 9 there are 2 ways on how interaction happens between SV and C . 1 . Pin based - where one of the CPU GPO bit is set from C tests , SV test will be polling for the that GPO bit to go high . once that GPO bit is set , SV tests part will execute . later .At the end of the SV test , it will another GPO bit , for which C test will be polling . 2 . Blocking statements(Some pattern in memory ) - Polling for some pattern and once that pattern is received , SV test will execute . Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.