Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Possibly redundant, but added config for a FULL hadware version, and …
Browse files Browse the repository at this point in the history
…a version that does not include NVDLA
  • Loading branch information
wellmanjd committed Jul 22, 2021
1 parent 3bf13a1 commit b00494b
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 0 deletions.
33 changes: 33 additions & 0 deletions build_riscvHW_nocnn_config
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Mini-ERA configuration file

# Set if you wish to cross-compile
DO_CROSS_COMPILATION=y
COMPILE_TO_ESP=y

# Should always enable this one...
CONFIG_ESP_INTERFACE=y

# This next set ONLY applies to setups that support the hardware acceleratos
# This means a cross-compile to target the SoC/FPGA
CONFIG_FFT_EN=y
CONFIG_FFT_FX=32
CONFIG_FFT_BITREV=y
#CONFIG_WHICH_FFT_TYPE=1
CONFIG_WHICH_FFT_TYPE=2

CONFIG_VITERBI_EN=y

# This one "turns off" the Tensorflow code...
CONFIG_KERAS_CV_BYPASS=y

#CONFIG_CV_CNN_EN=y

# This allows compilation to an executable with LOTS of debugging messages enabled.
# CONFIG_VERBOSE is not set
# CONFIG_VERBOSE=y

# This allows compilation to an executable with T(only) hread-debugging messages enabled.
# CONFIG_DBG_THREADS=y

# This enables use of GDB, etc. (adds symbols to the compilation)
CONFIG_GDB=y
33 changes: 33 additions & 0 deletions build_riscvHW_nvdla_config
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Mini-ERA configuration file

# Set if you wish to cross-compile
DO_CROSS_COMPILATION=y
COMPILE_TO_ESP=y

# Should always enable this one...
CONFIG_ESP_INTERFACE=y

# This next set ONLY applies to setups that support the hardware acceleratos
# This means a cross-compile to target the SoC/FPGA
CONFIG_FFT_EN=y
CONFIG_FFT_FX=32
CONFIG_FFT_BITREV=y
#CONFIG_WHICH_FFT_TYPE=1
CONFIG_WHICH_FFT_TYPE=2

CONFIG_VITERBI_EN=y

# This one "turns off" the Tensorflow code...
CONFIG_KERAS_CV_BYPASS=y

CONFIG_CV_CNN_EN=y

# This allows compilation to an executable with LOTS of debugging messages enabled.
# CONFIG_VERBOSE is not set
# CONFIG_VERBOSE=y

# This allows compilation to an executable with T(only) hread-debugging messages enabled.
# CONFIG_DBG_THREADS=y

# This enables use of GDB, etc. (adds symbols to the compilation)
CONFIG_GDB=y

0 comments on commit b00494b

Please sign in to comment.