diff --git a/ethosu/regor/architecture/ethosu65/ethos_u65.cpp b/ethosu/regor/architecture/ethosu65/ethos_u65.cpp index 5b7d71c3dc6900f2e7851752c2509761ed9f506f..877e1eccdf9a243a31586fb4881acecf7086f3fb 100644 --- a/ethosu/regor/architecture/ethosu65/ethos_u65.cpp +++ b/ethosu/regor/architecture/ethosu65/ethos_u65.cpp @@ -1,5 +1,5 @@ // -// SPDX-FileCopyrightText: Copyright 2021-2023 Arm Limited and/or its affiliates +// SPDX-FileCopyrightText: Copyright 2021-2024 Arm Limited and/or its affiliates // // SPDX-License-Identifier: Apache-2.0 // @@ -46,7 +46,6 @@ static const ArchEthosU55::AcceleratorConfig s_EthosU65Configs[] = { ArchEthosU65::ArchEthosU65() { - _rcsGenerator = std::make_unique(this); } bool ArchEthosU65::ParseConfig(IniReader *reader) @@ -79,6 +78,7 @@ bool ArchEthosU65::ParseConfig(IniReader *reader) } ApplyConfig(cfg); + _rcsGenerator = std::make_unique(this); return true; }