Other Parts Discussed in Thread: TINA-TI
Hi Expert,
Do we have Hspice simulation model for this device?
Regards,
Mark
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.
Hi Expert,
Do we have Hspice simulation model for this device?
Regards,
Mark
Hi Mark,
We only have the models here: https://www.ti.com/product/SN74AUP3G17#design-development
I would expect that the behavioral spice model would work in HSpice, but it won't provide a transistor-level simulation.
Hi Emrys,
I tried use Hspice to include SN74AUP3G17cir model however there's many syntax.
Could you helps to check is the model ok for hspice and how to fix these syntax? if no, are there any recommand tool?
Many Thanks,
Yo An
Hspice version: P2019.06-1
Below is my short code
.OPTION POST=2 INTERP PARHIER=GLOBAL LIST BRIEF=0 NOELCK LENNAME=25 INGOLD=2
.tran 5n 500n
v1 1 0 pwl 60n 0v, 120n 0v, 130n 5v, 170n 5v, 180n 0v, r
.PARAM VCC = 3.3
.PARAM ANGD = 0
.include 'SN74AUP3G17.cir'
xchip Y 1 VCC AGND SN74AUP3G17
r1 Y 0 50
.end