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 | Uart core for a virtex-4

There are 5 messages in this thread.

You are currently looking at messages 0 to 5.

Uart core for a virtex-4 - Andrew Lohbihler - 2005-11-22 03:08:00

Hi,

I've been using the uart_tx and uart_rx core EDIF's provided by Xilinx in 
xapp223. These are great for my Virtex-II development, and they obviously 
don't work for the Virtex-4. I like the simplicity of these cores and want 
to change as little of my old code as possible. Does anyone know/have a 
free/$ replacement to these EDIF's that work for the Virtex-4?

-Andrew 





Re: Uart core for a virtex-4 - fad - 2005-11-22 04:08:00

Did you try generating same for Virtex-4 in
Xilinx CoreGen?


Re: Uart core for a virtex-4 - Aurelian Lazarut - 2005-11-22 05:26:00

Try to edit the EDIF, change the part in the edif
with virtex4, and give 
it a try, it should retarget.

Aurelian

fad wrote:

>Did you try generating same for Virtex-4 in Xilinx CoreGen?
>
>  
>


-- 
 __
/ /\/\ Aurelian Lazarut
\ \  / System Verification Engineer
/ /  \ Xilinx Ireland
\_\/\/
 
phone:	353 01 4032639
fax:	353 01 4640324
    
     
______________________________
Join the blogging team on FPGARelated.com and earn rewards! Details Here.

Re: Uart core for a virtex-4 - Brian Davis - 2005-11-22 07:02:00

Andrew Lohbihler wrote:
>
> I've been using the uart_tx and uart_rx core EDIF's provided
> by Xilinx in xapp223
<snip>
>Does anyone know/have a  free/$ replacement to these EDIF's
> that work for the Virtex-4?
>

see Ken Chapman's old post pointing to the VHDL equivalent of the
XAPP223 UARTS, which can be found in the Picoblaze sources:
  http://groups.google.com/group/comp.arch.fpga/msg/0d3017a2beb810fd

Brian


Re: Uart core for a virtex-4 - Andrew Lohbihler - 2005-11-24 01:50:00

"Brian Davis" <b...@aol.com> wrote in message 
news:1...@g14g2000cwa.googlegroups.com...
> Andrew Lohbihler wrote:
>>
>> I've been using the uart_tx and uart_rx core EDIF's provided
>> by Xilinx in xapp223
> <snip>
>>Does anyone know/have a  free/$ replacement to these EDIF's
>> that work for the Virtex-4?
>>
>
> see Ken Chapman's old post pointing to the VHDL equivalent of the
> XAPP223 UARTS, which can be found in the Picoblaze sources:
>  http://groups.google.com/group/comp.arch.fpga/msg/0d3017a2beb810fd
>
> Brian
>

Thanks to all!
i did find the source code in www.picoblaze.com as Ken Chapman's code. The 
old EDIF's are not reproducable for the V4 because of the architecture 
changes from V2 to V4. The souce code solves these issues.
-Andrew 


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