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 --- 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? --- Quote End --- No, I can't. Just take the unisim file from xilinx (it's called unisim.vhd or so), copy it somewhere, and remove all non component declaration. It took me an hour to so to do.