CodeWalrus

Development => Hardware => Topic started by: Vijfhoek on September 30, 2015, 12:42:06 AM

Title: 4xxx logic computer
Post by: Vijfhoek on September 30, 2015, 12:42:06 AM
Hey, it's been a while since I've been active here, which is really something I should do something about. So how about posting this project I've been working on lately here? Sounds like a plan!

Recently I got a bunch of wires, breadboards and logic ICs (4070 (xor), 4071 (or), 4081 (and) and 4539 (4-input mux) to be precise), with which I'm planning on making a (probably) 8-bit computer. Currently, I'm working on figuring out how to most efficiently make it - breadboards are really quick but a cluster**** of wires, perfboards are pretty neat but cost lots of time to make, and I suck at designing PCBs and they are a hassle to make.

I already have a working 2-bit ALU (arithmetic logic unit, the calculaty part of a processor) on a breadboard, which can be expanded easily, and I'm working on making the same 2-bit ALU on a perfboard, to see how that turns out. I should be able to connect those two versions together to get a messy 4-bit ALU, I suppose. I'll see!

The ALU I'm working with currently has the ability to invert either of the inputs, a carry in/out and three functions (AND, OR and ADD) which can be combined to do lots of stuff. For example, to subtract, carry in has to be enabled and input B has to be inverted.

Anyway, I currently don't have any nice non-shaky pictures or videos to show, I'll take a few of those with some precious daylight tomorrow.
Title: Re: 4xxx logic computer
Post by: novenary on October 01, 2015, 11:59:42 AM
Sounds like fun, good luck !

Quote from: Vijfhoek on September 30, 2015, 12:42:06 AM
I suck at designing PCBs and they are a hassle to make.
PCBs are only for final designs, for prototyping sticking to bread/perf boards is a good idea. That aside I found designing a board to be fairly simple when you know what kind of circuit you're making (always use the schematic tool of your CAD application, it helps a lot). Homebrew PCBs indeed look like a pain to make, I again would only do that to test a design before sending it out to a professional fab like OSH Park (https://oshpark.com/) which is cheap and you get quality boards. Then there's assembly, you're probably going to stick to through hole components though you can mix through hole chips and SMD passives to save board space. Through hole is slightly easier because alignment is not a concern, I myself when straight to full SMD after having only experience soldering wires, watched a few videos on the subject and the result is very satisfying.
(https://sr.ht/SQQ9.jpg)
Left and right are blank copies of the fully assembled board in the middle, SD card for scale. The blob thing between the two chips in the middle-top is just flux that I can't clean because I don't have the products to do so.
I'll post about this contraption later. :)
Title: Re: 4xxx logic computer
Post by: Dream of Omnimaga on October 03, 2015, 08:45:04 PM
I sadly never heard about 4xxx stuff before, but I am curious about what you'll come up with. Keoni29 used to make 8-bit computers before, most being 6502 and Z80, but he is no longer interested in CW it seems. I wish you good luck Vijfhoek.
Title: Re: 4xxx logic computer
Post by: p4nix on October 04, 2015, 09:08:02 AM
Is keoni active somewhere else, or is he entirely lost? :c
Title: Re: 4xxx logic computer
Post by: novenary on October 04, 2015, 02:46:23 PM
We chat with him pretty often on Telegram, otherwise he's nowhere to be seen.

Quote from: DJ Omnimaga on October 03, 2015, 08:45:04 PM
I sadly never heard about 4xxx stuff before
It's a family of logic chips including but not limited to NAND, NOR and XOR gates, shift registers, multiplexers...
Title: Re: 4xxx logic computer
Post by: Dream of Omnimaga on October 04, 2015, 09:17:43 PM
Ah I see. I am not tech-savy about that stuff so I wasn't too sure if it was a processor or not.

As for Keoni29 it's a shame that he isn't around here anymore. D: (same for vijf before this post)