Xilinx / finn-hlslib

Vitis HLS Library for FINN

Home Page:https://xilinx.github.io/finn/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fatal error: memdata.h

yingsto opened this issue · comments

messages:

Compiling ../../../../conv3_tb.cpp in debug mode
../../../../conv3_tb.cpp:51:21: fatal error: memdata.h:

Can you please give more information about your problem? If there is no memdata.h file, it's possible you haven't executed the gen_weigths.py script which generates the random paramenters for the convolution.

@giuliogamba Thanks! You are right. After I executed gen_weigths.py script, the memdata.h file was generated.