pub fn load_and_execute_sram_program(
jtag: &mut dyn Jtag,
file: &SramProgramFile,
exec_mode: ExecutionMode
) -> Result<ExecutionResult>
Expand description
Loads and execute a SRAM program. It takes care of setting up the ePMP.
pub fn load_and_execute_sram_program(
jtag: &mut dyn Jtag,
file: &SramProgramFile,
exec_mode: ExecutionMode
) -> Result<ExecutionResult>
Loads and execute a SRAM program. It takes care of setting up the ePMP.