Forum Discussion
FawazJ_Altera
Frequent Contributor
6 years agoHello,
it depends on the code if it is going to generate the file or not. Usually for the read, you will need to provide the file to be read from and match the name with the io attribute that you define. For write, you can have a piece code which can check for a file with a particular name and if that doesn’t exist then it will create it.
Thanks