| Author |
Message |
manish12
Joined: 21 Nov 2006 Posts: 1020 Helped: 31
|
20 Jan 2008 14:38 cycoloneII = SPARTAN3 ? simple q plz check it |
|
|
|
|
i have cycoloneII dev kit and also some experience about it .
but now , no cycoloneII (ALTERA), i have to work on SPARTAN3 .
i just want to know that my all previous prog will run on this new (SPARTAN3) kit or there is need of some modification.
( excluding the pin assignment )
thank you.
|
|
| Back to top |
|
 |
Google AdSense

|
20 Jan 2008 14:38 Ads |
|
|
|
|
|
|
| Back to top |
|
 |
lucbra
Joined: 30 Oct 2003 Posts: 161 Helped: 6 Location: Belgium
|
21 Jan 2008 10:08 Re: cycoloneII = SPARTAN3 ? simple q plz check it |
|
|
|
|
Assumed the code has been written in any HDL language, you will - at least - need to recompile for the new architecture. You can do this using ISE. If you have used specific IP, than you are in trouble. You will need to find a matching function for the Spartan3 kit.
And of course, the constraints file (that has the pin info) will need to match the new archtecture too.
Last but not least: Altera's Cyclone2 doesn't provide distributed memory in their architecture and Spartan3 has SRL16.
In summary: study the archtecture of the Spartan3 and you will notice that some parts of you code can be ported, other parts can't. There starts the intelligent work.
Regards,
L
|
|
| Back to top |
|
 |
thuyet
Joined: 09 Jan 2007 Posts: 56 Helped: 3 Location: Viet Nam
|
21 Jan 2008 10:14 cycoloneII = SPARTAN3 ? simple q plz check it |
|
|
|
|
i think the first important part before you change device,read architecture between two devices carefully.
regard
|
|
| Back to top |
|
 |
manish12
Joined: 21 Nov 2006 Posts: 1020 Helped: 31
|
21 Jan 2008 10:14 Re: cycoloneII = SPARTAN3 ? simple q plz check it |
|
|
|
|
thank you , i am not useing any ip here.
just , experiment about temp . reading and controlling using vhdl.
|
|
| Back to top |
|
 |
nxtech
Joined: 13 Jun 2007 Posts: 257 Helped: 15 Location: Watching You!
|
21 Jan 2008 18:19 Re: cycoloneII = SPARTAN3 ? simple q plz check it |
|
|
|
|
What do you mean no Cyclone II? That part is still available from Altera.
If you cant use the Cyclone II for some reason why not use the Cyclone III? Porting to that will be much easier than migrating to the Xilinx device.
E
|
|
| Back to top |
|
 |