Visible to Intel only — GUID: nik1410565015162
Ixiasoft
A.1.1. ebfm_barwr Procedure
A.1.2. ebfm_barwr_imm Procedure
A.1.3. ebfm_barrd_wait Procedure
A.1.4. ebfm_barrd_nowt Procedure
A.1.5. ebfm_cfgwr_imm_wait Procedure
A.1.6. ebfm_cfgwr_imm_nowt Procedure
A.1.7. ebfm_cfgrd_wait Procedure
A.1.8. ebfm_cfgrd_nowt Procedure
A.1.9. BFM Configuration Procedures
A.1.10. BFM Shared Memory Access Procedures
A.1.11. BFM Log and Message Procedures
A.1.12. Verilog HDL Formatting Functions
Visible to Intel only — GUID: nik1410565015162
Ixiasoft
A.1.10.1. Shared Memory Constants
Constant |
Description |
---|---|
SHMEM_FILL_ZEROS | Specifies a data pattern of all zeros. |
SHMEM_FILL_BYTE_INC | Specifies a data pattern of incrementing 8-bit bytes (0x00, 0x01, 0x02, etc.). |
SHMEM_FILL_WORD_INC | Specifies a data pattern of incrementing 16-bit words (0x0000, 0x0001, 0x0002, etc.). |
SHMEM_FILL_DWORD_INC | Specifies a data pattern of incrementing 32-bit DWORDs (0x00000000, 0x00000001, 0x00000002, etc.). |
SHMEM_FILL_QWORD_INC | Specifies a data pattern of incrementing 64-bit qwords (0x0000000000000000, 0x0000000000000001, 0x0000000000000002, etc.). |
SHMEM_FILL_ONE | Specifies a data pattern of all ones. |