Leave more comments on differences between 74107 and 74107A.

Bought two 74107 for an incredible price on eBay :-( (nw)
This commit is contained in:
couriersud 2016-12-24 01:55:48 +01:00
parent 0809c70e69
commit c0da1cee57

View File

@ -32,7 +32,9 @@
*
* This is positive triggered, J and K
* are latched during clock high and
* transferred when CLK falls.
* transferred when CLK falls. The
* datasheet requires J and K to be
* stable during clock high.
*
* Function table 107A
*
@ -51,8 +53,11 @@
*
* Naming conventions follow Texas instruments datasheet
*
* FIXME: Currently, only the 107A is implemented.
* The 107 uses the same model.
* TODO: Currently, only the 107A is implemented.
* The 107 uses the same model, but different timings.
* The requirement that J and K must be stable during
* clock high indicates that the chip may exhibit undefined
* behaviour.
*
*/