This "attempting to place value" error is coming from the simulator, not from vManager. You will need to find where in your flow you are elaborating the design, and add the switches there. It's unlikely that your env would have been set up so that you add the switch directly in the VSIF, but it depends entirely on your flow, the tool doesn't control your flow. In any case, I would advise against using -access +rw, because it's a global switch that will hurt simulation performance. It would be better to work out which signals you need access to, then put them into a text file to use with the "-afile" option, documented here
↧