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 Kuldeepluvani

  1. K

    Matlab Image Processing

    Hi, I want to separate out only blue color image from my original image. I want to calculate the area of blue part too.
  2. K

    Which wire or reg creates combination loop?

    [DRC 23-20] Rule violation (LUTLP-1) Combinatorial Loop - 1 LUT cells form a combinatorial loop. This can create a race condition. Timing analysis may not be accurate. The preferred resolution is to modify the design to remove combinatorial logic loops. To allow bitstream creation for designs...
  3. K

    [Synth 8-3917] design counter has port an[1] driven by constant 1

    Now after updating my code, I got error like below, [DRC 23-20] Rule violation (NSTD-1) Unspecified I/O Standard - 1 out of 13 logical ports use I/O standard (IOSTANDARD) value 'DEFAULT', instead of a user assigned specific value. This may cause I/O contention or incompatibility with the board...
  4. K

    [Synth 8-3917] design counter has port an[1] driven by constant 1

    Hi, I am using vivado 2015.2.1 . I designed up-down counter. I am getting error. (mentioned below) Find my code below: module counter(reset,clk,uphdnl,count,sseg,an); input wire reset,clk, uphdnl,count; //output reg [6:0] out0,out1; output reg [6:0] sseg; output reg [1:0] an; reg [3:0]...
  5. K

    [Moved]part files in capture -OrCAD 16.5 how to handle it?

    Those three files are called netlist. It is used to design layout for particular schematic.
  6. K

    Reducing AC noise in PSU

    Generally to reduce ac current distortion you can use a inductor also known as chock or reactor. It creates back electromotive force(emf) or voltage as current passes through it and reduces current spikes.
  7. K

    Having problem in using usb asp 8051 programmer

    Have check your PC OS version? and also check for updated driver for that.
  8. K

    What is TSMC 0.35um Process? How to design power supply using that process?

    I have task given to design power supply of 1.8V from 5V. using TSMC 0.35um process. I don't know the TSMC 0.35 process. Is it same as TI PMIC Switching regulator?
  9. K

    doubt in clipping circuit

    I think you connect negative(GND) line at wrong place at XFG... connect it with (-) 3rd pin, and put a resistor between diode diode and XFG positive line.
  10. K

    Short circuit Protection with an IC

    You can also use overcurrent relay & Fuse to protect your circuit from it. And there are also ICs available for the same.
  11. K

    Routing Bulk Capacitor

    Scenario 1 is better...because it takes power from directly to the plane and filter to ground. It has not any other hurdle between Power and GND.
  12. K

    Equivalent resistance from source to drain in such configuration

    Rds=Vgs(off)/[2Idss(Vgs-Vgs(off))] Think this could be helpful to you.
  13. K

    Equivalent resistance from source to drain in such configuration

    Rds=Vds/Id. This is the formula we can calculate Rds.
  14. K

    ON/OFF circuit when it receive 3v signal. transistor? relay?

    Yes you can use transistor. But you have not defined your turn off criteria. What if 5V comes it should remain ON or it should turn OFF. What if 2V comes? Please can you specify please?
  15. K

    Strobe signal purpose

    Strobe signals is kind of self clocking, the time at which data is to be recognized and considered valid. It is used in encoding of data. We can recover clock by XORing of two signal data signal and Strobe signal.

Part and Inventory Search

Back
Top