Hello!
I want to create a script that runs one test after the other and then creates a certificate that contains all information of the previous tests. With my setup i am generating a certificate for every single test. How can i run the tests successively but get one certificate?
LOAD "test.bitcfg"
STARTLOGGING
SETCYCLES 1
RUN CPU
RUN MEMORY
RUN 3D
RUN 2D
RUN DISK
I want to create a script that runs one test after the other and then creates a certificate that contains all information of the previous tests. With my setup i am generating a certificate for every single test. How can i run the tests successively but get one certificate?
LOAD "test.bitcfg"
STARTLOGGING
SETCYCLES 1
RUN CPU
RUN MEMORY
RUN 3D
RUN 2D
RUN DISK
Comment