Electronic – Meaning of two NOT gates in parallel

asicdigital-logicschematics

Background — I have in my possession a schematic for an ASIC NMOS chip developed between around 1985 until 1992. It's copyrighted and I'd rather not get into the details of of what its for, but my goal is to capture the schematic and convert it into Verilog as accurately as possible to preserve a "perfect" copy of the chip.

Most of the logic is very straght forward, however, there are times when a gate is drawn in parallel with the output of the first gate tied to the 'bubble' of the second. Here's a pic:

Picture of two NOT gates in parallel with output of one tied to the 'bubble' of the next

This same schematic uses this same parallel structure for other gate types, such as this:

enter image description here

It's also not a tristate enable, as that shows up on the schematic, as shown here for driving an output pad:

enter image description here

As always, thanks for the help.

Best Answer

They are directly in parallel, just drawn weirdly, usually this is to increase the amount of current that can be driven over just a single not gate, they would normally have some series resistance on the outputs, but in some cases can get away without it (the mosfet capacitance takes longer to discharge than the maximum difference in gate delays)

for the application they are in, a mosfet gate drive, the faster you can charge / discharge the gate, the sharper the transition, and possibly less heat generated during the transition, equally the NOR gates are in parallel for the same reason, to increase how quickly it can switch the mosfets.

For some fast pulse sources e.g. for time domain reflectometery you may also find similar, with 6,8,10 or more in parallel to give a very fast transition on a capacitive load.