From a20e5a734a0d211c7e4395b6e5d7519d28a96b3c Mon Sep 17 00:00:00 2001 From: Rakesh Gangarajaiah Date: Thu, 25 Jun 2020 15:45:27 +0200 Subject: Update Clock and Power Q channel default values to 1 - TICKET: MLEMBED-1616 Signed-off-by: Rakesh Gangarajaiah Change-Id: Iea9e6869a1855b42bd8a0fda2986d099d0479a09 --- src/ethosu55_interface.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/ethosu55_interface.h') diff --git a/src/ethosu55_interface.h b/src/ethosu55_interface.h index 155b69a..f5c5692 100644 --- a/src/ethosu55_interface.h +++ b/src/ethosu55_interface.h @@ -1633,7 +1633,7 @@ struct cmd_r public: CONSTEXPR cmd_r() : transition_to_running_state(static_cast(0x0)), clear_irq(static_cast(0x0)), - clock_q_enable(static_cast(0x0)), power_q_enable(static_cast(0x0)), + clock_q_enable(static_cast(0x1)), power_q_enable(static_cast(0x1)), stop_request(static_cast(0x0)), reserved0(static_cast(0)), clear_irq_history(static_cast(0x0)) { @@ -8012,7 +8012,7 @@ struct NPU_REG { ID = 268517377; STATUS = 8; - CMD = 0; + CMD = 12; RESET = 0; QBASE0 = 0; QBASE1 = 0; @@ -14014,4 +14014,4 @@ struct npu_set_scale1_length_t #define EXPAND_STRIDE_MODE(FUNC, SEP) \ FUNC(stride_mode, STRIDE_MODE_1D) SEP FUNC(stride_mode, STRIDE_MODE_2D) SEP FUNC(stride_mode, STRIDE_MODE_3D) -#endif /* ETHOSU55_INTERFACE_H */ \ No newline at end of file +#endif /* ETHOSU55_INTERFACE_H */ -- cgit v1.2.1