Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion examples/ffd/ffd_cyberon.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
set(FFD_SRC_ROOT ${CMAKE_CURRENT_LIST_DIR})

set(MODEL_LANGUAGE "english_usa")
set(CYBERON_COMMAND_NET_FILE "${FFD_SRC_ROOT}/model/english_usa/Hello_XMOS_pack_WithTxt.bin.Enc.NibbleSwap")
#set(CYBERON_COMMAND_NET_FILE "${FFD_SRC_ROOT}/model/english_usa/Hello_XMOS_pack_WithTxt.bin.Enc.NibbleSwap")
set(CYBERON_COMMAND_NET_FILE "${FFD_SRC_ROOT}/model/english_usa/Cyberon_XMOS_Command_pack_WithTxt.bin.Enc.NibbleSwap")

#**********************
# Gather Sources
Expand Down
Binary file not shown.
Binary file not shown.
3 changes: 2 additions & 1 deletion examples/ffva/ffva_int_cyberon.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
#**********************

set(MODEL_LANGUAGE "english_usa")
set(CYBERON_COMMAND_NET_FILE "${CMAKE_CURRENT_LIST_DIR}/asr/model/english_usa/Hello_XMOS_pack_WithTxt.bin.Enc.NibbleSwap")
#set(CYBERON_COMMAND_NET_FILE "${CMAKE_CURRENT_LIST_DIR}/asr/model/english_usa/Hello_XMOS_pack_WithTxt.bin.Enc.NibbleSwap")
set(CYBERON_COMMAND_NET_FILE "${CMAKE_CURRENT_LIST_DIR}/asr/model/english_usa/Cyberon_XMOS_Command_pack_WithTxt.bin.Enc.NibbleSwap")

#**********************
# QSPI Flash Layout
Expand Down
Binary file modified modules/asr/Cyberon/lib/libDSpotter.a
Binary file not shown.
3 changes: 2 additions & 1 deletion test/asr/asr.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ elseif(${TEST_ASR} STREQUAL "CYBERON")
set(APP_SOURCES
${APP_SOURCES}
)
set(MODEL_FILE ${FFD_SRC_ROOT}/model/english_usa/Hello_XMOS_pack_WithTxt.bin.Enc.NibbleSwap)
#set(MODEL_FILE ${FFD_SRC_ROOT}/model/english_usa/Hello_XMOS_pack_WithTxt.bin.Enc.NibbleSwap)
set(MODEL_FILE ${FFD_SRC_ROOT}/model/english_usa/Cyberon_XMOS_Command_pack_WithTxt.bin.Enc.NibbleSwap)
set(TEST_ASR_LIBRARY_ID 1)
set(TEST_ASR_NAME test_asr_cyberon)
set(ASR_FLAG ASR_CYBERON=1)
Expand Down
Loading