foss-for-synopsys-dwc-arc-processors/embarc_mli

How to run the examples like kws on IOTdk

Closed this issue · 0 comments

Seems like the makefile only allow it to work on nsim ,just like your documents write.
TOOCHAIN=mwdt
command line:
buildlib em9d_rt_libs -bd ./ -tcf="../../hw/em9d.tcf"
gmake clean
gmake TCF_FILE=../../hw/em9d.tcf RT_LIB=./em9d_rt_libs

i did not use libmli ,I just did the kws example like README.md say.
Maybe it is the question of makefile,which set the enviroment into the nsim.
sorry, could you please be more specific about how to run kws example on iotdk board rather in nsim?
do I need to modify the makefile?
Srroy to bother you.