Integrating The UART - Making an 8 Bit pipelined CPU - Part 80

I've been working on a separate mini-series to build a ttl-uart from scratch, in this video I integrate the UART into the main cpu build to run it through it's paces but also to get an opportunity to test the cpu with the lcd display limiting the clock. After some basics tests of send and receive I convert the prime number finding demo to use the serial port and make it generate all the 16bit primes as fast as my current clock will allow it.