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 .alter .del in allcorner sim?

Status
Not open for further replies.

equman

Newbie
Joined
Jul 8, 2016
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
8
I'm working with hapice allcorner simulation and I made an allcorner lib to be invoked.
However,an error appeared after invoke allcorner lib.

The error is :
Terminate called after throwing an instance of 'std::logic error' what() basic_string::_S_construct null not valid.

The following is the allcorner lib.
Code:
.lib allcorner
*****TT
.lib ‘filepath’ TT_A
.lib ‘filepath’ TT_B
.alter SS
.del lib filepath’ TT_A
.del lib filepath’ TT_B
.lib ‘filepath’ ss_A
.lib ‘filepath’ ss_B
.endl allcorner
 
Last edited by a moderator:

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top