I basically want to execute a calibrated simulation. The inner loop sweeps the design variable. The second loop sweeps the code. The third loop, i.e., the outer most loop, runs the MC. I can do this by creating multiple tests and global variables as many as the binary code combination, carrying the output to the next test using calcVal, and getting the corrected value and code at the last test. Is there any more efficient way to do this? I have read about run plan feature but it seems that I need to create one run for each code, cmiiw.
↧