Email or username:

Password:

Forgot your password?
Top-level
leah & asm & forth, oh my!

@vertigo @alcinnz there's also the problem that even if we do solve the memory speed problem, there's still the problem of signals only going so fast across a circuit board before they end up getting out of sync, corrupted by noise, etc. it'd be far better to have static RAM and a little processor on the same chip, where they could keep up with each other - but that limits the size of RAM (and also the complexity of the processor, but that's a good thing). it also means that adding more RAM would add more processing power... which could only be used if your system were sufficiently parallel to just start doing that already

3 comments
leah & asm & forth, oh my!

@vertigo @alcinnz basically, the transputer is the biggest missed boat in the history of computing

Adrian Cochrane

@millihertz @vertigo What I can say is: I enjoyed thoroughly thinking through reengineering an app from the hardware-on-up, & found it quite educational to write! I'm getting the impression this imagination could be quite valuable to the future of computing!

I'm keen to do so again, & would love to see others' takes!

That said I don't consider myself a hardware designer...

Vertigo #$FF

@millihertz @alcinnz It is unfortunate that fabrication of logic and of RAM on the same die is exceptionally expensive to do.

But now that we've moved into the era of "chiplets", maybe we should revisit this architecture.

Go Up