User guide
E-3
PLI Access Routines
acc_setmem_bitstr
Writes a string of binary bits (including x and z) to a Verilog
memory word. See "acc_setmem_bitstr" on page E-16 for details.
acc_getmem_bitstr
Reads a bit string from specific bits in a Verilog memory word.
See "acc_getmem_bitstr" on page E-17 for details.
acc_handle_mem_by_fullname
Returns the handle used by acc_readmem. See
"acc_handle_mem_by_fullname" on page E-18 for details.
acc_readmem
Reads a data file and writes the contents to a memory. See
"acc_readmem" on page E-19 for details.
acc_getmem_range
Returns the upper and lower limits of a memory. See
"acc_getmem_range" on page E-21 for details.
acc_getmem_size
Returns the number of elements (or words or addresses) in a
memory. See "acc_getmem_size" on page E-22 for details.
acc_getmem_word_int
Returns the integer of a memory element. See
"acc_getmem_word_int" on page E-23 for details.
acc_getmem_word_range
Returns the least significant bit of a memory element and the
length of the element. See "acc_getmem_word_range" on page
E-24 for details.