aboutsummaryrefslogtreecommitdiff
path: root/ci-tests
diff options
context:
space:
mode:
authorjoey0320 <joonho0320@gmail.com>2023-12-03 16:22:56 -0800
committerjoey0320 <joonho0320@gmail.com>2023-12-08 13:45:14 -0800
commitb98e922cb42d4e7ebe7e76ce413acc8594294068 (patch)
tree354e9373d655c65818df823a6f127f4b57cb582f /ci-tests
parente9ae2287e174b67df95556266647731125307989 (diff)
downloadriscv-isa-sim-b98e922cb42d4e7ebe7e76ce413acc8594294068.zip
riscv-isa-sim-b98e922cb42d4e7ebe7e76ce413acc8594294068.tar.gz
riscv-isa-sim-b98e922cb42d4e7ebe7e76ce413acc8594294068.tar.bz2
Fix Spike --device option to pass on args to downstream plugins
Diffstat (limited to 'ci-tests')
-rw-r--r--ci-tests/testlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci-tests/testlib.c b/ci-tests/testlib.c
index 1fca4fa..559a1f8 100644
--- a/ci-tests/testlib.c
+++ b/ci-tests/testlib.c
@@ -29,7 +29,7 @@ int main()
hartids,
false,
4);
- std::vector<const device_factory_t*> plugin_devices;
+ std::vector<device_factory_t*> plugin_devices;
std::vector<std::string> htif_args {"pk", "hello"};
debug_module_config_t dm_config = {
.progbufsize = 2,