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 Knowledge.seeker

  1. K

    HSPICE equivalent simulator options in AFS

    What are the HSPICE equivalent simulator options in AFS simulator?? like runlvl is => --afsmode=conservative What are equivalent options in AFS simulator for following or where i can find these:: post probe relvar.....etc...
  2. K

    asynchronous D Flip flop with negative edge triggered clk,set and reset

    How can we establish an equation to calculate next states based on negative edge triggered clk,rest and set I am experimenting with the equation::Qn+1 = !CK&(!SB|!RB)&Qn&!D But is not working in a generalised manner
  3. K

    Characterize z state of tristate buffers

    Thank You :) I checked it and its working. Is there any other method also to characterize z state apart from ammeter.
  4. K

    Characterize z state of tristate buffers

    How can we characterize "Z" state of tristate buffers using hspice. Trying with ammeter connecting at output . To calculate current at output node,have to create a voltage source at output by this:: VZ Z 0 dc 0 but by doing this i am explicitly assigning output node Z to 0 logic then how can i...
  5. K

    [SOLVED] How to capture analysis with alter statement in spectre

    captured effect of alter statement by using it for voltage variation. not effective for cap changes.
  6. K

    How to do dc analysis in spectre

    tried dc sweep with value=[] keyword,but not working. What can be the possible alternative of dc sweeping
  7. K

    How to do dc analysis in spectre

    if sweeping is to be done on certain list of values then what is the command.. like: in spice we write: dc vA POI 3 1.000000 2.000000 3.000000 SWEEP vDout POI 3 1.000000 3.000000 5.000000 This statement explains as in spectre what should be the statement... sweeping values does not follow...
  8. K

    [SOLVED] spice to spectre netlist conversion command other than spp or spectrespp

    command to convert spice netlist to spectre netlist: spp -iofile netlist.sp netlist.scs :grin:
  9. K

    [SOLVED] How to capture analysis with alter statement in spectre

    Using : tran_1 tran step= 1n stop= 10n cin (in vss) capacitor c=0.01p alter1 altergroup{ parameters cin=0.05p parameters cin = 0.08p } print v(in), name = tran_1 to="vin" how i can capture changes in vin with respect to cin.as this code is showing only one change? how to print...
  10. K

    [SOLVED] spice to spectre netlist conversion command other than spp or spectrespp

    I am using "MMSIM15.10.257" package of spectre.It does not containg spp or spectrespp Yes , netlist is extracted one . Yes spectre can read hspice netlist also using simulator lang=spectre. but i want to convert hspice file to spectre
  11. K

    [SOLVED] spice to spectre netlist conversion command other than spp or spectrespp

    i have netlist file in hspice format and want to convert it into spectre. I am working on Linux machine so need a command to do so. spectrespp and spp are not working. Is there any other command to convert??
  12. K

    [SOLVED] Logic for calculation of CCS NOISE and publishing in liberty

    Hello, How can we calculate CCS NOISE for a CMOS inverter? Is there any keyword like .NOISE? Thanks for the help.
  13. K

    [SOLVED] How waveform can be viewd on simvision when simulator used is "spectre"

    spectre generates log file and tran file. waveform can be seen by simvision as per command: simvision *.log
  14. K

    [SOLVED] Noise calculation using hspice

    i am taking noise data in liberty files as reference for my calculation results using simulator hspice. I am trying to calculate noise with nldm method using hspice.

Part and Inventory Search

Back
Top