Visible to Intel only — GUID: group__group__compiler__mem__axi4__driver_1ga89ae0399689137ea53a46cfff9e6be74
Ixiasoft
Visible to Intel only — GUID: group__group__compiler__mem__axi4__driver_1ga89ae0399689137ea53a46cfff9e6be74
Ixiasoft
5.2.2.26. driver_post_cmd
Usage
def pyhydra.ipkits.hydra.driver_mem_axi4.driver_compiler.MemAxi4Driver.driver_post_cmd (cls, *args)
Description
Issue 'post's to other drivers.
You can use driver_post_cmd and driver_wait_cmd to synchronize drivers.
Posting is a non-blocking command. However, if any of the destination drivers has a backlog of posts that has reached the maximum limit, then driver_post_cmd blocks the source driver's traffic pattern until the clogged drivers consumes at least one previous post.
Parameters
- args
-
List of driver indices or Driver objects to issue a post to.
Returns
Compiler IR object