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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 1760 - 1789 of 1789   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1760
Hi all, I've got a couple updates with this as well as a question. Without getting into too much detail, I have found a way to simulate the JOP and gather...
dslaman0877
Offline Send Email
Nov 5, 2009
3:43 pm
1761
If you are using the Makefile to build your program. You will find file in the modelsim directory. the file is named mem_main.dat. The format is one line per...
Dan Clemmensen
danclemmensen
Offline Send Email
Nov 6, 2009
12:48 am
1762
To All,     I was wondering if the entire java programming language is supported by JOP or only a subset of the java programming language??   Thanks,   ...
David Blubaugh
davidblubaug...
Offline Send Email
Nov 8, 2009
6:44 am
1763
The entire java programming language.. except the parts you don't need for embedded ;-) ... From: java-processor@yahoogroups.com...
jamescaska@...
jamescaska
Offline Send Email
Nov 8, 2009
7:32 am
1764
So there is only support for a subset ??  Which components are not supported ??   Thanks,   David Blubaugh   ... From: jamescaska@......
David Blubaugh
davidblubaug...
Offline Send Email
Nov 8, 2009
7:52 am
1765
Java is a big universe, I think the general approach for embedded is to understand which components you need and then check for the availability of those or...
jamescaska@...
jamescaska
Offline Send Email
Nov 8, 2009
8:01 am
1766
Turns out I was signed into my wifes yahoo account over the weekend so I made 2 posts which never made it. My bad. A question I got from Dan Clemmenson was...
dslaman0877
Offline Send Email
Nov 8, 2009
5:59 pm
1767
TO ALL,   Has anyone ever developed a high performance computing project by utilizing a multi-core approach with the Java Optimized Processor ??   Thanks,  ...
David Blubaugh
davidblubaug...
Offline Send Email
Nov 9, 2009
1:24 am
1768
Hi Martin, JOP'ers, I've come across an interesting issue where the Xilinx Block generator editor has some issues in the generated code; specifically in the...
c.p.bridges@...
cpbridges_ssc
Offline Send Email
Nov 9, 2009
5:16 pm
1769
Please, someone has the file JopDebugger.jar, it is not available in repository and I need it to implement the JDWP for JOP. Thank you! ...
Abner Torres
binertorres
Offline Send Email
Nov 9, 2009
5:37 pm
1770
BRAM initializers use INIT_00 through INIT_3f. I seems that blockgen is emitting too many initializers. I guess that this could occur if the input .dat file...
Dan Clemmensen
danclemmensen
Offline Send Email
Nov 9, 2009
6:05 pm
1771
Hey Dan, how do I use Xblockgen? Cheers, Chris ________________________________ From: java-processor@yahoogroups.com [mailto:java-processor@yahoogroups.com] On...
c.p.bridges@...
cpbridges_ssc
Offline Send Email
Nov 9, 2009
6:19 pm
1772
Also, Martin, would this error in BRAM generation for the stack give an incorrect initial address read? Cheers, Chris ________________________________ From:...
c.p.bridges@...
cpbridges_ssc
Offline Send Email
Nov 9, 2009
6:29 pm
1773
Well, first, I must publish it somewhere. Furthermore, you would need to re-structure your project to use my BRAMs instead of the ones in the official project....
Dan Clemmensen
danclemmensen
Offline Send Email
Nov 9, 2009
6:43 pm
1774
In the actual configuration of JOP only the stack memory uses initialized BRAMs with VHDL sources generated by BlockGen. The Java bytecode cache (jbc) uses an...
Martin Schoeberl
jopdesign
Offline Send Email
Nov 9, 2009
11:22 pm
1775
I'm not aware of such a project. I would be skeptic to use JOP for high performance computing. It is designed for time-predictable computing, which is a...
Martin Schoeberl
jopdesign
Offline Send Email
Nov 9, 2009
11:25 pm
1776
What do you mean by 'implement the memory as Java class files'? I don't understand. If you need the main memory content in a Java based simulation, just read...
Martin Schoeberl
jopdesign
Offline Send Email
Nov 9, 2009
11:29 pm
1777
Looks like there is a make target missing to build JopDebugger.jar The debugger project is a little sad story: almost done, the development on it was stopped....
Martin Schoeberl
jopdesign
Offline Send Email
Nov 9, 2009
11:33 pm
1778
Sir,     Would you be interested in helping me to initiate such a project ??    David   ... From: Martin Schoeberl <martin@...> Subject: Re:...
David Blubaugh
davidblubaug...
Offline Send Email
Nov 9, 2009
11:46 pm
1779
I had forgotten that. My project initializes the bytecode cache with a bootloader and uses two BRAMs for the microcode, so I have four initialized BRAMs. I use...
Dan Clemmensen
danclemmensen
Offline Send Email
Nov 10, 2009
12:42 am
1780
Here is XBlockGen, together with some related files. These may be useful for review, but they are by no meas a complete project....
Dan Clemmensen
danclemmensen
Offline Send Email
Nov 10, 2009
12:45 am
1781
Ok, understand. Putting a boot loader in Java into the M$ instead of booting via microcode was also on my list of further ideas. It would make the generation...
Martin Schoeberl
jopdesign
Offline Send Email
Nov 10, 2009
1:30 am
1782
My bootloader and a tool called ExtractBoot are included in the tarball. ExtractBoot post-processes the bytecode to convert constructs that need to access main...
Dan Clemmensen
danclemmensen
Offline Send Email
Nov 10, 2009
2:31 am
1783
Would it be an efficient approach though? I represent the thesis that to achieve breakthrough performance the program with all its objects and methods should...
Tobias Gogolin
usertogo
Offline Send Email
Nov 10, 2009
6:04 am
1784
Why would you need to switch contexts? That would imply that you have more parallel code than actual execution units. With a highly parallel hardware (either...
Martin Schoeberl
jopdesign
Offline Send Email
Nov 10, 2009
6:18 am
1785
True, finding parallelism is a part of the paradigm shift that is required, and that implies also lots of potential problems... The solution I propose hence...
Tobias Gogolin
usertogo
Offline Send Email
Nov 10, 2009
6:25 pm
1786
Hello Martin and Friends, I am delighted to inform everyone that at new open source project called Wizardry is now available on OpenCores. Martin if you...
mcwaccent
Offline Send Email
Nov 10, 2009
6:40 pm
1787
Sir,     Can I also work with you on this project.  I would love to created a radiation hardened variant of your project !!   Thanks,   David Blubaugh   ...
David Blubaugh
davidblubaug...
Offline Send Email
12:09 am
1788
Hi Marlon, that project looks quite cool!!! From your description and the block diagram I can get some idea of it. Looking forward to more information and...
Martin Schoeberl
jopdesign
Offline Send Email
7:37 am
1789
Conal, thanks for your examples. It's true the loop of TaskShort takes about 5000 cycle more when executing in an RT-thread. Both WCEt analysis and measuring ...
Martin Schoeberl
jopdesign
Offline Send Email
8:28 am
Messages 1760 - 1789 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