Function moras::modules::riscv::middleware::frontend_api::syscall_input

source ·
pub fn syscall_input(
    cur_tab_name: State<'_, CurTabName>,
    tab_map: State<'_, TabMap>,
    val: String,
) -> Optional
Expand description

Send a syscall input to current tab’s simulator.

  • cur_tab_name: State containing the current tab name.
  • tab_map: State containing the map of all tabs.
  • val: Value of the input as a string.

Returns Optional indicating whether the syscall input was successfully