| Author |
Message |
saltlake
Joined: 16 May 2001 Posts: 24
|
13 Jul 2005 22:14 what cable? |
|
|
|
|
| I'm new in FPGA/CPLD. I want to begin with Xilinx CLPD and later to work with FPGA. I want to ask you a question: what cable I've to use to connect PC to the prototype board? That is: is it possible to debug VHDL code directly to the prototype board or I can test the code only by software on PC? If yes, What cable I need to do that? Is it possible to set breakpoint like in ucontroller programmig?
|
|
| Back to top |
|
 |
Google AdSense

|
13 Jul 2005 22:14 Ads |
|
|
|
|
|
|
| Back to top |
|
 |
nand_gates
Joined: 19 Jul 2004 Posts: 907 Helped: 120
|
14 Jul 2005 5:48 Re: what cable? |
|
|
|
|
If you want to debug the design in Xilinx FPGA/CPLD what you need is
Xilinx programing JTAG cable. This cable serves dual purpose...
1. Programing or downloading the bit file to ur FPGA/CPLD
2. Debug interface port.
Generally this cable is connected to PC printer port or USB port.
To debug the design inside FPGA/CPLD you need another software
like ChipScope / identyfy dedbugger from syniplify. Since here we deal with
hardware breakpoint methedology wont work here. We need to check wavefroms
for hardware debug. The above mensined sofware tools helps us to get those.
Best way is to simulate ur design throughly before you dowload it to FPGA/CPLD.
|
|
| Back to top |
|
 |
echo47
Joined: 07 Apr 2002 Posts: 4206 Helped: 566
|
14 Jul 2005 6:22 what cable? |
|
|
|
|
It depends on which development board you choose. I use the Parallel Cable IV, and do all my FPGA debugging in ModelSim. I've never had the urge to use ChipScope or any in-circuit debugging.
http://www.xilinx.com/xlnx/xebiz/categoryview.jsp?sGlobalNavPick=PURCHASE&sSecondaryNavPick=&category=&iLanguageID=1&category=/Xilinx+Products/Hardware+and+Cables/Programming+Solutions
If you don't have a specific requirement for CPLD, I suggest skipping it and going directly to FPGA. They are much more fun!
|
|
| Back to top |
|
 |