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 saadbinshafique

  1. S

    EEPROM size to connect with FPGA Virtex-4

    Yes, for FPGA configuration storage.
  2. S

    i need a code for stop watch timer

    module Stop_watch( input [17:0]SW, input [3:0] KEY, input CLOCK_50, output [17:0] LEDR, output [7:0] LEDG, output [6:0] HEX0, output [6:0] HEX1, output [6:0] HEX2, output [6:0] HEX3, output [6:0] HEX4, output [6:0] HEX5, output [6:0] HEX6, output [6:0] HEX7 ); //assign...
  3. S

    How to instantiate two different modules based on a condition in verilog?

    You can generate enable output, use it wisely. You can make an enable pin in the verilog code of 4x4 and 8x8 multiplier. Connect this enable directly to multipliers. Lets make it easy. For example, you want to use 4x4 multiplier if enable=0 and 8x8 multipplier if enable =1. In top module...
  4. S

    how verilog code hexadecimal numbers?

    Do you want to assign these two hexadecimal numbers to two different inputs of FPGA? If this is the case, then follow this: For example you have two inputs. A and B. Both are 8 bits wide. You want to assign AB to A-input and 1F to B-input. Then use following code: A=8'hAB; B=8'h1F;
  5. S

    How to generate a pulse from one clock domain to another clock domain?

    Please clarify your question. Do you want to generate 100MHz clock from 50MHz System clock?
  6. S

    i need a code for stop watch timer

    U can get the verilog code for stopwatch written in verilog language quite easily. If you are beginner, forget about the FPGA board at this moment. Focus on running the code successfully. After you successfully checked the code of stop watch timer, move on towards the LCD. Learn about the LCD...
  7. S

    what is the application of this chip in computer motherboard?

    This is a 8-bit Serial flash memory chip with dual and quad SPI.
  8. S

    EEPROM size to connect with FPGA Virtex-4

    Hi. I am planning to interface EEPROM with Virtex-4. I want to ask that what should be the general size of EEPROM to connect with Virtex-4 FPGA? Thanks
  9. S

    what is the role of this ic i found in tv

    Functions • I2C bus control system with a built-in microcontroller • VIF/SIF/Y/C/Deflection/CbCr IN • Adjustment-free VIF/SIF • 1X’tal multi-system that supports all broadcasting systems • No VCO coil required • Internal sound carrier BPF, 4-system sound carrier trap • Digital AFT system
  10. S

    Help on debuging nmea message

    which gyro equipment you have? Can you please give its serial number?

Part and Inventory Search

Back
Top