mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
added extra commands to make dut run work with spike for bit manip tests
This commit is contained in:
parent
d668c563f4
commit
0339dc5e78
@ -105,6 +105,14 @@ class spike(pluginTemplate):
|
||||
self.isa += 'd'
|
||||
if "C" in ispec["ISA"]:
|
||||
self.isa += 'c'
|
||||
if "Zba" in ispec["ISA"]:
|
||||
self.isa += '_Zba'
|
||||
if "Zbb" in ispec["ISA"]:
|
||||
self.isa += '_Zbb'
|
||||
if "Zbc" in ispec["ISA"]:
|
||||
self.isa += '_Zbc'
|
||||
if "Zbs" in ispec["ISA"]:
|
||||
self.isa += '_Zbs'
|
||||
|
||||
#TODO: The following assumes you are using the riscv-gcc toolchain. If
|
||||
# not please change appropriately
|
||||
|
Loading…
Reference in New Issue
Block a user