LupaLuna wrote:
MyFutureSelfnMe wrote:
It shouldn't be much harder for someone with programming experience to do it in C++ than for you to do it in Prolog or whatever you're using on the FPGA. The problem is, once you've emulated the CPU, you still have to emulate numerous other hardware devices.
because FPGAs are not CPUs. They are a self-rewiring logic device. All I am doing is taking the logic/circuit layout of 6502 chip and telling the FPGA to wire itself accordingly. It's all at the logic/gate level and no translating/emulating is taking place. As far as emulating the numerous other hardware devices go. All I need to do is get the design of those chips and port there logic/gate functions over and if there is enough room on the FPGA. It possible to port the entire system over and run it on the FPGA. Although I have not seen a AppleII on an FPGA yet. There is an entire C64 computer that will run on a single FPGA.
Okay, I understand what you're doing now. I thought you were using Prolog and writing it like a program.
That being said, I guess it should be possible to use a software shim to allow you to do more or less the same thing.