Forum Discussion
Altera_Forum
Honored Contributor
11 years ago --- Quote Start --- I made dummy libraries from Xilinx and Altera stuff (unisim, altera_mf) containing the components declaration. If we can now compile our design on both plattform, during synthesis if just load the dummy xlinx lib in quartus, and it won't complain that it can't find unisim lib. --- Quote End --- Would You ( or somene else ) please share dummy library from Xilinx (unisim )? What if I will just comment out that line "use UNISIM.VComponents.all;" ? After commenting out that line everywhere it appeared Quartus compiled the project OK. Does this simple "use UNISIM.VComponents.all;" removal makes the same effect as using dummy library?