2025-02-12 16:34:14 +08:00
|
|
|
# SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD
|
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2023-12-06 15:13:45 +08:00
|
|
|
#Test all opcodes
|
|
|
|
|
|
|
|
|
|
cfg trailing_bytes 0 #End program as soon as the input EOFs.
|
|
|
|
|
cfg prefetch true #We expect M0/M1 to be filled
|
|
|
|
|
cfg lut_width_bits 8 #Not really applicable here
|
|
|
|
|
|
|
|
|
|
main:
|
2025-02-12 16:34:14 +08:00
|
|
|
ADDCTIA
|
|
|
|
|
ADDCTIBH
|