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 | how to know that SRL16 was infered on xilinx?

There are 2 messages in this thread.

You are currently looking at messages 0 to 2.

how to know that SRL16 was infered on xilinx? - onkars - 2010-06-25 15:53:00

Hello,

I am implementing a core from xilinx (FFT) and wanted to know how thefeedback shift registers are implemented. 
The xilinx core manual says that the earlier stages that need large shiftregisters uses Block RAM and other stages use distributed RAM. Does thismean it used SRL16s?

How do the SRL16s show up in the MAP report if they are being used? Do theyshow up under "Specific Feature utilization" or they are just under the"Slices used as LUT (memory)"?

Thank you.	   
					
---------------------------------------		
Posted through http://www.FPGARelated.com
______________________________
Join the blogging team on FPGARelated.com and earn rewards! Details Here.



Re: how to know that SRL16 was infered on xilinx? - John McCaskill - 2010-06-25 16:09:00

On Jun 25, 2:53=A0pm, "onkars"
<onkars@n_o_s_p_a_m.n_o_s_p_a_m.winlab.rutgers.edu> wrote:
> Hello,
>
> I am implementing a core from xilinx (FFT) and wanted to know how the
> feedback shift registers are implemented.
> The xilinx core manual says that the earlier stages that need large shift
> registers uses Block RAM and other stages use distributed RAM. Does this
> mean it used SRL16s?
>
> How do the SRL16s show up in the MAP report if they are being used? Do th=
ey
> show up under "Specific Feature utilization" or they are just under the
> "Slices used as LUT (memory)"?
>
> Thank you. =A0 =A0 =A0 =A0
>
> --------------------------------------- =A0 =A0 =A0 =A0
> Posted throughhttp://www.FPGARelated.com


SRL16s will be reported in the map report.  Here is a snippet from one
of mine:

  Total Number of 4 input LUTs:      24,429 out of  50,560   48%
    Number used as logic:            21,305
    Number used as a route-thru:      1,312
    Number used for Dual Port RAMs:     842
      (Two LUTs used per Dual Port RAM)
    Number used for 32x1 RAMs:          104
      (Two LUTs used per 32x1 RAM)
    Number used as Shift registers:     866

Regards,

John McCaskill
www.FasterTechnology.com
______________________________
Join the blogging team on FPGARelated.com and earn rewards! Details Here.