Forum Discussion
BrianM
Occasional Contributor
4 years agoFor anyone who finds this thread in the future. The fix is to enable access in vlog and in vsim and suppress the error message like this:
From msim_setup.tcl:
if ![info exists USER_DEFINED_VERILOG_COMPILE_OPTIONS] {
set USER_DEFINED_VERILOG_COMPILE_OPTIONS "+acc -suppress 12110"
}
if ![info exists USER_DEFINED_ELAB_OPTIONS] {
set USER_DEFINED_ELAB_OPTIONS "+acc -suppress 12110"
}