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.

hSpice/avanwaves "unknown file" error

Status
Not open for further replies.

kanchoman

Newbie level 1
Joined
Oct 29, 2019
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
13
Hello everybody,
I wrote this easy Common Collector code in hspice and simulated it, the .lis file was correct and without errors.
Code:
Common Collector
Vb	1	0	10.71
Vin	3	1	ac	sin	0	10m	1k
Rs	3	4	10k
Re	2	0	10k
Vcc	100	0	15
Q1	100	4	2	mynpn
.model mynpn npn bf=100 Cje=0.4p	Cjc=0.2p tf=100ps
.tran STEP=10u STOP=5m
.options post=1
.end

But when I give the .tr0 file to the Avanwaves, I get a "unknown file error"!!!
I have no idea why and wasn't able to find any solutions on the web. Can you guys please help me? Thanks. The version of hspice I'm using is 2016.01
I have posted the contents of the .lis file below.

Code:
****** HSPICE -- L-2016.06-SP1 win64 (Aug 24 2016) ******                      
  Copyright (c) 1986 - 2019 by Synopsys, Inc. All Rights Reserved.              
  This software and the associated documentation are proprietary
  to Synopsys, Inc. This software may only be used in accordance
  with the terms and conditions of a written license agreement with
  Synopsys, Inc. All other use, reproduction, or distribution of
  this software is strictly prohibited.
  Input File: edfg.sp                                                           
  Command line options: C:\synopsys\Hspice_L-2016.06-SP1\WIN64\hspice.com -i edfg.sp -o C:\Users\Alireza\Desktop\ewwew\edfg.lis
  lic:  
  lic: FLEXlm: v11.2.1 
  lic: USER:   Alireza              HOSTNAME: DESKTOP-3FJ6N64 
  lic: HOSTID: "283926273127"       PID:      4652 
  lic: Using FLEXlm license file: 
  lic: 27000@DESKTOP-3FJ6N64 
  lic: Checkout 1 hspice 
  lic: License/Maintenance for hspice will expire on 30-dec-2020/2019.2019 
  lic: 1(in_use)/99(total) FLOATING license(s) on SERVER 27000@DESKTOP-3FJ6N64 
  lic:   
  **info** (edfg.sp:3) DC voltage reset to initial transient source value in source 0:vin. new dc=0.0000D+00
  
      
 *****************************************************************
 ******  option summary
 ******
 runlvl  = 3         bypass  = 2.0000    
 **info** dc convergence successful at Newton-Raphson method 
1****** HSPICE -- L-2016.06-SP1 win64 (Aug 24 2016) ******                      
 ******  
 common collector

 ****** operating point information tnom=  25.000 temp=  25.000 ******
 ****** operating point status is voltage   simulation time is     0.     
    node    =voltage      node    =voltage      node    =voltage

 +0:1       =  10.7100  0:2       =   9.8441  0:3       =  10.7100 
 +0:4       =  10.6125  0:100     =  15.0000 


          ***** job concluded
 ******  
 common collector

 ****** job statistics summary tnom=  25.000 temp=  25.000 ******

  ******  HSPICE Threads Information  ******

  Command Line Threads Count :     1
  Available CPU Count        :     2
  Actual Threads Count       :     1


  ******  Circuit Statistics  ******
  # nodes       =       6 # elements   =       6
  # resistors   =       2 # capacitors =       0 # inductors   =       0
  # mutual_inds =       0 # vccs       =       0 # vcvs        =       0
  # cccs        =       0 # ccvs       =       0 # volt_srcs   =       3
  # curr_srcs   =       0 # diodes     =       0 # bjts        =       1
  # jfets       =       0 # mosfets    =       0 # U elements  =       0
  # T elements  =       0 # W elements =       0 # B elements  =       0
  # S elements  =       0 # P elements =       0 # va device   =       0
  # vector_srcs =       0 # N elements =       0


  ******  Runtime Statistics (seconds)  ******

  analysis           time    # points   tot. iter  conv.iter
  op point           0.04           1           8
  transient          0.00         501         168          84 rev=         0
  readin             0.02
  errchk             0.00
  setup              0.00
  output             0.00


           peak memory used         47.60 megabytes
           total cpu time            0.06 seconds
           total elapsed time        0.22 seconds
           job started at     12:45:38 10/29/2019
           job ended   at     12:45:39 10/29/2019


  lic: Release hspice token(s) 
 lic: total license checkout elapse time:        0.15(s)
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top