GrantDriveRest.Rose
Copyright (C) 1984 by Xerox Corp. All rights reserved.
Last Edited by: Gasbarro, August 17, 1984 11:09:19 am PDT
Library Gates, LatchesWithPreset, Transistors;
CellType "GrantDriveRest"
PORTS [nReset, nPreGrant, DoGrant, DoShift -- in -- =BIT, Grant, Shift -- out -- =BIT, Vdd, Gnd=BIT, BiasMinus, BiasPlus -- in -- =BIAS]
Expand
l1: InvertingLatchWithPreset[Clock: DoGrant, nPreset: nReset, D: nPreGrant, nQ: Grant];
l2: InvertingLatchWithPreset[Clock: DoShift, nPreset: nReset, D: nPreGrant, nQ: Shift]
EndCellType