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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 1767 - 1796 of 1867   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date v
1796
Dang, the more I know about the JOP the more I don't know. I didn't realize the JOP was echoing the words back every time. I assume that's to catch a bit flip...
dslaman0877
Offline Send Email
Nov 14, 2009
3:42 pm
1795
The download via serial line is quite simple. The memory content is sent in binary form - see down.c. The first word of the memory content is actually the size...
Martin Schoeberl
jopdesign
Offline Send Email
Nov 13, 2009
7:46 pm
1794
-What is a "-ve number"? My bad, that is my shorthand for negative number. Sorry about that. --What do you mean by 'implement the memory as Java class files'? ...
dslaman0877
Offline Send Email
Nov 13, 2009
7:14 pm
1793
Looking into the scheduler code reveals the solution to the difference. There is the notation of an idle tick. If no thread becomes ready within 10ms the timer...
Martin Schoeberl
jopdesign
Offline Send Email
Nov 11, 2009
7:13 pm
1792
Martin, The DDR SDRAM interface is the definitely an interesting little module :) ; I know that the interface will be a good contribution to JOP. This project...
mcwaccent
Offline Send Email
Nov 11, 2009
5:09 pm
1791
David, More documentation will be made available soon, and source code will be made available for the first component, EmPAC. You are more that welcome to...
mcwaccent
Offline Send Email
Nov 11, 2009
5:08 pm
1790
Martin, Thanks for taking a look. I'm happy at least that I wasn't misinterpreting things or making some error in the code. I'd certainly be interested to hear...
c.watterson
Offline Send Email
Nov 11, 2009
2:38 pm
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
Nov 11, 2009
8:28 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
Nov 11, 2009
7:37 am
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...
Online Now Send Email
Nov 11, 2009
12:09 am
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
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
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
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
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
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
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
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
1778
Sir,     Would you be interested in helping me to initiate such a project ??    David   ... From: Martin Schoeberl <martin@...> Subject: Re:...
David Blubaugh
davidblubaug...
Online Now Send Email
Nov 9, 2009
11:46 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
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
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
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
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
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
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
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
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
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
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...
Online Now Send Email
Nov 9, 2009
1:24 am
Messages 1767 - 1796 of 1867   Newest  |  < Newer  |  Older >  |  Oldest
Advanced
Add to My Yahoo!      XML What's This?

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