[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RTEMS on Altera NIOS processor
- Date: Wed, 01 Oct 2003 17:44:06 -0500
- From: joel.sherrill at OARcorp.com (Joel Sherrill)
- Subject: RTEMS on Altera NIOS processor
Eric Norum wrote:
> Has anyone out there looked into the possibility of running RTEMS
> applications on a NIOS embedded (on a FPGA) processor?
It isn't in the main gcc tree but given that Altera has GNU tools
(nios-elf) which include a simulator,
it looks like a very doable port. The exception/interrupt model appears
quite straightforward.
Simple answer is that my 10 minute analysis says that if you aimed at a
port to the simulator
(and it supported some clock interrupt source), it would be on the
easier side of the port
effort scale.
>
> If nothing else, it already has a good project code-name (ROACH -
> RTEMS On A CHip)!
Nice name. :)
--joel