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 nishanthp68

  1. N

    Difference between Logic and Reg in System verilog

    Hello , Logic and Reg in System verilog are 4 state variables and are of user defined size . What is the difference between them .If none what is the use of having two data types?
  2. N

    Clock Frequency Division with varying frequency

    I have a main clock . I should divide the clock according to the number present in a 32 bit register which keeps on varying at regular intervals . Can some one suggest me how this can be done ?? The duty cycle of the new clock should be 50 % or anywhere close. I tried in the following manner ...
  3. N

    State Variable Mapping

    Can anyone tell me what state variable mapping is ?? Also some material would be useful Thank you in advance,
  4. N

    Verilog efficient coding

    I was going through some verilog stuff , I came across this . I dont have a clue ,Can anyone help me what the author is trying to say Just as it is important to write code at a level of abstraction where vectors are the primary data type, it is also important to write code which does not...
  5. N

    Use of Macros in verilog

    Can anyone please tell me where exactly macros is used and what are the advantages of using macros??
  6. N

    dynamic re-use of Intellectual property

    can anyone tell me about dynamic re-use of Intellectual property? Need details
  7. N

    meta stable state of a design

    What is a meta-stable state? What can be done to design around it? What precautions should be taken when sending signals between flip-flops on different clocks?
  8. N

    Determining Long path during debug

    Can a long path be determined during debug by increasing or decreasing temperature?
  9. N

    Difference between Verilog simulators

    what is the difference between IVerilog and NC Verilog ?? How is it that the same verilog code runs differently on different simulatos?
  10. N

    Pipelining to make the circuit work faster

    Thank you guys for your help , I am still very new to programming I had not run the program before , I just had done it theoretically integer ix; always @(*) begin res=0; rv=0; diff=Diff; for(ix=0; ix < 24; ix=ix+1) begin rv = { rv[22:0], diff[47:46] }; diff={ diff[45:0],2'b0}; if( {...
  11. N

    Pipelining to make the circuit work faster

    That was very helpful , but still I cannot get my timing considerations, can i place two pushout signals within one iteration?
  12. N

    Pipelining to make the circuit work faster

    /The circuit synthesizes for 2 Mhz clock need to make it synthesize able for 200 MHz clock // This module calculates the positive circle coordinate Y given X // with a radius of R // It is not very well written, but this provides students with // an opportunity to improve the design :-) //...

Part and Inventory Search

Back
Top