railsrust wrote:
So I got this email from "my little helper" yesterday:
Anyone know of a way to manage multiple 6502s like this?
Quote:
...what would you think of 4 or more 6502s, closely coupled but yet able to execute independently? If we think of the theme of throwing processors at the problem ...
...
Heh, and a bargraph led display that acts like a speedometer the more 6502s you use.
I know people have done multiprocessor ’02’s before I wonder if there is anything in open domain, namely the task dispatcher and manager. They also have done a bunch of 8051s which are mores selfcontained.
I gotta believe one FPGA can manage a crapload of ‘02s.
...
Heh, and a bargraph led display that acts like a speedometer the more 6502s you use.
I know people have done multiprocessor ’02’s before I wonder if there is anything in open domain, namely the task dispatcher and manager. They also have done a bunch of 8051s which are mores selfcontained.
I gotta believe one FPGA can manage a crapload of ‘02s.
GARTHWILSON wrote:
railsrust wrote:
Anyone know of a way to manage multiple 6502s like this?
Here are some earlier topics that are very relevant, and kc5tja made valuable contributions on:
- idea: a cell-like chip based on many 6502 cores
- and André Fachat's post in this one (already cued up), about distributing the work load among the various processors in a multiprocessing system: Parallel Processing with 6502s
- See also: Dual Processor SBC.
- 6502 Grid Computer (2017, Rob Finch)
Multiprocessing on FPGA using dual-port RAM (pipedream) (2015, BigEd)