|
|
|
|
|
by ajfjrbfbf
2006 days ago
|
|
What does he mean by ARM emulator? Does it mean translating from ARM instruction set to AVR's? If so what is the 6.5 kHz about? An ATmega can probably run at a few MHz, surely emulating 32-bit instructions from 8-bit doesn't take a thousand cycles on average. |
|
The fact that I had to bit-bang the memory interface also does not help as the avr device has no dram controller
I had, at some point, rewritten the core in avr assembly for a large-ish speedup, but i never got around to publishing it.
Currently i am working on a TTL-built 1-bit computer, unto which i want to port this emulator, so boot linux on a 1-bit computer :)