Vitis-Tutorials icon indicating copy to clipboard operation
Vitis-Tutorials copied to clipboard

Vitis-Tutorials/AI_Engine_Development/AIE-ML/Design_Tutorials/01-AIE-ML-programming-and-optimization

Open strubel001 opened this issue 1 year ago • 2 comments

The command "make OPT=0 all_hw_emu" as given in the tutorial doesn't work. Probably the command "build_hw_emu" sould be used instead.

strubel001 avatar Nov 23 '23 13:11 strubel001

@strubel001 Were you able to get hw_emu working for this tutorial, I'm still running into weird issues and was wondering if it was just me?

Joel-De avatar Jan 11 '24 05:01 Joel-De

I just Changed the README file:

  • build_hw_emu builds and packages the files for hw emulation
  • launch_hw_emu... lauches the hw emulation
  • run_hw_emu : builds and launch the hw emulation

During hw emulation a lot of lines similar to : [ 354.714956] spi-nor spi0.0: Unknown command extension type are displayed. The simulation is launched afterwards and suvvesful.

OTremois avatar Jan 30 '24 13:01 OTremois