grantb5 on Tue 5 Jan 2021 wrote:
active low G* (G not ... how do you guys do it here?)
I'm glad you asked. People use a variety of incompatible notations including but not restricted to !FOO, ~FOO, ¬FOO, /FOO, \FOO, FOO\ and /FOO\. The hardware experts seem to prefer /FOO while some of the programmable logic experts seem to prefer !FOO.
(From my perusal of the PHPBB source code, it might be preferable for administrators to create a bespoke overbar tag in the BBCode section of ACP [Adminstration Control Panel?]. The overhead is minimal and the upgrade scripts take great care to preserve custom tags. I also discovered that PHPBB is a shockingly good example of PHP. Given the reputation of PHP, I expected a disaster.)
grantb5 on Tue 5 Jan 2021 wrote:
I found stuff that works, but I'm not "confident", put it that way.
That's a familiar sentiment. It is good to know your limits or under-estimate them. Indeed, some good advice I received was to pick a project you believe has 80% success. By this method, you will spend about 1/3 of your time honing familiar skills, about 1/3 of your time on foreseen problems and about 1/3 of your time on unforeseen problems. From this, you will have the most variety and learn the most. So, extend a little outside your reach but not too far.
grantb5 on Tue 5 Jan 2021 wrote:
Are there any other configuration/fuses I should be looking at?
The most recent versions of 74 series logic have sharper edges and ringing which can induce multiple transitions; especially in older edge triggered logic. Programmable logic may also have sharp edges which can be dulled in settings. This might make your implementation function less like 74AC and more like 74LS.
You may also have voltage incompatibility or power distribution problem. When breadboarding,
some people use thicker wires for power and ground. If you don't have thicker wires, you can double wire power and ground. Indeed, double wired power is most likely to compensate for a dodgy breadboard. That might be ineffective superstition but it certainly won't hinder.