Sign board (previous commit), changing from discrete resistors to network changes...
[trinary.git] / bb / rtest.net
blob76875021a306c4ac345e685af4381411f84f5ec8
1 * Based on Z:\trinary\code\circuits\tinv_test.asc\r
2 V1 N001 0 -5V\r
3 Xsti N001 STI_Out1 sti\r
4 \r
5 * block symbol definitions\r
6 .subckt tinv Vin PTI_Out STI_Out NTI_Out\r
7 RP PTI_Out STI_Out 12k\r
8 RN STI_Out NTI_Out 12k\r
9 MN NTI_Out Vin $G_Vss $G_Vss CD4007N\r
10 MP PTI_Out Vin $G_Vdd $G_Vdd CD4007P\r
11 .ends tinv\r
13 .subckt sti IN OUT\r
14 XX1 IN NC_01 OUT NC_02 tinv\r
15 .ends sti\r