X-Git-Url: https://git.libre-soc.org/?p=riscv-isa-sim.git;a=blobdiff_plain;f=riscv%2Fsim.h;h=9a0a10b2569ba4a6aa8190fb5a540108f5a85a72;hp=638206e11b329249e04f6b8c37ba0dee1280229b;hb=9d1e10a36e771bf8cfbf515e07e856e021c1007a;hpb=4a97a05a6e806f7abcb6cd30685093aa5b9331a9 diff --git a/riscv/sim.h b/riscv/sim.h index 638206e..9a0a10b 100644 --- a/riscv/sim.h +++ b/riscv/sim.h @@ -33,7 +33,7 @@ public: sim_t(const char* isa, size_t _nprocs, bool halted, reg_t start_pc, std::vector> mems, const std::vector& args, const std::vector hartids, - unsigned progsize, unsigned max_bus_master_bits); + unsigned progsize, unsigned max_bus_master_bits, bool require_authentication); ~sim_t(); // run the simulation to completion