This list is for discussion of the design and implementation of field-programmable gate array based processors and integrated systems. It is also for discussion and community support of the XSOC Project (see http://www.fpgacpu.org/xsoc).
|
Hi, I am using Xilinx Platform Studio with Microblaze as the processor and implementing the same on spartanIIE LC board.I am able to use the uart alone as the STDIN and STDOUT. I have a user core (VGA controller) written & interfaced with the microblaze. I want to make it the STDOUT for my design. I dont know how to get the vga controller set as the STDOUT. Could any of you please give me the solution to this problem or a hint as to how to go about it? thanks, ponnmozhi. |
|
|
|
STDOUT is a term usually associated with an operating system - usually the file system. STDOUT is a predefined, well know file handle (STDIN, STDOUT, STDERR being the usual minimum set). You need to look at you OS or fileing system support that you are using with your CPU. Or, I have go the wrong end of what you are asking. -- Veronica Merryfield, somewhere in Cambridgeshire, UK "Constructive laziness is the root of all good engineering" ----- Original Message ----- From: "ponnmozhi" <> To: <> Sent: Saturday, July 03, 2004 9:49 AM Subject: [fpga-cpu] vga controller set as stdout. > Hi, > > I am using Xilinx Platform Studio with Microblaze as the processor > and implementing the same on spartanIIE LC board.I am able to use the > uart alone as the STDIN and STDOUT. > > I have a user core (VGA controller) written & interfaced with the > microblaze. I want to make it the STDOUT for my design. > > I dont know how to get the vga controller set as the STDOUT. > > Could any of you please give me the solution to this problem or a > hint as to how to go about it? > > thanks, > ponnmozhi. > > To post a message, send it to: > To unsubscribe, send a blank message to: > Yahoo! Groups Links |
|
|
|
p. 122 (130 in the PDF) of the EST Guide for EDK 6.2i talks about tinkering with the MSS file & some library-related stuff. Then there's a chapter on the MSS file. I think if you add stuff to the MSS file, it may appear in teh drop-down box in the GUI. I've never actually tried it, but that's my guess. -NCKC --- In , "Veronica Merryfield" <veronica.merryfield@t...> wrote: > STDOUT is a term usually associated with an operating system - usually the > file system. STDOUT is a predefined, well know file handle (STDIN, STDOUT, > STDERR being the usual minimum set). > > You need to look at you OS or fileing system support that you are using with > your CPU. > > Or, I have go the wrong end of what you are asking. > -- > Veronica Merryfield, somewhere in Cambridgeshire, UK > "Constructive laziness is the root of all good engineering" > > > ----- Original Message ----- > From: "ponnmozhi" <ponnmozhi@y...> > To: <> > Sent: Saturday, July 03, 2004 9:49 AM > Subject: [fpga-cpu] vga controller set as stdout. > > Hi, > > > > I am using Xilinx Platform Studio with Microblaze as the processor > > and implementing the same on spartanIIE LC board.I am able to use the > > uart alone as the STDIN and STDOUT. > > > > I have a user core (VGA controller) written & interfaced with the > > microblaze. I want to make it the STDOUT for my design. > > > > I dont know how to get the vga controller set as the STDOUT. > > > > Could any of you please give me the solution to this problem or a > > hint as to how to go about it? > > > > thanks, > > ponnmozhi. > > > > > > > > > > > > > > To post a message, send it to: > > To unsubscribe, send a blank message to: > > > Yahoo! Groups Links > > > > > > > > > |