User guide
17-23
Using the PLI
The entries in the configuration file override the ACC write-enabling
entries in the PLI table file.
The syntax of each type of statement in the configuration file to enable
ACC write capabilities is as follows:
set writeOnMem;
or
set noAccWrite;
or
module {list_of_module_identifiers} {accWrite};
or
instance {list_of_module_instance_hierarchical_names}
{accWrite};
or
tree [(depth)] {list_of_module_identifiers} {accWrite};
Here:
set
Keyword preceding a property that applies to the entire design.
writeOnMem
Enables ACC write to memories (any single or multi-dimensional
array of the reg data type) throughout the entire design.
noAccWrite
Disables ACC write capabilities throughout the entire design.
accWrite
Enables ACC write capabilities.