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 balavinayagam

  1. B

    Acesssing IO's of VPI Prim Terms

    Hi , I am trying to trace the signals from input to output through VPI. Below is the sample code from source ( which I cannot edit) " ... input l ; wire m ; output s not sh1 (d,l); nand sh2 (s,d,m) ... " Here is the code that i wrote which is not working if(vpi_get(vpiType, dr_h) ==...
  2. B

    How to access the expressions inside a Function using VPI

    Hi , Ya finally I was able to access the internal varaibles by arg_itor2 = vpi_iterate(vpiIODecl,htfv); htfv3 = vpi_scan(arg_itor2); htfv_net = vpi_handle(vpiExpr,htfv3); :smile: Next step is to determine which one is used
  3. B

    How to access the expressions inside a Function using VPI

    Hi Dave , Thanks for the reply. The goal of my code is to determine among the two inputs passed to the function which one is used and which is not Let us suppose the function call uses variables k & l . the function uses variables y,z. Then vpiArugument gives me a handle to k & l but not the...
  4. B

    How to access the expressions inside a Function using VPI

    Hi Dave, Thanks for the reply. The above method works and it returns me the arguments k & l. But these are the arguments that I pass on to the function. I want to access the variables inside the function. I thought functions are in a way similar to accessing a module. So I used the following to...
  5. B

    How to access the expressions inside a Function using VPI

    Hi , I am trying to access an expression inside a function using VPI. Let us say the handle to the vpiFuncCall is tt1. I tried to extract the expressions as given in the Object data model diagrams htfv = vpi_handle(vpiFunction,tt1); // getting vpi_handle for the function from the vpiFuncCall...
  6. B

    Please let me know which is faster among the following?

    Static memory is faster though it takes more power and area.... so it is used in cache memory Dynamic memory is slower but takes less area...so it is used in large for high memory requirement ..Leakage problems are also there in dynamic memory and needs to be refreshed periodically
  7. B

    Digital Electronics by Donald Givone

    Digital Electronics by Donald Givone is an excellent book. Morris Mano will be simpler and easy to understand, but Givone's book will have topics more in depth . Especially the later chapters on sequential circuits . Also the details about ASM will be nice in Givone .So overall it is a very good...
  8. B

    Mealy vs Moore Design

    Hi @socware - the 'Digital Principles and Design ' by Donald d. Givone is very good for a detailed explanation of Moore and Mealy .It also has an worked example with serial adder. other than that Digital logic by Tocci is also good ---------- Post added at 04:31 ---------- Previous...
  9. B

    [SOLVED] Difference between glue logic and ILM

    Hi See this link **broken link removed**
  10. B

    Need of Function over Tasks in verilog

    Refer this website **broken link removed**
  11. B

    what will be the current through cmos inverter from vdd to ground

    u mean both pmos and nmos on ? When pmos is in resistive region only leakage current flows...but when it is in saturated region the current expression can be calculated... Refer Weste and harris for the equation
  12. B

    what is a post pre scaled clock

    The clock was connected to a wake up timer..thanks for the reply ..I understood the idea
  13. B

    what is a post pre scaled clock

    So in this case .the clock is both pre scalable as well as post scalable...Am i right? ---------- Post added at 07:42 ---------- Previous post was at 07:41 ---------- What is the advantage of doing so.. Thanks for the reply
  14. B

    what is a post pre scaled clock

    hi all i want to know what is meant by a post prescaled clock... Thanks in advance

Part and Inventory Search

Back
Top