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 jason7361

  1. J

    Need help on 2 simple Verilog questions

    Can anyone help me to clarify the following verilog question? Question 1: always @(clk) begin a = 0; a <= 1; $display(a); end I think the above verilog code will always display a= 0 all the time, am i correct? Or will it display a= 0 at current clock cycle, and it will display a = 1 at next...
  2. J

    Confusion about blocking and nonblocking assignment?

    Hi! I have confusion about blocking and nonblocking assignment in the Verilog, can anyone answer the following question for me? A = 1; B = 0; C <= A; B = C; #5 D = B; #5 D = C; A <= D; I am not sure the code above is valid, but if it is valid, what's the value of A,B,C,D at different time...
  3. J

    frequency divider by 2 in Verilog?

    Can anyone give me a divider which frequency equal clock divider by 2 in Verilog? The divider will create by a D flip flop. Thank you.
  4. J

    What does VPT influence setup/hold time? Anyone can help?

    Re: What does VPT influence setup/hold time? Anyone can help Thank you for replying, I got it.
  5. J

    What does VPT influence setup/hold time? Anyone can help?

    Hi! I have question on how voltage, process, and temperature will affect setup and hold time violation, can anyone explain to me? What's the worst case ? what's the best case? Thank you.

Part and Inventory Search

Back
Top