Description
The unit cyclically generates names by tracking a "head" and "tail" pointer. A comparator ensures the "head" can never overtake the "tail".
5-bit Physical Names
Related Schematics

LFC calculator
Largest Factor Calculator The output value is the largest factor of the input value (excluding the input value itself)Winning build of ORE's March 2025 CompetitionWarning: Extremely slow (yeah I'm using repetitive subtractions for division so what?)

16-bit Double Density(DD) CCA ALU, Latched
Diagonal DD CCA with intergrated latch to make the ALU effectively 3t *in a pipeline*.3t + 1t latch16-bitALUified

8 bit largest factor finder
Finds the biggest factor of the input number. It is also able to tell when a number is prime.by zPippo