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 wang159

  1. W

    Convergence issue in HSPICE for simple resistor model

    Hi kemiyun, Thanks for the comments. This simple resistor code is indeed odd looking. The reason the first index starts at 1 instead of 0 is to bypass a SPECTRE problem. I am trying to make this code working in both HSPICE and SPECTRE. It appears to me that SPECTRE uses a rather straightforward...
  2. W

    Convergence issue in HSPICE for simple resistor model

    I write a verilog-A script for a simple resistor. The resistor has several identical segments, the number of which is defined as a parameter. The script is as follows `include "disciplines.vams" module Rloop(n,p); parameter integer total= 9 from [1:100]; electrical p,n; electrical [0:total]...

Part and Inventory Search

Back
Top