Closed apoorvaaaa5 closed 7 months ago
We do not provide any automation script. You can create a python script and loop over the configuration files:
import sys
templates = ["config1.cfg", "config2.cfg", "config3.cfg"]
for t in templates: os.system ("./build/opt.zsim "+ t)
Ok thank you i will try doing that!!
hey i wanted to know is there any automation like bash script so that i can simulate for multiple features at the same time like host ooo,pim ooo for multiple cores. any bash script for automating simulation would be helpful