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...
Show off your group to the world. Share a photo of your group with us.

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 684 - 713 of 1787   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
684
Hi! I have been running into problems running my application on JOP as its memory stack is too small. And I am finally tired of having to deal with that at the...
Nelson Langkamp
nelzonegalzone
Offline Send Email
Feb 2, 2007
10:43 am
685
... What about using SLIP? You just need a serial line. That should be easy to integrate in JOPSim. Martin...
Martin Schoeberl
jopdesign
Offline Send Email
Feb 3, 2007
4:41 am
686
So I'll give the JOP Processor a try, many thanks for providing it here. I downloaded the software, and after adding ../../sopc/components and...
untat77
Offline Send Email
Feb 13, 2007
12:35 am
687
... Those files are created from the JVM microcode. Run: ant tools jopser (or use make). This should do the trick. Further info on the build process is...
Martin Schoeberl
jopdesign
Offline Send Email
Feb 13, 2007
12:56 am
688
Hi, I'm building a parallel version of JOP. I'm working with two processors at the moment. I wrote a SimpCon compliant memory arbiter for connecting both ...
andreotti98
Offline Send Email
Feb 14, 2007
3:41 am
689
... Hi, that sounds very interesting for me because I'm also building a dualcore version of JOP. At the moment I'm figuring out the functioning of a VGA...
christof_pitter
Offline Send Email
Feb 14, 2007
8:39 am
690
Hi, ... That's very interesting. BTW: You should get into contact with Christof. He works on a similar topic: a time predictable CMP (chip multi processing)...
Martin Schoeberl
jopdesign
Offline Send Email
Feb 15, 2007
3:16 am
691
Hi, We actualy work on JOP with the XUPV2PRO wich contains a Virtex2Pro FPGA. We wanted to make a graphical user interface, that's why we added a VGA ...
Laurent VERDOIA
donkeeland
Offline Send Email
Feb 15, 2007
3:27 am
692
Hi, We actualy work on JOP with the XUPV2PRO wich contains a Virtex2Pro FPGA. We wanted to make a graphical user interface, that's why we added a VGA...
donkeeland
Offline Send Email
Feb 15, 2007
3:27 am
693
Hi Laurent, ... sounds interetsing. Looks like there are a lot of projects going on with JOP :-) To spread the info on those projects (and increase...
Martin Schoeberl
jopdesign
Offline Send Email
Feb 15, 2007
4:23 am
694
Hi Martin, First i give you link to our project: The subversion repository: http://clubnix.esiee.fr/svn/buswifi The wiki associate with our project:...
donkeeland
Offline Send Email
Feb 22, 2007
3:56 pm
695
Looks like there's a bug in WCETInstructions.java, line 973. It says the cycle count is 17+2r, but http://www.jopdesign.com/doc/timing.pdf says it's 10+2r. ...
Trevor Harmon
vocaro2000
Offline Send Email
Feb 24, 2007
2:54 am
696
... Hmm, putfield also differs from the spec by 7 cycles. What am I missing? Trevor...
Trevor Harmon
vocaro2000
Offline Send Email
Feb 24, 2007
2:57 am
697
Trevore, thanks for pointing to this issue. ... The documentation is wrong. I've uploaded a new timing.pdf. The 'true' source, from where timing.pdf and...
Martin Schoeberl
jopdesign
Offline Send Email
Feb 24, 2007
3:25 pm
698
... It's going pretty well. I'm planning to submit a paper to RTCSA at the end of March. I can send you a pre-print then. My focus is on bringing WCET analysis...
Trevor Harmon
vocaro2000
Offline Send Email
Feb 24, 2007
6:36 pm
699
... Yes, I'm very interested in it and can give you a little feedback if you want it ;-) ... Cool. Rasmus and I where also thinking in this direction. The idea...
Martin Schoeberl
jopdesign
Offline Send Email
Feb 24, 2007
10:17 pm
700
... Okay, I'll try to get you a copy a week or so before I submit. ... Yeah, that's basically what I'm doing. ... Exactly. The purpose of my paper is to show...
Trevor Harmon
vocaro2000
Offline Send Email
Feb 25, 2007
7:29 pm
701
... There is another option for a WCET anlysable Java processor: The Cjip [1]. It's a nice processor with a not so expensive development board. And most...
Martin Schoeberl
jopdesign
Offline Send Email
Feb 25, 2007
10:41 pm
702
Hi all, I'm looking for a way to collect the info from this list and get the documentation more open. Perhaps the best solution would be to organize the whole...
Martin Schoeberl
jopdesign
Offline Send Email
Mar 3, 2007
11:53 am
703
... Sounds like a good idea. ... To beautify URLs: http://meta.wikimedia.org/wiki/Using_a_very_short_URL Trevor...
Trevor Harmon
vocaro2000
Offline Send Email
Mar 4, 2007
1:06 am
704
... Thanks, I know. However, up to now .htaccess does not work on my provider. They had it disabled on their first accounts several years ago. Hope they will...
Martin Schoeberl
jopdesign
Offline Send Email
Mar 4, 2007
11:13 am
705
I have a question about the WCA tool (for worst-case execution time analysis) that's included with JOP. It seems to work fine on while loops and for loops, but...
Trevor Harmon
vocaro2000
Offline Send Email
Mar 5, 2007
9:12 am
706
... Hi Trevor, Thanks for using the tool. I am a little too busy these days to go into it. However, your interest is motivating. Would it be an option for you...
RASMUS_PEDERSEN
Offline Send Email
Mar 6, 2007
9:10 pm
707
... Unfortunately I don't have any time to fix the problem. I just wanted to know whether it's a bona fide bug or just an unimplemented feature. I assume from...
Trevor Harmon
vocaro2000
Offline Send Email
Mar 6, 2007
11:39 pm
708
... I can try to (within a couple of weeks) to make the program at least tell that this look construct is not supported. It will probably be done by searching...
RASMUS_PEDERSEN
Offline Send Email
Mar 8, 2007
1:50 pm
709
... Well, for now it doesn't matter to me whether it's fixed or not. I'm just trying to find out whether the problem I'm seeing is because: a) WCA handles...
Trevor Harmon
vocaro2000
Offline Send Email
Mar 8, 2007
5:13 pm
710
... Trevor, I don't get your point. It's not handled correctly. What is the difference between a missing feature and a bug? If a feature is needed, but not...
Martin Schoeberl
jopdesign
Offline Send Email
Mar 8, 2007
5:23 pm
711
Hi Laurent, ... looks like a very nice web site for your project. The only little issue is that I can't read French :-( Perhaps a short abstract in English...
Martin Schoeberl
jopdesign
Offline Send Email
Mar 8, 2007
5:57 pm
712
... Unimplemented features aren't bugs. If a word processor doesn't flag misspelled words, is that a bug? No, it's only a bug if spell checking is implemented...
Trevor Harmon
vocaro2000
Offline Send Email
Mar 8, 2007
6:35 pm
713
Hi, I'm working on a parallel version of JOP. Hope you remember me. I have just finished a version of the Simpcon memory arbiter that seems to work. I will...
andreotti98
Offline Send Email
Mar 9, 2007
4:50 am
Messages 684 - 713 of 1787   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