cmlab / NetFPGA-1G-CML

Information about the NetFPGA 1G-CML card
14 stars 16 forks source link

The use of Xilinx ISE Design Suite 14.3 #12

Open michaelnet opened 9 years ago

michaelnet commented 9 years ago

Hi all, I am new to NetFPGA. I have a license for Xilinx ISE Design Suite 14.3, But it is used Xilinx ISE Design Suite 14.6 to work with NetFPGA-1G-CML. How can I use this version of ISE to work with NetFPGA-1G-CML?

sharikrishna commented 9 years ago

Hi MIchaelnet,

there are NetFPGA 10g repo in git hub. There projects are available for NetFPGA-1G-CML which ends with xx.nf1_cml. Then using impact load the bit streams to ur board. Work done.

michaelnet commented 9 years ago

Thanks for answering me, but I need more information. Can someone help me?

rphoover commented 9 years ago

ISE 14.3 may be close enough to back-port to, depending on the project you are trying to build. Which project are you trying to build? To accomplish this task, one needs to manually edit the system.xmp file to roll back the the version from 14.6 to 14.3. This may cause issues where some of the latest modules in the design are older as well. The versions for each module in the design is in the system.mhs file with HW_VER in the line. You will only need to change the version for those that XPS complains about.

michaelnet commented 9 years ago

Ok, Thanks a lot :-)