mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Update name of sail executables
This commit is contained in:
parent
1ba9fe6aa3
commit
3c74f37e59
@ -21,8 +21,8 @@ class sail_cSim(pluginTemplate):
|
|||||||
raise SystemExit(1)
|
raise SystemExit(1)
|
||||||
self.num_jobs = str(config['jobs'] if 'jobs' in config else 1)
|
self.num_jobs = str(config['jobs'] if 'jobs' in config else 1)
|
||||||
self.pluginpath = os.path.abspath(config['pluginpath'])
|
self.pluginpath = os.path.abspath(config['pluginpath'])
|
||||||
self.sail_exe = { '32' : os.path.join(config['PATH'] if 'PATH' in config else "","riscv_sim_RV32"),
|
self.sail_exe = { '32' : os.path.join(config['PATH'] if 'PATH' in config else "","riscv_sim_rv32d"),
|
||||||
'64' : os.path.join(config['PATH'] if 'PATH' in config else "","riscv_sim_RV64")}
|
'64' : os.path.join(config['PATH'] if 'PATH' in config else "","riscv_sim_rv64d")}
|
||||||
self.isa_spec = os.path.abspath(config['ispec']) if 'ispec' in config else ''
|
self.isa_spec = os.path.abspath(config['ispec']) if 'ispec' in config else ''
|
||||||
self.platform_spec = os.path.abspath(config['pspec']) if 'ispec' in config else ''
|
self.platform_spec = os.path.abspath(config['pspec']) if 'ispec' in config else ''
|
||||||
self.make = config['make'] if 'make' in config else 'make'
|
self.make = config['make'] if 'make' in config else 'make'
|
||||||
|
Loading…
Reference in New Issue
Block a user