Hello, I have a set of simulation files which I want to include selectively based on a design variable. Is this possible? Furthermore, I would like to sweep over a set of given parameters, but not the full expanded set. For example, say I have design variables var1, var2 and var3. Then I would like to simulate the following three cases: var1=5; var2='Case6'; var3=67; var1=0; var2='Case7'; var3=55; var1=9; var2='Case8'; var3=45; What is the best way to do this? I know I can create multiple "Tests" in Assembler but I do not want this because I would need to duplicate/copy the entire configuration. For just, just a few design variables change over which I would like to iterate.
↧