google / CFU-Playground

Want a faster ML processor? Do it yourself! -- A framework for playing with custom opcodes to accelerate TensorFlow Lite for Microcontrollers (TFLM). . . . . . Online tutorial: https://google.github.io/CFU-Playground/ For reference docs, see the link below.
http://cfu-playground.rtfd.io/
Apache License 2.0
452 stars 116 forks source link

OSError: Failed to find config file #778

Closed yoooyeah closed 1 year ago

yoooyeah commented 1 year ago

Hi, I got this information when executing "make prog" command. It appeared after the message "Module 'bitstream-generic' has finished its work!" as shown in my first picture.

Traceback (most recent call last): File "./common_soc.py", line 57, in main() File "./common_soc.py", line 53, in main workflow.run() File "/work2/CFU/CFU-Playground/soc/board_specific_workflows/general.py", line 127, in run self.load(soc, soc_builder) File "/work2/CFU/CFU-Playground/soc/board_specific_workflows/general.py", line 116, in load prog.load_bitstream(bitstream_filename) File "/work2/CFU/CFU-Playground/third_party/python/litex/litex/build/openocd.py", line 21, in load_bitstream config = self.find_config() File "/work2/CFU/CFU-Playground/third_party/python/litex/litex/build/generic_programmer.py", line 84, in find_config raise OSError("Failed to find config file") OSError: Failed to find config file /work2/CFU/CFU-Playground/soc/common_soc.mk: 100: recipe for target 'prog' failed make[5]: [prog] Error 1 make[5]: Leaving directory “/work2/CFU/CFU-Playground/soc” ../proj.mk:319: recipe for target 'prog' failed make[4]: [prog] Error 2 make[4]: Leaving directory “/work2/CFU/CFU-Playground/proj/proj_template”

1 2