AnyCPU
http://anycpu.org/forum/

A 4-bit TTL machine on breadboard
http://anycpu.org/forum/viewtopic.php?f=17&t=144
Page 1 of 1

Author:  BigEd [ Sun Jul 06, 2014 10:45 am ]
Post subject:  A 4-bit TTL machine on breadboard

Andrew Wasson built a 4-bit machine on breadboard - much less of a barrier to entry than wirewrap or PCB!

Be sure to visit the links on the right of the page for more details.

http://www.ttlcpu.com/articles/4-bit-tt ... t-computer
Image

Author:  computerprj [ Fri Jun 23, 2017 4:46 am ]
Post subject:  Re: A 4-bit TTL machine on breadboard

hi
can you tell which ic was used as accumulator??

Author:  Tor [ Fri Jun 23, 2017 7:36 am ]
Post subject:  Re: A 4-bit TTL machine on breadboard

@computerprj: Just follow the link in BigEd's post. The design is described there, including the accumulator.

Author:  computerprj [ Fri Jun 23, 2017 8:10 am ]
Post subject:  Re: A 4-bit TTL machine on breadboard

thanks for reply sir

Author:  Garth [ Fri Jun 23, 2017 8:03 pm ]
Post subject:  Re: A 4-bit TTL machine on breadboard

I went through the entire 4-bit TTL CPU section of the site right after Ed posted, and I was not able to tell what IC is used for the accumulator either. Even the schematics page shows only two very minimal schematics and no links to others.

I do enjoy seeing projects like this though.

Author:  BigEd [ Fri Jun 23, 2017 8:06 pm ]
Post subject:  Re: A 4-bit TTL machine on breadboard

It's not likely to be updated either - the project is a few years old. But then, there are quite a number of TTL CPUs around, so it's easy to enough to have a look to see what they use.

In fact, it's important to have a look, because a habit of asking people questions which can easily be answered by some simple research is a way to lose goodwill and be unwelcome in a community. Conversely, do the research and write up your findings in a post, and that's a good way to gain goodwill.

Author:  Tor [ Fri Jun 23, 2017 10:36 pm ]
Post subject:  Re: A 4-bit TTL machine on breadboard

Garth wrote:
I went through the entire 4-bit TTL CPU section of the site right after Ed posted, and I was not able to tell what IC is used for the accumulator either.
Hm.. I found it after about five seconds. Click the My CPU Design link, scroll down to Arithmetic Logic Unit, it's right there. computerprj found it too (as per his PM). It's a 74LS181.

Author:  barrym95838 [ Fri Jun 23, 2017 11:00 pm ]
Post subject:  Re: A 4-bit TTL machine on breadboard

I think that the '181 is the ALU, not the accumulator, Tor. I imagine that a quad D flip-flop (like a '175) would make a nice 4-bit accumulator, but I couldn't confirm that from the information posted, even after spending much more than five seconds looking though the site.

Mike B.

Author:  Garth [ Sat Jun 24, 2017 1:07 am ]
Post subject:  Re: A 4-bit TTL machine on breadboard

Yes, according to the labels in the picture, the ALU and accumulator are separate ICs.

Author:  Tor [ Sat Jun 24, 2017 7:18 am ]
Post subject:  Re: A 4-bit TTL machine on breadboard

My fault - sorry everybody - I have no idea why I kept reading alu when it was said 'accumulator'. But I did that repeatedly. I can't find an ID for the accumulator either. Something in a narrow DIP20.

Author:  Dr Jefyll [ Fri Jun 30, 2017 12:40 pm ]
Post subject:  Re: A 4-bit TTL machine on breadboard

Tor wrote:
Something in a narrow DIP20.

Which would likely be an octal flipflop -- probably either 74xx374 or 74xx574 -- and a close look at the photo rules out the '574 because the latter has all the data inputs on one side of the package and all the outputs on the other, so I'd expect to see at least four yellow wires connected on each side. Instead it seems almost all the pins on one side are unused, and on the other side most or all of the pins are used.

So, if I had to bet I'd say it's a 74xx374 flipflop. But '273 and '377 are also octal flipflops, with much the same pinout, and are also possibilities.

ETA: one wonders why an octal flipflop was used (with half the sections unconnected) rather than simply a quad flipflop. Perhaps it's because the octal device happened to be more readily available. Or because the routing is easier when almost all the yellow wires attach on the inboard side...

Author:  computerprj [ Fri Jun 30, 2017 1:17 pm ]
Post subject:  Re: A 4-bit TTL machine on breadboard

hello,
what octal flip flop do?

Author:  Dr Jefyll [ Fri Jun 30, 2017 1:34 pm ]
Post subject:  Re: A 4-bit TTL machine on breadboard

http://www.futurlec.com/74HC/74HC374.shtml

Author:  barrym95838 [ Fri Jun 30, 2017 2:23 pm ]
Post subject:  Re: A 4-bit TTL machine on breadboard

computerprj wrote:
hello,
what octal flip flop do?

It's a synchronous latch. It has many possible uses, but in this case it is used to hold bits of binary "data" for use by the ALU. When the data needs to be updated, an "update" signal is triggered, and the "old" bits are discarded and replaced with the "new" bits present on the input pins at the moment of the trigger. So, it's essentially eight bits of very fast memory, AKA "register".

Mike B.

Page 1 of 1 All times are UTC
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/