Hi Crumb,
Is there any brave FPGA coder who wants to include 68020 instructions to Tobiflex "FAMPIGA"? :-)
We toyed with this idea once before:
http://www.amiga.org/forums/showthread.php?t=32100Probably not TOO difficult to make a 68020 "CODE COMPATIBLE" version, but with 16bit data bus and minus 68020 goodies like:
256byte caches.
three-stage pipeline.
Odd-word aligned data is probably the biggest enemy, though most high-level compilers are unlike to produce such code.
Normally there would be a compile option to avoid producing odd-word aligned data anyway.
Red