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.

Please, is anyone very familiar with hspice? Specifically, how to combine .ms(mt)# file in hspice

Status
Not open for further replies.

CY.Lim

Newbie level 5
Joined
Oct 24, 2014
Messages
9
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
79
plz. anyone very familiar with hspice? how to combine .ms(mt)# file in hspice

hi all.
i'm sorry. i don't write english good well.

I wanna measure threshold voltage and saturation current of mosfet in hspice using measure command.
After simulation, I get ms0~4 file which is coner simulation result, tt ff ss fs sf.

I want to see one file. how to combine .ms# file?

Could you give me some advices!thank!
 

Re: plz. anyone very familiar with hspice? how to combine .ms(mt)# file in hspice

After simulation, I get ms0~4 file which is coner simulation result, tt ff ss fs sf.

I want to see one file. how to combine .ms# file?

In UNIX or LINUX:
Code:
cat fileName.ms[0-4] > fileName.ms
 
  • Like
Reactions: CY.Lim

    CY.Lim

    Points: 2
    Helpful Answer Positive Rating
Thank you for your help.
I have 1 question.

I enter command which cat LV_nMOS_vth.ms[0-4] > LV_nMOS_vth.ms in terminal.

I write command which cat fileName.ms[0-4] > fileName.ms in terminal in hspice.
so, I get file.ms

I want to get file after simulation right away.
How to write .sp file in hspice.

Could you give me some advices!thank!
 
Last edited by a moderator:

Re: plz. anyone very familiar with hspice? how to combine .ms(mt)# file in hspice

I write command which cat fileName.ms[0-4] > fileName.ms in terminal in hspice. so, I get file.ms
Isn't that good enough?

I want to get file after simulation right away.
How to write .sp file in hspice.

Use the Data-Driven or the Parameter Sweep method: View attachment HSPICE_User_Guide_Simulation_and_Analysis_Version_E-2010.12_December_2010_p459-460.pdf.
 
  • Like
Reactions: CY.Lim

    CY.Lim

    Points: 2
    Helpful Answer Positive Rating
Re: plz. anyone very familiar with hspice? how to combine .ms(mt)# file in hspice

Thanks. erikl.
I'm sorry. I don't understand your advice.
Perhaps, I didn't enlighten you about my question.
But, your advice is very helpful.
So, I find another method. This is not 'cat' command.
I use '*.perl ' command. It is difficult to use but very effective.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top