File: sampleIC.m4

package info (click to toggle)
circuit-macros 10.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 6,532 kB
  • sloc: makefile: 909; sh: 49
file content (16 lines) | stat: -rw-r--r-- 369 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.PS
log_init
command "\small\sf"

 U: box wid 18*L_unit ht 9*lg_pinsep

 Loopover_(`x',
  `lg_pin(U.nw-(0,m4Lx*lg_pinsep),,,w`'x)',
  nul,L,M,I,O,N,E,NE)

 define(`Upin',
  `lg_pin(U.ne-(0,(17-`$1')*lg_pinsep),`$2',Pin`$1',e`$3',`$1',8*L_unit)')
 Loopover_(`x',
 `Upin(patsubst(x,;,`,'))',
  16;Vin;, 15;D0;L, 14;D1;M, 13;D2;I, 12;D3;O, 11;D4;N, 10;D5;E, 9;D6;NE )
.PE