A TTL CPU, Minimising Its Chip Count

By now we should all be used to the astonishing variety of CPUs that have come our way created from discrete logic chips. We’ve seen everything from the familiar Von Neumann architectures to RISC and ever transport-triggered architecture done in 74 TTL derivatives, and fresh designs remain a popular project for many people with an interest in the inner workings of a computer.

[Warren Toomey]’s CSCvon8 is an interesting machine that implements an 8-bit computer with a 64-bit address space using only 17 chips, and without resorting to any tricks involving microcontrollers. It implements a fairly conventional Von Neumann architecture using TTL with a couple of tricks that use modern chips but could have been done in the same way in decades past. Instruction microcode is stored in an EEPROM, and the ALU is implemented in a very large EPROM that would probably once have been eye-wateringly expensive. This in particular removes many discrete TTL chips from the total count, in the absence of the classic 74181 single-chip part. To make it useful there is 32k each of RAM and EEPROM, and also a UART for serial access. The whole is brought together on a neat PCB, and there is a pile of demo code to get started with. Everything can be found in the project’s GitHub repository.

At the start of this article we mentioned a couple of unconventional TTL CPUs. The transport triggered one we featured in 2017, and the RISC one is the Gigatron which has appeared here more than once.

Home Made Gears Save This Shredder

It’s very likely that a majority of readers will have had a gear fail in a piece of equipment, causing it to be unrepairable. This is a problem particularly with plastic gears, which shed teeth faster than a child who has discovered the financial returns of the Tooth Fairy.

[BcastLar] has a shredder with a gear that has, well, shredded. He’s posted a video series over three parts that while ostensibly about fixing his shredder, is in reality a three-part tutorial on how to create custom gears using FreeCAD. While the principles of a gear are readily apparent to most observers their intricacies hide significant complexity which he does a great job of explaining. How to measure the parameters of a given gear, explaining mysteries such as pitch angle or beta, he breaks everything down in easy to understand steps.

His tool of choice is FreeCAD, and while he explains that FreeCAD has the ability to make gears from scratch the tool employed in the videos is the Gear Workbench plugin. He shows how this software removes the complexity of creating a gear, and shows the process on his screen as he creates the custom shredder part.

Finally, the process of 3D printing the gear is explained. You might ask why not machine it, to which he responds that tooling for non-standard gear profiles is prohibitively expensive. We’ve placed all three videos below the break, and we think you might want to make yourself a cup of tea or something and work through them.

Thanks [Andy Pugh] for the tip.

Continue reading “Home Made Gears Save This Shredder”