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...
... 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...
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 ...
... 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...
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)...
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 ...
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...
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:...
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. ...
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...
... 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...
... 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...
... 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...
... 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...
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...
... 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...
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...
... 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...
... 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...
... 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...
... 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, 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...
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...
... 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...
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...