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 Lakshmi Manasa

  1. L

    Karnaugh Map Gray and Binary Code

    In K-Map, Gray codes are used as shown below (00,01,11,10). But why is the decimal equivalent of binary code written inside the box instead of the decimal equivalent of Gray code? (For e.g., First row, third column box should be written as 2, right? Since 011 is Gray code, its decimal value is...
  2. L

    ARITH_BITLEN rule of Lint (VLSI)

    Addition of different bit length is allowed but lint throws a warning in case 1. But in case 2, when we divide in1 with 5'd2 and in2 with 5'd4 then the width of in1[4:0]/5'd2 (i.e., 4 bits are enough for resultant when we right shift the in1 by a bit right?) is different from width of...
  3. L

    ARITH_BITLEN rule of Lint (VLSI)

    ARITH_BITLEN: This rule checks for inconsistent bitlengths of an arithmetic operator. A violation is reported when the bitlengths of arithmetic operands are not the same. Case1: in1 is of 3-bit and in2 is of 4-bit. I understand when there'll be violation of this rule for in1+in2. Case2: in1...
  4. L

    Query regarding Conformal LEC

    Hi All, Is there some way to get which net belongs to which logic cone when we run the conformal LEC. Also can we get some report for what all logic cones are there from conformal LEC Thanks, Manasa

Part and Inventory Search

Back
Top