Altera_Forum
Honored Contributor
10 years agoSelect library per file in QSys Component
Hi
I am using a commercial IP which is encrypted. The IP is spread into different libraries (in VHDL example code explicit libraries are accessed) and I am creating a _hw.tcl file in order to plug it into QSys. The problem is that I haven't been able to find a method to enforce a library name on a per-file basis. Example: I have two files (encrypted) in different files. add_fileset_file buffer.vhd VHDL PATH ip/lib1/buffer.vhd add_fileset_file stream.vhd VHDL PATH ip/lib2/stream.vhd The files depend on each other but they need to lie in different specific libraries. Synthesis fails when I do not explicitely select that. How do I tell Qsys the library per file? Unfortunately, I could not find any such an option in the QuartusII handbook neither in the TCL reference nor in the GUI. BTW, I am using QuartusII 15.0. Thanks a lot korom