This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[FAQ] [参考译文] [常见问题解答] TINA/Spice:将 TI#39;s PSpice/TINA-TI 模型转换为 HSpice?

Guru**** 1805680 points
Other Parts Discussed in Thread: TINA-TI
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/tools/simulation-hardware-system-design-tools-group/sim-hw-system-design/f/simulation-hardware-system-design-tools-forum/692611/faq-tina-spice-converting-ti-s-pspice-tina-ti-models-to-hspice

主题中讨论的其他器件:TINA-TI

工具/软件:TINA-TI 或 Spice 模型

如何将 TI 的 PSpice/TINA-TI 模型转换为 HSpice?

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    请注意、TI 提供的某些模型已加密、无法直接导入 HSpice。 请参阅、 以了解模型是否已加密。  

      

    如果模型已加密、您可以参考 此常见问题解答帖子中的说明来请求未加密模型

    下面是 将 未加密 的 PSPICE 网表转换为 HSpice 所需进行的更改的摘要。  请注意、这只是一个指导您开始进行转换的指南。 可能需要对网表进行更多更改、才能使模型在 HSpice 中工作。 TI 无法保证其模型能够与 HSPICE 配合使用。

          1.关键字参数

    Params 一词需要删除、无论在哪里都可以找到。

    {      

    无论在哪里找到开口和关闭支架、都需要将其拆下。

    3.       if 语句

    如果 (A、B、C) 需要替换为 (A*B +~A*C),则使用以下格式的 if 语句,其中 A 是 if 语句中计算为 true 或 false 的条件。

          4.来源

    需要按如下所示更改源定义:

    Exx Nodel Node2值123 替换为 Exx Node1 Node2 VOL ='123'

    5.       GSource

    需要按如下所示更改 GSource 定义

    GXX Nodel Node2值123 替换为  Gxx Node1 Node2 CUR ='123'

           限制性发言

      ‘将格式 LIMIT (A、B、C)的限制语句替换为“A”MAX = max (B、C) MIN=MIN (B、C)

           7.单位转换

    Meg 替换为1e6

    G 替换为1e9

           8.交换机型号(vSwitch)

    需要用 VCR 替换交换机型号