Forum Discussion
Altera_Forum
Honored Contributor
21 years agoProbems with Quartus II software
I'm learning VHDL, using Quarus II software... I have written some functions which are not included in Quartus II software libraries. Now,I would like to use them in my programs but I have many e...
Altera_Forum
Honored Contributor
21 years ago1.
Yes, "assignment"--> "Setting"-->"user libraries". It is just add "directory",in which your own libraries(files) are. In my opinion,you can simply put the "libraries" in the current project directory. Quartus will search the directory as default. 2. ".dat file, puts, feof", all those things are only useful in "simulation".However Quartus is a EDA software for "synthesis" "programming". So the answer is NO, in my mind.