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 kl7470905

  1. K

    Running VerilogA with Hspice in Linux.

    Dear all, I want to simulate a netlist test.sp which includes a veriloga file by this line: .hdl "./nand_va.va" and I run the hspice like this: hspice test.sp -o test And the simulator just halts there and won't stop! No any errors and no any messages. I need to press Ctrl+C to...
  2. K

    how to get subcircuit parameters in dcmatch simulation (Hspice)

    I changed the names and now like this : .subckt rppo1rpo A B lr=length wr=width ..... ... ... .ends XR1 A B rppo1rpo lr=20u wr=1u .local_variation subckt rppo1rpo rsh='1.3e-6/sqrt(get_E(WR)*get_E(LR))' .end_local_variation It shows: **error** unrecognized instance parameter wr used with e()...
  3. K

    how to get subcircuit parameters in dcmatch simulation (Hspice)

    Dear all, In .dcmatch simulation, we can use get_E() to get the width and length value as the example (from the HSpice manual): .variation .end_global_variation .local_variation nmos MODN vth0='9.5e-9/sqrt(get_E(W)*get_E(L)*get_E(M))' pmos MODP...
  4. K

    How to run temperature simulation in Hspice?

    Still the same :( ** error ** No definition for 0:temp It seems that the keyword "temp" can not be recognized by Hspice unless I use it after "sweep", which is not i want. ---------- Post added at 10:00 ---------- Previous post was at 09:32 ---------- By the way, I tried to use "time" in...
  5. K

    How to run temperature simulation in Hspice?

    It doesn't work. There's an error like this: ** error ** No definition for 0:temp Any idea? ( I tried both with/without .temp statement. Neither can work.)
  6. K

    How to run temperature simulation in Hspice?

    Instead of sweeping the temperature, I want to change the temperature "with time" while performing a transient analysis. Can we do that in Hspice? For example, the temp. is 25℃ at 0 us and goes to 150℃ at 100us during transient simulation. Hope you understand my question. Thanks for your help.

Part and Inventory Search

Back
Top