Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
11 years ago

generated file name vhdl

Hello guys, I have this issue. I have in the process declarations 2 varaibles of type FILE : MODULE(A) PROCESS(clk) FILE ei : text IS OUT "ei.txt"; FILE ej : text IS OUT "ej.txt"; ...