Issue link: https://resources.pcb.cadence.com/i/1180526
PSpice A/D User Guide Digital device modeling October 2019 393 Product Version 17.4-2019 © 2022 All Rights Reserved. model. If not specified, MNTYMXDLY defaults to 0. Valid values are: IO_LEVEL is an optional device parameter that selects one of the four AtoD or DtoA interface subcircuits from the device's I/O model. PSpice A/D calls the selected subcircuit automatically in the event a node connecting to the primitive also connects to an analog device. If not specified, IO_LEVEL defaults to 0. Valid values are: Following are some simple examples of "U" device declarations: U1 NAND(2) $G_DPWR $G_DGND 1 2 10 D0_GATE IO_DFT U2 JKFF(1) $G_DPWR $G_DGND 3 5 200 3 3 10 2 D_293ASTD + IO_STD U3 INV $G_DPWR $G_DGND IN OUT D_INV IO_INV MNTYMXDLY=3 + IO_LEVEL=2 For example, the 74393 part could be defined as a subcircuit composed of "U" devices as shown below. .subckt 74393 A CLR QA QB QC QD + optional: DPWR=$G_DPWR DGND=$G_DGND + params: MNTYMXDLY=0 IO_LEVEL=0 0 = the current value of the circuit-wide DIGMNTYMX option (default=2) 1 = minimum 2 = typical 3 = maximum 4 = worst-case timing (min-max) 0 = the current value of the circuit-wide DIGIOLVL option (default=1) 1 = AtoD1/DtoA1 2 = AtoD2/DtoA2 3 = AtoD3/DtoA3 4 = AtoD4/DtoA4