Sorry, forgot to attach the message with the patch…
-----Original Message-----
My outbox shows a message with a patch sent on 2/20 (attached), but it never made it to the list. I don’t know if it’s been snagged by spam filters or if there was some problem on my end.
-----Original Message-----
Scott,
I can't recall I've seen any. They were probably filtred by spam blocking filters. I see only patches that you have sent today.
|
- To: <openrisc@opencores.org>
- Subject: Patch to simulator: "xterm" channels on linux
- From: "Scott Furman" <sfurman@rosum.com>
- Date: Thu, 20 Feb 2003 12:32:42 -0800
- Importance: Normal
Attached is a patch to or1ksim that fixes a bug and adds a minor feature:
A) Allows the ‘channels:”xterm”’ feature to function on linux. (For those lurkers that don’t know, this is a feature that I discovered by reading the simulator code; It allows UART I/O to be funneled through an interactive xterm terminal window.) The existing implementation relies on SysV STREAMS behavior that Linux does not possess.
B) Allows arguments to be passed to the xterm from the sim.cfg file, e.g. to set the window dimensions or fonts.
Any reason I can’t check this in ?