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 hareshcooleng

  1. H

    sparatn 3e stater kit

    hi everyone what is the input current of the spartan 3e starter kit. because i will give the external input to the user header so i do not know how the maximum current we give to the spartan 3e kit pls give the rply
  2. H

    sparatn 3e stater kit

    thanks for replay i assign the pin a4 to external hardware which is temperature controller.
  3. H

    sparatn 3e stater kit

    hi all any one knows about how many current maximum apply to user header in spartan 3e starter kit.
  4. H

    lcd help for spartan 3e

    hi all pls i need help in lcd interfacing i develop one code for 8 bit counter when it will be start pin is high then counter is start and when start pin is low then counter is zero last output of count will display to lcd in spartan 3e . so any code for lcd interface that pls help me.
  5. H

    spartan 3e lcd program help

    thanks for given a replay i have tried some lcd code it input is 8 bit so i will directly connect my output of counter to the input of lcd input but it not works. you says that i convert the that 8 bit into decimal form so any code of lcd in verilog which help me pls give the rply for that.
  6. H

    spartan 3e lcd program help

    hi all i am working one project i have develop one code for counter when i give the input to the start high then counter will start and when down there input low then particular count output is given this output i display in LCD in spartan 3e kit so pls any idea about how to display bit in lcd.
  7. H

    i need spartan 3e kit hardware help

    hi any have dac code of spartan 3e pls i need that code pls give to me .help me
  8. H

    i need spartan 3e kit hardware help

    hi i am working in spartan 3e project i have the external hardware for temperature measurement so it give the output into the voltage i will connect that output into the spartan 3e kit to analog to digital converter and also my external hardware voltage is +5 to -5 v in spartan 3e ADC maximum...
  9. H

    verilog problem in code

    any one have code for digital to analog convertor pls send me
  10. H

    verilog hdl program code

    HI all, dis is d code for simple 4 bit multiplication. der is no syntax error in dis program. but the result is not shown. i mean result is not proper. so pls correct code nd replay me. thanx... module div(sum,B,Q,A,clock,start,e);' output [4:0] sum; reg [4:0] sum; input [4:0] Q,B; reg [5:0] T...
  11. H

    verilog hdl program code

    hi all any one know about how i give the three diff frequency clock in he input any code for that pls send me.
  12. H

    Verilog code of 8 bit register with load facility

    anyone have code of 8 bit register with load facility ,
  13. H

    [SOLVED] help verilog hdl program

    hi all this is my code of verilog hdl. there is some problem in my code that i will give the output of counter in the input of adder but it not connected so any one who tell me that what wrong with my code rply fast. module top(Reset, clock, Load, Enable, up_down, Q, a, b, cin, summ, carry)...
  14. H

    beginner verilog question

    ya its possible to call function with case statement always @(selection, input) case(sel) try it
  15. H

    help verilog hdl program

    error-For statement is only supported when the stop test condition is a comparison between the loop variable and a constant. any one know how i solve that. module top(n, result); input [3:0] n; output [31:0] result; reg [31:0] result; always @(n) begin result=factorial(n); end function...

Part and Inventory Search

Back
Top