Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestions for EEPROM/FLASH ALU? #2

Open
johnterickson opened this issue Jul 14, 2020 · 1 comment
Open

Suggestions for EEPROM/FLASH ALU? #2

johnterickson opened this issue Jul 14, 2020 · 1 comment

Comments

@johnterickson
Copy link

First off, wow! This is really cool! I am both excited to find this, but also a little bit bummed out that my idea of "use a big honking ROM LUT as the ALU" is not novel 😁 https://github.com/johnterickson/lutcomp/tree/master/acc

Anyway, I noticed that the ALU is not eraseable. Any suggestions for one that is? The biggest parallel-out, 5V, through-hole chip I've found is the SST39SF040-70-4C-PHE which is only 2Mb.

I was looking at AS29CF160B-55TIN which is 32Mb. This is TSOP, but I was thinking I could get a breakout board and still essentially have a breadboard computer.

@DoctorWkt
Copy link
Owner

DoctorWkt commented Jul 14, 2020

Hi John. Well the M27C322 is writeable, you just need a UV eraser and a MiniPro EPROM programmer :-) That AS29CF160B looks nice but it's only 1Mx16, so after the two 8-bit data inputs you only get either sixteen ALU operations, or eight if you need a Carry in. I've been looking for a SMD replacement for the M27C322 but I haven't found one yet.

There's a private TTLers forum on Hackaday.io. If you search for Yann Guidon, send him a PM and let him know I sent you; he can add you to the forum.

I'm currently working on the next CPU, https://github.com/DoctorWkt/2FISC
Cheers, Warren

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants