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 Khaled Ibrahim

  1. K

    rtran replacement in verilog

    verilog resistor rtran hey, no ideas??!!!
  2. K

    rtran replacement in verilog

    verilog code for resistor yes, you're right. it works fine in modelsim, but actually i'm using it in a eldo-on-top structure and simulating with ADVance MS to interface the verilog to vhdl.. i get a warning that the nets connected to the primitive "rtran" might not function correctly when...
  3. K

    rtran replacement in verilog

    verilog rtran How can we replace "rtran" in a Verilog code to describe a simple resistor?? "rtran" is not supported by modelsim, and I didn't find how to model the resistor without it yet!!! code ex: module test (a, b); inout a, b; rtran (a, b); endmodule
  4. K

    Output real port initial value

    And how could I know that the input port is taking the initial value? When I use the Structure and Objects wnidows to see what is the initial value of all the singals, I find that it is well initialized from inside each model but not from the top level!! I mean the initial state of the signal is...
  5. K

    Output real port initial value

    I'm simulating a mixed-signal design including spice/vhdl models using ADVance MS and as far as I know, the initialization of real signals will be the value given if any, otherwise it'll take the first value of the real range which is (-1.0e38). What I'm facing is that I'm putting a check...
  6. K

    Cadence menus customization

    You mean to edit the code itself? right? Ya, but I'm adding my tool to Mentor Artist Link menu which is using encrypted functions (geaAdms...). Do you think there is anyway to customize these menus while they're encrypted? Added after 57 minutes: At last I found all the information about the...
  7. K

    Cadence menus customization

    geaadms Anyone knows how to insert an menu item in a previously created SUBMENU in Cadence? I've successfully inserted the item in the tools menu using hiInsertMenuItem function, but I want now to insert it in a submenu in the tools menu instead of the tools menu itself...
  8. K

    How can I use Calibre to generate a view that can be simulated in Cadence?

    calibre extract No, I don't think it's from the design kit. It's of one of two, calibre or you :) 1. which calibre version are you using? 2. make a new library and instantiate any simple device in a cell, then try to extract its netlist in a calibre view, and let's see if something still...
  9. K

    How can I use Calibre to generate a view that can be simulated in Cadence?

    cadence calibre so strange! did you try to make the same way of calibreview creation on different libraries or cells?? and does calibre normally outputs parasitics using any other view?? (ex: spectre, eldo,..)
  10. K

    Parameter Extraction -- How to start?

    i think i'm more beginner than what you thought!! i think i'll know which tool i'll be working on within few days.. but for now i want to know concepts..
  11. K

    Parameter Extraction -- How to start?

    I'm new in Parameter Extraction!! How can I start??? What are the recommended books? or readings?? Thx:)
  12. K

    How can I use Calibre to generate a view that can be simulated in Cadence?

    calibre cadence Hi Adel, Choose "CALIBREVIEW" from the "Outputs" tab, and after simulation you'll find a "Calibre" view generated for your cell. Then create a new "Hierarchy-Editor" Cell View (Config) in your test bench cell and change the "View to Use" of your circuit from "Schematic" to...
  13. K

    Help me learn working with Tanner Tools Ledit

    Re: Tanner Tools Ledit help I'm also a new user of Tanner tools. if I'll be able to answer your questions, I'll be glad to do:D

Part and Inventory Search

Back
Top