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 DustHerder

  1. D

    [SOLVED] Get all nets without the input nets in design compiler

    Hi guys, Exist any solution to use the command get_nets to obtain all nets without the input nets ? Regards, DustHerder
  2. D

    [SOLVED] Get the input pins of a cell in design compiler

    The "direction == 0" didn't work but i tried "direction == 1" and i got the input pins and i tried "direction == 2" and i got the output pins. So the solution is, get_pins -filter "direction == 1" -of_objects [ get_cells "name_of_cell" ] Thank you all for the help. DustHerder.
  3. D

    [SOLVED] Get the input pins of a cell in design compiler

    You are sure of that? i tried like this get_pins -filter "direction == in" -of_objects [ get_cells $cell ] and get all pins. And gave me this Error: Type mismatch between 'direction' and 'in' .
  4. D

    [SOLVED] Get the input pins of a cell in design compiler

    Hi guys, I find this command get_pins -of_objects [ get_cells $cell ] but this give me the all pins of the cell, i want only the inputs pins, any suggestion to solve this ? Regards, DustHerder
  5. D

    Finding path from a net to the Primary Inputs in Design Compiler

    Hi guys, If I select a net in a verilog module, is it possible to find the primary inputs that my net depend in DesignCompiler? I already tried the report_transitive_fanin but i have registers in my circuit and this command have a problem because the fanin report stops at the clock pins of...

Part and Inventory Search

Back
Top