Complete logic diagram for microprocessor.

Thread Starter

llanders

Joined Jan 6, 2015
1
Hi all.
I'm working on a project and I was wondering if anyone knows where I can get ahold of a complete boolean logic diagram of a microprocessor. I need something that is shown at the gate level. I have found plenty of diagrams showing placeholders but that won't work.

Thanks ahead of time!
 

cmartinez

Joined Jan 17, 2007
8,727
That's a pretty impressive diagram... the title "TV Typewriter II"... does it belong to a particular typewriter model, what year?
Also, I see only seven bits at the buses shown on the left, is this a 7-bit microprocessor?
 

MrChips

Joined Oct 2, 2009
34,636
I just put this up because it reminds me of the worst digital schematic I have ever seen.
It came out in 1975 as a kit which I helped assembled and still have the schematics. It is 7 bits because it takes 7-bit ASCII and displays it as text on a video monitor.

 

absf

Joined Dec 29, 2010
1,968
I think this PMOS IC is no longer fabricated for quite a while
http://www.swtpc.com/mholley/CT_1024/KR2376.pdf
Can get it from eBay but the prices would make you escape.

http://www.ebay.com/sch/i.html?_fro...1313.TR0.TRC0.H0.Xkr2376&_nkw=kr2376&_sacat=0

I think it shouldn't be too expensive to get a used Apple II keyboard from eBay or if your friend has an unused old Apple II, may be he's willing to trade it for a pizza. I heard that the Mac was made in Ireland and Singapore. Not sure about the AIIs.

Allen
 

takao21203

Joined Apr 28, 2012
3,702
For what it does, its worth $1 or $2, and its fully obsolete. A PIC 16F59 could do the debouncing/code conversion in software, output signal = the same.

If you really want a "TV" type writer, get a small TFT with video input, do it on a PIC32 in software.

but maybe you want to use an old black&white TV set that costed nothing...in a Decade or so they will become quite rare and unusual. There are no new ones put on the market now, but analog video is still around (as input standard).

RF modulators will also become more difficult to get- no longer needed for any purpose.

By the way most of these old ICs are sold for precious metals processing, the payment is decided by how much gold they contain. I've heard recently gold bonding wire is replaced with palladium covered copper wire, so it wont be that lucractive anymore for new ICs.
 

sailorjoe

Joined Jun 4, 2013
365
Landers, do a google search for "logic diagram of 4004". You'll see several sources for the 4004 (pronounced forty oh four) schematic diagram. The 4004 was a full four bit CPU in the '70's. It was the precursor to the 8008 and then the 8080 and on until today. Today's microprocessors have almost half a billion transistors. No one draws schematics for these; they use special programming languages to define the logic and the interconnects and even the details of the transistors. Get back to us if you need more help.
 

spinnaker

Joined Oct 29, 2009
7,830
I just put this up because it reminds me of the worst digital schematic I have ever seen.
It came out in 1975 as a kit which I helped assembled and still have the schematics. It is 7 bits because it takes 7-bit ASCII and displays it as text on a video monitor.

TV Typewriter Cookbook?
6502 Applications?
Programming the 6502?

One of those. They are on my shelf right now.
 
Top