> -----Original Message----- > From: [email protected] > [mailto:[email protected]] > On Behalf Of Thomas Holland > Sent: Tuesday, March 03, 2009 8:50 AM > To: [email protected] > Subject: Re: [avr-chat] AVR on the Mac > > > Actually I have started writing a new AVR simulator (in Java > :-)) but it > is still in a very infant state and can't do much more than run unit > tests on about 70% of the AVR instruction test. As my spare time is > limited I don't expect to have a workable simulator before > this years end.
Please, please, please, don't do this. There are already existing open source projects that need help: - SimulAVR: <http://savannah.nongnu.org/projects/simulavr> There is both a C based project (simulavr) and a C++ based project (simulavrxx) at this project site. - Avrora: <http://compilers.cs.ucla.edu/avrora/> This is an "AVR Simulation and Analysis Framework" that is written in Java and already works for many people. Plus there is an "avrtest" module in the WinAVR revision control system, that was taken from the core of simulavr, and it is used to run the GCC regression test suite. These are all open source projects that could always use more help. Unless you are writing a simulator for your own learning experience, please don't reinvent the wheel. Help out the existing community instead. Thanks, Eric Weddington _______________________________________________ AVR-chat mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avr-chat
