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 bh_letters

  1. B

    Measuring CPU time in Modelsim

    modelsim cpu Hi, Are there any utilities or options in ModelSim for recording the CPU time taken for simulation. I am trying to measure CPU time taken for my verilog design simulation in Modelsim. Does any of the verilog system tasks record CPU/System time. Thanks
  2. B

    Sync-on-Green Timing Diagram

    sync on green Hi, Can you please share timing details/diagrams for Sync-on-Green format, where synchronization (HSYNC, VSYNC) signals are embedded along Green signal. Thanks
  3. B

    Range of FIR filter co-efficients

    Hi, I am trying to design a general purpose 8-tap FIR filter. What is the general range of coefficients for any application? is it from [-1 to 1] or [0 to 1] ...? This filter will be used in interpolation applications with no signal gain. Thanks
  4. B

    Can decimal numbers be used for simulation purpose

    You can represent decimal numbers in exponential form, which can be either 32 bit or 64 bits depending on the range you want to cover. You also need special hardware that will recognise these numbers as floating point numbers and not as intergers. Logic that process floating point numbers.
  5. B

    Any free simulators for SystemVerilog?

    free systemverilog simulator Hi, Are there any free simulators for SystemVerilog? Does Modelsim XE support SystemVerilog simulations? Regards
  6. B

    Floating point representation in HDL

    $realtobits Hi, How are floating point numbers represented in HDL (verilog or vhdl)? If some one can explain with the addition of 2 floating numbers that would be great. Thanks
  7. B

    Designing 8-bit signed multiplier using 4-bit multiplier

    Hi, How do we design 8-bit signed multiplier using 4-bit signed\unsigned multipliers? Thanks
  8. B

    about FIFO,uses LFSR/Gray for read/write pointers

    I do not have enough points to view the attached document, so please let me know, what it says.
  9. B

    about FIFO,uses LFSR/Gray for read/write pointers

    Address generation using LFSR is less expensive than address generation using counters. LFSRs generate address in random sequence but in a unique order, which depends on the initial seed value. If we use same seed value for read address generator and write address generator, the reading sequence...
  10. B

    optimal way to generate two complement of a number

    I meant integer when I said number. I am looking for optimal circuit for representing an integer in its two's complement form.
  11. B

    optimal way to generate two complement of a number

    Hi, Which is an optimal way to generate two complement of a number using logic gates? thanks
  12. B

    Connecting two bidirectional ports in verilog

    Hi, I have two modules and each has a bidirectional (inout) port. Now I need to connect these ports. Both the modules use the same signal to determine the direction of data flow. If enable is low, module A acts as source and module B acts as destination. If enable is high, module B acts as...
  13. B

    API for writing data to Cypress EZ-Host through USB port.

    Hi, I need to write a program that detects EZ-Host attached to the PC and write data into EZ-Host memory. Some advice on this or link to sample programs would be greatly appriciated. Thanks
  14. B

    Device driver to send data through USB Port

    Hi all, I am trying to write a device driver in C so that it can send data to a USB Interface chip (Cypress CY7C67300). I have few questions regarding this: Does Cypress chips have a seperate library for building device drivers? will the device drivers for different chips be different...
  15. B

    verilog task for detecting end of file

    Hi, Are there any verilog system tasks available for detecting EOF. If ther aren't any, how can I detect EOF using available system tasks. Thanks

Part and Inventory Search

Back
Top