hello,
I want to load a Hex file to Memory i used exec("load my_file.HEX");
you can see my program :
signal void main() {exec("load my_file.HEX"); func2(); // it is the line 214 .......
but i have this error *** function '#', error 104, line 214: undefined function
and i already defined this function and i tested it ..
can help me
thank you
How is func2 defined?
fun2 is defined signal void func2()
if I define func2 with func void func2() , i have the same error