Initial version of donated sources by Avertec, 3.4p5.
[tas-yagle.git] / distrib / share / tutorials / hitas / addaccu / db.tcl
1 #!/usr/bin/env avt_shell
2
3 set figname addaccu
4
5 # Global Configuration
6 avt_config simVthHigh 0.8
7 avt_config simVthLow 0.2
8 avt_config SimToolModel hspice
9
10 # Database Construction Options
11 avt_config tasGenerateConeFile yes
12 avt_config avtVerboseConeFile yes
13
14 # Files
15 avt_LoadFile addaccu_schem.spi spice
16
17 # Generate Database
18
19 set fig [hitas $figname]