Hello. I am trying to run the simple matrix multiply example with the “tsim” mode to generate RTL. However, I get this error: Traceback (most recent call last): File “matrix_multiply.py”, line 44, in from vta.testing import simulator File “/home/subnugler/Desktop/tvm/vta/python/vta/testing/init.py”, line 20, in from .utils import run File “/home/subnugler/Desktop/tvm/vta/python/vta/testing/utils.py”, line 23, in from . import simulator File “/home/subnugler/Desktop/tvm/vta/python/vta/testing/simulator.py”, line 112, in LIBS = _load_sw() File “/home/subnugler/Desktop/tvm/vta/python/vta/testing/simulator.py”, line 41, in _load_sw lib_driver = find_libvta(lib_driver_name, optional=(not require_sim)) File “/home/subnugler/Desktop/tvm/vta/python/vta/libinfo.py”, line 76, in find_libvta raise RuntimeError( RuntimeError: Cannot find the files. List of candidates: /home/subnugler/Desktop/tvm/vta/python/vta/…/…/…/build/libvta_tsim.so /home/subnugler/Desktop/tvm/3rdparty/vta-hw/build/libvta_tsim.so
Can you please help me what is the problem? Thanks.