aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ethosu55_interface.h6
1 files changed, 3 insertions, 3 deletions
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<uint32_t>(0x0)), clear_irq(static_cast<uint32_t>(0x0)),
- clock_q_enable(static_cast<uint32_t>(0x0)), power_q_enable(static_cast<uint32_t>(0x0)),
+ clock_q_enable(static_cast<uint32_t>(0x1)), power_q_enable(static_cast<uint32_t>(0x1)),
stop_request(static_cast<uint32_t>(0x0)), reserved0(static_cast<uint32_t>(0)),
clear_irq_history(static_cast<uint32_t>(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 */