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 741 - 770 of 1789   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
741
blink.asm is ok (led0 is happily blinking and ttyS0 01010101010...) but jvm.asm can't download bytecode (.jop) download: [java] Stable Library [java]...
raphaelponsard
Offline Send Email
Apr 2, 2007
3:11 pm
742
it is ok now... but there is something strange in JavaDown.java I had to suppress those lines above (143-146) /*while (rplyCnt > 0) { iStream.read(); ...
raphaelponsard
Offline Send Email
Apr 5, 2007
8:29 pm
743
Hi all, I am a member of the group for few months and now I have some time to start working on my project. I got XUPV2P(Virtex 2) board and wonder is it...
alelemalele
Offline Send Email
Apr 7, 2007
8:56 pm
744
... that's fine to hear :-) ... mmh, I have to agree the JavaDown is not really 'production' code. I've used it only a few times, and had sometimes issues with...
Martin Schoeberl
jopdesign
Offline Send Email
Apr 7, 2007
10:04 pm
745
Hi again, it has been some time since my last post. I continue working on my parallel version of JOP. Here I report my current situation: 1)I added a Simpcon...
andreotti98
Offline Send Email
Apr 8, 2007
5:52 am
746
... That all sounds good. However, there is a little bit more to do: You have to make sure the the startup code (or part of it) is *only* executed by one CPU....
Martin Schoeberl
jopdesign
Offline Send Email
Apr 8, 2007
8:54 am
747
... That's what I do: 1)Make both processors run the same sequence of microcode until they reach the invocation of Startup.boot(). Here is the code to make the...
andreotti98
Offline Send Email
Apr 8, 2007
4:24 pm
748
Hi Alberto, ... mmh, that's a little bit strange. Both processors read from the UART the Java code? You probably have to wait two times: 1. until the Java code...
Martin Schoeberl
jopdesign
Offline Send Email
Apr 8, 2007
7:44 pm
749
... Virtex 2 should be possible with the 'Xilinx design flow'. The main issue with new boards is the memory interface: SRAM is easy, SDRAM makes more troubles....
Martin Schoeberl
jopdesign
Offline Send Email
Apr 8, 2007
7:53 pm
750
Hi Martin, I have this code working in Modelsim: public static void main(String[] agrgs) { int id=Native.getId(); if(id==0){ System.out.println("Hello World...
andreotti98
Offline Send Email
Apr 8, 2007
10:07 pm
751
Hi Alberto, ... Ok, very cool. That (similar) to the idea I had in mind for the startup code with several processors. ... So now a first version of JOP CMP...
Martin Schoeberl
jopdesign
Offline Send Email
Apr 9, 2007
9:36 am
752
Hi, I sent the files to martin@.... And regarding to the board, I'm using s3sk (the one with the smallest FPGA) so that I can only fit one...
andreotti98
Offline Send Email
Apr 9, 2007
4:12 pm
753
... Perhaps there is a chance (and a challenge ;-) to strip down JOP so two of them can fit into the Spartan 3-200. Just checked the resource usage with Xilinx...
Martin Schoeberl
jopdesign
Offline Send Email
Apr 9, 2007
9:35 pm
754
The topic of collecting programs for testing/benchmarking WCET analysis has come up a couple times on this list. Has anyone considered porting Mälardalen's...
Trevor Harmon
vocaro2000
Offline Send Email
Apr 10, 2007
5:33 pm
755
... Some of them are interesting kernel benchmarks. For some other reason I did a little cleanup of JavaBenchEmbedded [1]. Less verbose output, removed the...
Martin Schoeberl
jopdesign
Offline Send Email
Apr 11, 2007
4:14 pm
756
Hello, Is what somebody knows how to quickly make to have the file of assignements pines for stratix EP1S10F780. (Like the file cycore.xls (in jopdesign.com))...
mohamed dahhani
dahhani2
Offline Send Email
Apr 11, 2007
4:36 pm
757
... The pinout depends not only on the FPGA, but also on the board you use. Basically you need to assign the pins for the memory and for the serial line for a...
Martin Schoeberl
jopdesign
Offline Send Email
Apr 11, 2007
8:39 pm
758
I need to know or I can find same architecture as “Cycore Schematic”, in version Stratix EP1S10F780C6. Thank you for your answer Dahhani.M ... The pinout...
mohamed dahhani
dahhani2
Offline Send Email
Apr 16, 2007
4:15 pm
759
Does that mean you just know that you want to use the Stratix, but don't have a board with it? You want to design your own board? Martin...
Martin Schoeberl
jopdesign
Offline Send Email
Apr 17, 2007
6:11 am
760
Hi all, I've started a new open-source project for hard real-time software development on Java processors. Called Volta, it includes a control flow analyzer...
Trevor Harmon
vocaro2000
Offline Send Email
Apr 17, 2007
8:42 am
761
Hi everybody, I was wondering if there is a multithreaded benchmark that could run on JOP. I found these guys: http://www.sc2001.org/papers/pap.pap158.pdf Not...
andreotti98
Offline Send Email
Apr 18, 2007
2:09 am
762
Hi Alberto, I would also be very interested in any kind of benchmarks that could run on JOP. Unfortunately no Java benchmark for embedded systems exist to my...
christof_pitter
Offline Send Email
Apr 24, 2007
7:36 am
763
... Looks like one can download the benchmark to a mobile phone, but not as individual .jar. Even if they write that the benchmark exists in two versions: as...
Martin Schoeberl
jopdesign
Offline Send Email
Apr 24, 2007
7:56 am
764
Hi Java Processor Group, I've been working on the LEON3 now for a while and very interested in enabling java on this processor but I can't find any...
Christopher P. Bridges
cpbridges_ssc
Offline Send Email
Apr 30, 2007
3:15 pm
765
Would JOP run on this? http://flash-plaice.wikispaces.com/ Trevor P.S. Pretty cool that the client is written in Java....
Trevor Harmon
vocaro2000
Offline Send Email
May 1, 2007
8:05 am
766
... Yes, that's just the newer version of the Xilinx Starter Kit. One has to attache a DDR memory controler to JOP. As I see the original Logic Analyzer was...
Martin Schoeberl
jopdesign
Offline Send Email
May 1, 2007
10:37 am
767
You mean a mixed LEON/JOP system where LEON does the C code and JOP runs Java. That could be a fun system. I started with an AHB interface for JOP to test the...
Martin Schoeberl
jopdesign
Offline Send Email
May 3, 2007
7:01 am
768
That does sound fun. I'm definately interested in doing this (and any useful pointers as to what steps need achieving via email would be great). Or is it just...
Christopher P. Bridges
cpbridges_ssc
Offline Send Email
May 3, 2007
10:23 am
769
Chris, ... The AMBA interface is the main hardware related change in JOP. Attaching two AMBA masters to the grlib arbiter should be straight forward. The next...
Martin Schoeberl
jopdesign
Offline Send Email
May 3, 2007
12:01 pm
770
Hi Martin, That part seems straight forward enough (and very interesting!), but how would you run an operating system on top of that to switch between the...
Christopher P. Bridges
cpbridges_ssc
Offline Send Email
May 3, 2007
1:45 pm
Messages 741 - 770 of 1789   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