bloodline wrote:
The 060 was something like 1 and a half million gates... you can't get an FPGA big enough yet... AFAIK.
The Core2 Duo is something like 250million gates...
The Virtex 5 family can offer up to 330'000 gates. However, it can run up to 550MHz. Also, nowadays DDR2 memory can run so fast that there is no point in giving any cache to a virtual emulated processor in an FPGA.
Therefore, I suppose, it might be possible to reproduce something that would be cacheless but whose performance would be "like" something halfway between a 68030 and a 68040 but whose whole RAM is the cache.
If you had a 550MHz emulated 68k processor whose RAM is actually just as fast as the cache then I can't think of any way an emulated CPU could be as fast. Unless you buy yourself a quad core running at blazing speeds. However, right now, WinUAE still appears as a single thread.
In order to run faster, WinUAE would have to become multithreaded to use multiple CPUs. Assuming you can actually gain any speed by doing so.
The FPGA is designed for flexibility, not speed. Central Processing units are massive and complex devices... that is why it takes massive companies with huge budgets to develop them.
Modern processors are not developped with emulation in mind. They cost billions to develop because they can run their OWN code at dazzling speed. That's not what we want to do here.
The bottom line is, can a programmable logic system emulate the 68k processor faster than the real thing was and at a lower cost than a x86 PC ? I think so.
If somebody can program a JIT emulation for a piece of software then I am convinced it is also possible to do it for programmable logic.