Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by wice

  1. W

    Will Positive Skew Improves frequency or decrease frequency

    positive skew clock frequency sometimes Positive Skew can alleviate setup violation caused by long delay. if setup violation is the main problem you have to fix ,then you can utilize Positive Skew to Improve frequency ,but Positive Skew can put pressure on hold time. hold time problems will...
  2. W

    Looking for documents about using Xilinx FFT core

    xilinx fft I had used Xilinx fft ipcore v3.2 I find that the data sheet is very usefully, it is very easy to understand. nothng can be more helpful than that.
  3. W

    Which FPGA, etc. is more better for digital video filtering?

    dsp48 slice numbers is the first factor you should consider, slice number and ram number is also very important factors. i think you shoule make the code synthsised in ise tool first and find out how many slices and block rams you need. To my opinion , span3a is a dream one to implement video...
  4. W

    how fix hod time in FPGA?

    how to fix fpga timing In FPGA design some reason can cause the setup problems. i think the first task is to find out what caused the problem through reads yout sta report. when you find it you can try to fix it as the following way. 1. too many logic levels, this is always caused by deep...
  5. W

    how fix hod time in FPGA?

    fpga timing problem fixing ususally there are no holdtime problem in fpga design. if it happens,it means that the clock of you design is a totally failure. you have to redesign you clock. in fact, there are special clock resources in fpga architecture such as dcm and dll in xilinx fpga,dll in...
  6. W

    Any books abt FIFOs..

    this is the famous paper of Vijay A. Nebhrajani. it's perfect, it gives very detailed analyse of asyn fifo . verilog code is given too
  7. W

    can we implement rake receiver using OFDM

    ofdm + rake rake tech can't be adopt with ofdm.cause ofdm symbol is transported in parallel,and it makes every subchannel flat, independent signals can't be got.
  8. W

    How to design the circuit of clock multiplication?

    got a 50% duty is not difficult. you can use this circuit 2 times, then the original input clock can be multiplied by 4 ,then use a ff to divide it by 2. you can get a 50% duty and multiplied clock at last.
  9. W

    How to design the circuit of clock multiplication?

    timing sequence diagram. Tnot denotes delay made by not gate Txor denotes delay nade by xor gate
  10. W

    How to design the circuit of clock multiplication?

    hi ,you can hav a look at this circuit. you can goto this chinese website to get more information about it. http://www.eetop.com.cn/bbs/thread-40713-1-1.html
  11. W

    Can we use DFFs that have no reset in a design ?

    DFF without reset ? i had looked through the xilinx fpga Libraries Guide document files,and i find that there are mainly 3 kind of primitives for ffs in xilinx fpga library as following: ff with asynchronous reset,ff with synchronous reset, ff without reset. why the third kind of ff exists...
  12. W

    Anybody can share Xilinx Training documents?

    fpga training + cairo quote="verilog_work_group"]Can anybody share xilinx training part I Introduction PERIOD Constraints OFFSET Constraints FROM:TO Constraints Modular Design Constraints PART II Using PERIOD and OFFSET constraints PART III Creating Groups and Using FROM:TO constraints PART...
  13. W

    Anybody can share Xilinx Training documents?

    timing closure xilinx Advanced Xilinx FPGA Design with ISE Section 1 : Optimize Your Design for Xilinx Architecture � Core Generator System � Lab : Core Generator System Flow Section 2 : Achieving Timing Closure � Timing Closure with Timing Analyzer � Global Timing Constraints � Lab : Global...
  14. W

    What should be the depth of my FIFO to prevent underlfow or overrun?

    sdram fifo arbitrierung two important points should be take attention to when design such a fifo. first, output data rate of the fifo should match to input data rate,otherwise, the fifo depth will be finate as the average input data rate is always bigger than output data rate. you can use...
  15. W

    What are the features of DCM in comparison with BUFG?

    DCM both of them are the first global clock resource in xilinx fpga. dcm is used to manage the clock period and phase shift. bufg is used to nake good clock tree and get better drive capability for big fanout signals.

Part and Inventory Search

Back
Top