Skip to content

bootrom string doesn't allow to set file #261

@omerguzelelectronicguy

Description

@omerguzelelectronicguy

in the function cospike_set_sysinfo_wrapper I assumed the parameters are matched the parameters that spike require. So, I set the bootrom as /absolute/path/dhrystone.riscv as an executable file. However, the lines below giving error. I thought I shouldn't set the file path for the bootrom. but I couldn't understand what should I set it to.

    while (ss >> s) {
      info->bootrom.push_back(std::stoi(s));
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions