Sign in

username:

password:



Not a member?

Search Comp.Arch.FPGA



Search tips

fpga by Keywords

Altera | ASIC | CPLD | Cyclone | DCM | DDR | DSP | Ethernet | ISE | JTAG | Linux | LVDS | Microblaze | ML310 | Modelsim | NIOS | OPB | PCI | Quartus | RocketIO | SDRAM | Spartan | Spartan3 | SRAM | Stratix | Verilog | VHDL | Virtex | Virtex-4 | Virtex-II | Xilinx | XST

Ads

See Also

DSPEmbedded SystemsElectronics

Comp.Arch.FPGA | Virtex 2 with PLB_v34 and EDK 10.1

There are 3 messages in this thread.

You are currently looking at messages 0 to 3.

Virtex 2 with PLB_v34 and EDK 10.1 - rmeiche - 2008-05-28 09:17:00

Hi,

I'm trying to build a system for a XC2V6000 FPGA. The problem I have
is that I have to implement a PLB. But the PLB shipped with the EDK
10.1 is the PLB_v46 which doesn't support the virtex II, only V2Pro
and V4.

At the datasheets on the xilinx website I found that the PLB_v34
should support the V2  (see this link: 
http://www.xilinx.com/products/ipcenter/plb_v34.htm
).

But there exist two versions of the datasheet. One on the xilinx
website and one at the pcore directory. I got the pcore from the EDK
8.2 which includes the PLB_v34 in version 1.01a. The datasheet says
that this version only supports V2Pro and V4.

I just took that core and copied it to the pcore directory of my EDK
10.1 project and added it to the system. I ignored the warnings and
started the build process but this was aborted with the reason that
the Virtex2 isn't supported.



Does that mean that the datasheet on the xilinx website is wrong? Did
I something wrong?



Has anyone tried to implement a PLB on a Virtex II system?



Thanks.
______________________________
Join the blogging team on FPGARelated.com and earn rewards! Details Here.



Re: Virtex 2 with PLB_v34 and EDK 10.1 - Markus - 2008-05-29 02:56:00

There was a similar discussion about device support on this list, for edk 9.2:

http://groups.google.de/group/comp.arch.fpga/browse_frm/thread/d91828e0a0528747/fdb2b5b939
566021?hl=de&lnk=st&q=edk+9.2+virtex+2+group%3Acomp.arch.fpga#fdb2b5b939566021

I remember that VirtexII devices should be supported properly again in 
version 10.1 which is not the case, obviously.

If you want to hack your EDK, change the *.mpd file: add VirtexII to the 
supported families and see what happens then. (And tell us)

-Markus

rmeiche schrieb:
> Hi,
> 
> I'm trying to build a system for a XC2V6000 FPGA. The problem I have
> is that I have to implement a PLB. But the PLB shipped with the EDK
> 10.1 is the PLB_v46 which doesn't support the virtex II, only V2Pro
> and V4.
> 
> At the datasheets on the xilinx website I found that the PLB_v34
> should support the V2  (see this link: 
http://www.xilinx.com/products/ipcenter/plb_v34.htm
> ).
> 
> But there exist two versions of the datasheet. One on the xilinx
> website and one at the pcore directory. I got the pcore from the EDK
> 8.2 which includes the PLB_v34 in version 1.01a. The datasheet says
> that this version only supports V2Pro and V4.
> 
> I just took that core and copied it to the pcore directory of my EDK
> 10.1 project and added it to the system. I ignored the warnings and
> started the build process but this was aborted with the reason that
> the Virtex2 isn't supported.
> 
> 
> 
> Does that mean that the datasheet on the xilinx website is wrong? Did
> I something wrong?
> 
> 
> 
> Has anyone tried to implement a PLB on a Virtex II system?
> 
> 
> 
> Thanks.

Re: Virtex 2 with PLB_v34 and EDK 10.1 - rmeiche - 2008-06-10 10:07:00

On 29 Mai, 08:56, Markus <n...@nowhere.org>
wrote:
> There was a similar discussion about device support on this list, for edk 9.2:
>
> http://groups.google.de/group/comp.arch.fpga/browse_frm/thread/d91828...
>
> I remember that VirtexII devices should be supported properly again in
> version 10.1 which is not the case, obviously.
>
> If you want to hack your EDK, change the *.mpd file: add VirtexII to the
> supported families and see what happens then. (And tell us)
>
> -Markus
>
> rmeiche schrieb:
>
> > Hi,
>
> > I'm trying to build a system for a XC2V6000 FPGA. The problem I have
> > is that I have to implement a PLB. But the PLB shipped with the EDK
> > 10.1 is the PLB_v46 which doesn't support the virtex II, only V2Pro
> > and V4.
>
> > At the datasheets on the xilinx website I found that the PLB_v34
> > should support the V2  (see this link: 
http://www.xilinx.com/products/ipcenter/plb_v34.htm
> > ).
>
> > But there exist two versions of the datasheet. One on the xilinx
> > website and one at the pcore directory. I got the pcore from the EDK
> > 8.2 which includes the PLB_v34 in version 1.01a. The datasheet says
> > that this version only supports V2Pro and V4.
>
> > I just took that core and copied it to the pcore directory of my EDK
> > 10.1 project and added it to the system. I ignored the warnings and
> > started the build process but this was aborted with the reason that
> > the Virtex2 isn't supported.
>
> > Does that mean that the datasheet on the xilinx website is wrong? Did
> > I something wrong?
>
> > Has anyone tried to implement a PLB on a Virtex II system?
>
> > Thanks.

Hello and sorry for my late answer.

I tried it with "hacking" the mpd file and it works. I used the
plb_v34 (version 1.02a) and the opb2plbbridge (version 1.00c). I only
edited the "ARCH_SUPPORT_MAP".
______________________________
Join the blogging team on FPGARelated.com and earn rewards! Details Here.