On 2008-09-04, Timothy Normand Miller wrote: > On Thu, Sep 4, 2008 at 5:04 AM, Mark Marshall > > At the moment I set-up the registers for mode 0x03 and support a couple of > > other BIOS calls - most notably int 0x10, function 0x0E (which is what DOS > > uses to print a character). Almost everything else is still TODO. > > You have to start somewhere. I've lost track, but there was > discussion about hooking Icarus into Bochs. Some of that may already > be in SVN.
tools/hsip contains a C library to control an Icarus Verilog simulation which is launched in a separate process. It communicates with the simulator though a text-based protocol, which implements a small part of the VPI functionality. It's currently used by the HQ debugger, but it was intended as a step towards hooking Icarus into Bochs or QEMU. The text-based communication may be a bottleneck if a lot of data must be transferred (like the video signal). _______________________________________________ Open-graphics mailing list [email protected] http://lists.duskglow.com/mailman/listinfo/open-graphics List service provided by Duskglow Consulting, LLC (www.duskglow.com)
