
Display RGB pixel data in a display window
Quote:
> I'm developing and ASIC were I have RGB (4 bit each color) coming out of our
> asic. I want to take the RGB values and display them inside a window to see
> the display. I believe a PLI is the way to go. Is it? Do anyone know if
> something already exist? Any info would be appreciated.
You could also write the RGB values to a file and post-process the
file with a small {C,Tcl,Perl,<fill inn your favorite here>} program.
The simulation will probably be too slow for animation anyway. If not
let me know what simulator and hardware you're using :-)
Petter
--
________________________________________________________________________
Petter Gustad 8'h2B | (~8'h2B) - Hamlet http://www.*-*-*.com/ ~pegu
#include <stdio.h>/* compile/run this program to get my email address */
int main(void) {printf ("pegu\100computer\056org\nmy opinions only\n");}