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
66833f15f2
commit
3b50909ab2
@ -105,6 +105,14 @@ class spike(pluginTemplate):
|
|||||||
self.isa += 'd'
|
self.isa += 'd'
|
||||||
if "C" in ispec["ISA"]:
|
if "C" in ispec["ISA"]:
|
||||||
self.isa += 'c'
|
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
|
#TODO: The following assumes you are using the riscv-gcc toolchain. If
|
||||||
# not please change appropriately
|
# not please change appropriately
|
||||||
|
Loading…
Reference in New Issue
Block a user