Lines Matching refs:state
53 # This script aims at triggering low power state transitions in the DRAM
57 # through an idle state with no requests to enforce self-refresh.
131 # We create a traffic generator state for each param combination we want to
132 # test. Each traffic generator state is specified in the config file and the
133 # generator remains in the state for specific period. This period is 0.25 ms.
134 # Stats are dumped and reset at the state transition.
191 cfg_file.write("""# STATE state# period mode=DRAM
211 # Init state is state 0
215 for state in range(1, nxt_state + 1):
216 cfg_file.write("TRANSITION %d %d 1\n" % (state - 1, state))
218 # Transition from last state to itself to not break the probability math