Forum Discussion
Altera_Forum
Honored Contributor
17 years agoPorting from Xilinx to Altera
Hi everybody, we just started with a new project which will use an Cyclone III. We ant to reuse as much of our previous code which was done for Xilinx FPGA. Most file are quite genric, but so...
Altera_Forum
Honored Contributor
12 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?