Skip to content

Commit

Permalink
Timeloo[ config
Browse files Browse the repository at this point in the history
  • Loading branch information
a-saraf committed Oct 25, 2023
1 parent 583db61 commit 760d442
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch_gym/envs/envHelpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

#from configs import configs
from configs.sims import DRAMSys_config
from configs.sims import Timeloop_config
import shutil
from sims.Timeloop.process_params import TimeloopConfigParams
from subprocess import Popen, PIPE
Expand All @@ -26,7 +27,7 @@ class helpers():
def __init__(self):
self.mem_control_basepath = DRAMSys_config.dram_mem_controller_config
#self.sniper_basepath = arch_gym_configs.sniper_config
#self.timeloop_param_obj = TimeloopConfigParams(arch_gym_configs.timeloop_parameters)
self.timeloop_param_obj = TimeloopConfigParams(Timeloop_config.timeloop_parameters)

def action_mapper(self, action, param):
"""
Expand Down

0 comments on commit 760d442

Please sign in to comment.