Commit 5d2de81f authored by Hejing Li's avatar Hejing Li
Browse files

simulators: update basicmem input arguments

parent b8b3ea06
......@@ -693,6 +693,7 @@ class BasicMemDev(MemDevSim):
def run_cmd(self, env):
cmd = (
f'{env.repodir}/sims/mem/basicmem/basicmem'
f' {self.size} {self.addr} {self.as_id}'
f' {env.dev_mem_path(self)} {env.dev_shm_path(self)}'
f' {self.sync_mode} {self.start_tick} {self.sync_period}'
f' {self.mem_latency}'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment