frenchshark wrote:
The TG68 at 28MHz with the "fast" interface is 12x faster than a vanilla 68k, providing you can feed the beast with a continuous stream of instructions and data.
The Minimig does not have this kind of problem since it uses 10ns SRAMs.
If I do remember right, the TG68 core is working faster then the real 68000 because there is no machine cycle present to decode each instruction. Therefor even at 7.09MHz sysinfo points out a higher result compared to the real chip.
This also causes trouble in some (old) game/demo if the code suddenly runs faster then expected. Jens once told me the ip-cpu need some slowdown in this case (via idle loops) to match original cpu speed.
Dennis' Minimig V1.x design is based on 10ns S-RAM but ACube uses 45ns chips. Therefor the real cpu can not access the memory at full speed. Also the RAM chip IC7 get a bit warm if running FPGA64, due to faster timing then "allowed", but its still working.