Search the web
Sign In
New User? Sign Up
java-processor · Java Processor
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 651 - 680 of 1784   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
651
I'm trying to build JOP in ISE 8.2 but when I run the Translate process I get the following error messages: Command Line: C:\Xilinx\bin\nt\ngdbuild.exe -ise ...
Mike Roddewig
therealfigster
Offline Send Email
Jan 7, 2007
8:33 pm
652
Mike, some of the VHDL files are generated by assembling the JVM microcode. You first have to build the tools and than assmble the JVM: make (or ant) tools ...
Martin Schoeberl
jopdesign
Offline Send Email
Jan 8, 2007
7:52 am
653
I have created the first basis for an Eclipse plugin for the Java Optimized Processor. It is a way to develop JOP programs from within Eclipse. It has many...
RASMUS_PEDERSEN
Offline Send Email
Jan 10, 2007
9:50 am
654
thank's for providing the plugin, the sources, and the short HOWTO. ... I managed to import the projects, generate a new version (with a minor edit), and...
Martin Schoeberl
jopdesign
Offline Send Email
Jan 10, 2007
3:24 pm
655
... No problem:-) ... A good start. ... Hopefully not. I used SWT designer (as I remember it) for the board dialog. Can you try to install it and see if it...
Rasmus Pedersen
RASMUS_PEDERSEN
Offline Send Email
Jan 11, 2007
10:15 am
656
Dear JOPers, from Wikipedia and the Toshiba data sheet I learned that the NAND flash needs a bad block managent. However, I was not able to find such a thing...
georgmichel1
Offline Send Email
Jan 11, 2007
10:19 am
657
Dear Georg, ... There is no code, except a simple test that reads the ID from the NAND Flash to check the board, for a NAND filesystem. ... Two students are...
Martin Schoeberl
jopdesign
Offline Send Email
Jan 11, 2007
10:09 pm
658
... thanks to this mailing list we do not do double work. After some JOP abstinence I am again back in the embedded business and my idea was to give the...
Georg Michel
georgmichel1
Offline Send Email
Jan 12, 2007
1:11 pm
659
Respected sir, I am a student of computer engineering.I want to implement java optimized processor in our college in india as a final year project.I want to...
Umesh Kacha
umesh_kacha
Offline Send Email
Jan 13, 2007
10:27 am
660
... As a start you should read: http://www.jopdesign.com/doc/build.pdf I need more information (FPGA type, memory) on the Cyclone kit to tell you if it is...
Martin Schoeberl
jopdesign
Offline Send Email
Jan 13, 2007
11:10 am
661
... Hi, I'm one of the two students mentioned. As soon as we start the project (mid-february expected), we will keep the group informed about our progress. As...
peter.hilber
Offline Send Email
Jan 15, 2007
3:42 pm
662
Hi, I'm working with JOP version for Spartan 3 and noticed that the version used for the simulation is the one for the cyclone board(i.e, ...
andreotti98
Offline Send Email
Jan 16, 2007
8:52 pm
663
... There is no big difference between the Cyclone and Spartant 3 starter kit version. There is only a slightly different memory interface (the Cyclone version...
Martin Schoeberl
jopdesign
Offline Send Email
Jan 17, 2007
8:11 am
664
... Thank you for the advice, I'll start working and report my experience to the group. Alberto....
andreotti98
Offline Send Email
Jan 17, 2007
3:26 pm
665
A few months ago, I gave a talk at a workshop on autonomous robots and UAVs. Part of my talk was on the cool new Java processors and how they could help...
Trevor Harmon
vocaro2000
Offline Send Email
Jan 17, 2007
9:39 pm
666
Yes.. I too would be interested in an evaluation of this. Perhaps a bytecodes per second per watt based on the current metrics would be interesting. Hard to...
jamescaska@...
jamescaska
Offline Send Email
Jan 18, 2007
10:41 am
667
Hello! Trevor, I know some mobile device (PDA/Phone) company use ProgrammingASIC in their prodcut. I think QuickLogic is good for us. ...
SoG
sog_yang
Offline Send Email
Jan 19, 2007
7:50 am
668
... Since the board button triggers a fairly simple GUI to select the board, I would probably suggest to convert the SWT code to Swing, and thus avoid the...
Rasmus Pedersen
RASMUS_PEDERSEN
Offline Send Email
Jan 19, 2007
10:50 am
669
... When talking about robots the controller does not need to be a very low-power one. The motors usually consume a few 100mA. ... Yes, FPGAs are not a...
Martin Schoeberl
jopdesign
Offline Send Email
Jan 19, 2007
10:55 am
670
... I did a few measurements on page 113 for the aJ80 some time ago: http://www.diku.dk/publikationer/tekniske.rapporter/rapporter/05-01.pdf Best, Rasmus...
Rasmus Pedersen
RASMUS_PEDERSEN
Offline Send Email
Jan 19, 2007
11:08 am
671
... Which DLL? Isn't SWT part of Eclipse. Martin...
Martin Schoeberl
jopdesign
Offline Send Email
Jan 19, 2007
11:09 am
672
... With this metric your muvium solution will be the big winner ;-) Bytecodes/second is a little bit harder to get. There are no good publications on typicel...
Martin Schoeberl
jopdesign
Offline Send Email
Jan 19, 2007
11:11 am
673
... C:\Program Files\Instantiations\Designer_v5.1.0\E-3.1\eclipse\plugins\com.swtdesigner_5.1.0\os\win32\x86\SWTDesigner.dll But I tried to rename it to see if...
Rasmus Pedersen
RASMUS_PEDERSEN
Offline Send Email
Jan 19, 2007
11:23 am
674
... ok, thanks. That's about 360mW for a complete aJ80 system. So that's in the same range as JOP in an FPGA, also not a very low-power system. Martin...
Martin Schoeberl
jopdesign
Offline Send Email
Jan 19, 2007
2:20 pm
675
... I don't assume that one needs the designer to run the generated application. And it was also not necessary when I run the plugin just plain installed (from...
Martin Schoeberl
jopdesign
Offline Send Email
Jan 19, 2007
3:40 pm
676
... I sometimes got useful information from the Eclipse error log. It is VERY well hidden (and I do not have Eclipse on this PC). You start from "Help" and...
RASMUS_PEDERSEN
Offline Send Email
Jan 19, 2007
5:06 pm
677
Wolfgang Puffitsch has finalzed the port of softfloat [1] to Java (which is now in com.jopdesign.sys.SoftFloat [2]) and added some functions in j.l.Float and...
Martin Schoeberl
jopdesign
Offline Send Email
Jan 22, 2007
9:38 am
678
Hello JOPers, does anybody know the current number of boards (not FPGAs) running JOP? Thanks Georg...
Georg Michel
georgmichel1
Offline Send Email
Jan 22, 2007
4:02 pm
679
... What I can say from the distribution part: * Cyclone board Cycore (EP1C6/EP1C12) If you count the IO boards for the Cycore (with special JOP versions): +...
Martin Schoeberl
jopdesign
Offline Send Email
Jan 22, 2007
8:49 pm
680
The most recent paper on JOP [1] describes a tool for calculating worst-case execution time (WCET). Section 3.1.2. in that paper says that the implicit path...
Trevor Harmon
vocaro2000
Offline Send Email
Jan 23, 2007
10:35 am
Messages 651 - 680 of 1784   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help