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 albert_new

  1. A

    random generator with exponential distribution with verilog

    I think I found it: something like that reg [15:0] a ; initial begin a = $dist_exponential(60, 24); end
  2. A

    random generator with exponential distribution with verilog

    Hi all, I want to generate random signal with exponential distribution (exp(T/tau) tau is my constant) in verilog. Could you please advice me how I should do it? Sincerely, Albert
  3. A

    Verilog code for frequency divider (50 Mhz to 1 kHz)

    Dear All, I am using clock divider where you will see verilog code in followinx text: But I need to control the frequency using external register. Could you please let me know how I should do it. Thank you very much for your help in advance. module...

Part and Inventory Search

Back
Top