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 to share photos of your group with the world? 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 193 - 230 of 1789   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
193
After reviewing the JOP code I did not directly see a timer implemented. Can anyone verify this for me if there is or isn't one. The reason for this question...
Brett
mac1321
Offline Send Email
Apr 19, 2005
2:45 am
194
... You can find the timer/counter in cnt.vhd in directory ...\vhdl\io. Usually it is configured for IO addresses 0..3. Actually there are two counters: one...
Martin Schoeberl
jopdesign
Offline Send Email
Apr 19, 2005
7:01 am
195
What needs to be done to include more classes to the jop build? I tried some tstuff and nothing is working and when I placemy class files in the same...
Brett
mac1321
Offline Send Email
Apr 20, 2005
4:55 pm
196
... The build process is rather simple: All classes are built from the source and the dependency is resolved by javac. This avoids makefiles or ant scripts. ...
Martin Schoeberl
jopdesign
Offline Send Email
Apr 21, 2005
12:20 pm
197
A new version of JOP is available. The static initializers are now called at JVM startup. To allow larger methods than the instrucion cache can hold a tiny...
Martin Schoeberl
jopdesign
Offline Send Email
Apr 27, 2005
5:31 pm
200
Hi, When doit.bat tried to download a program then the down.exe program explains that there is an error. I have put a null modem in between the JOP board and...
RASMUS_PEDERSEN
Offline Send Email
May 3, 2005
3:32 pm
201
Hi Rasmus, your boards are preconfigured to boot from the Flash. The blinking LED is the indication. That means you configure the FPGA with the ByteBlaster -...
Martin Schoeberl
jopdesign
Offline Send Email
May 3, 2005
3:41 pm
204
Hi Martin, It worked. Thank you. Regards, Rasmus ... LED is the ... ByteBlaster - that's ... reconfigured from ... line again. ... programming ... program ... ...
RASMUS_PEDERSEN
Offline Send Email
May 4, 2005
2:44 pm
206
A new version of JOP with a configurable method cache is available. The method cache [1] has two configuration parameters: the size 'jpc_width' and the number...
Martin Schoeberl
jopdesign
Offline Send Email
May 5, 2005
9:09 pm
209
Hi all, a new version of JOP with a WISHBONE [1] master interface is available. You can add a lot of wishbone peripherials found at Opencores [2] now to JOP....
Martin Schoeberl
jopdesign
Offline Send Email
May 30, 2005
5:29 pm
210
Hey all, I have been rewriting a java version of the dhrystone benchmark (found here: http://www.c-creators.co.jp/okayan/DhrystoneApplet/) So far I have...
d01matt
Offline Send Email
Jun 7, 2005
5:49 pm
211
Hi Matt, if you send me the code I can look into this issue. However, as you mentioned a double array you will not get it running on JOP. Floating point is not...
Martin Schoeberl
jopdesign
Offline Send Email
Jun 8, 2005
7:52 am
212
Hi Martin, Thanks for taking a look into this. Attached is my code. --Matt Dallmeyer...
Matt Dallmeyer
d01matt
Offline Send Email
Jun 8, 2005
2:39 pm
213
Hi all, Hi just started my tests with JOP on a Spartan 3 starter kit I found no problem implementing VHDL code using ISE 7.1i I create e PROM file and...
lubimaer
Offline Send Email
Jun 8, 2005
7:12 pm
214
Marco, I to am having the same problem with the new releases of the jop. With an older version everythign works fine but seems like since the last 2 releases...
Brett McNerney
mac1321
Offline Send Email
Jun 9, 2005
1:11 am
215
I am enginneering student and have to port JOP to a XESS board (Virtex 800 + 512Mb RAM + serial line). I'd like to know a brief description about what I have...
mfmartinarsystel
mfmartinarsy...
Offline Send Email
Jun 9, 2005
6:34 am
216
Brett, Thanks for your answer I'm just starting test with JOP, so if you could tell me where to find, even, an old working version (could you send me it?) I...
lubimaer
Offline Send Email
Jun 9, 2005
9:09 am
217
Hi Marco and all, sorry that the S3 version is broken in the last version of JOP. The older version that works (I've just tested it) can be found here: ...
Martin Schoeberl
jopdesign
Offline Send Email
Jun 9, 2005
12:44 pm
218
Hi Marco, Brett and all, I've fixed the S3 issue. In the last version I changed extension.vhd for the Wishbone interface and routed the bsy signal through it. ...
Martin Schoeberl
jopdesign
Offline Send Email
Jun 9, 2005
1:50 pm
220
... The main part is the memory interface. A few examples for various SRAM interfaces are: mem32.vhd, mem.vhd, mem_trenz.vhd and mem_xs3.vhd If your system has...
Martin Schoeberl
jopdesign
Offline Send Email
Jun 10, 2005
2:24 pm
221
Thanks to the help of Flavius there is now a new application build tool, called JOPizer, available. It uses BCEL [1], the Bytecode Engineering Library, to...
Martin Schoeberl
jopdesign
Offline Send Email
Jun 12, 2005
6:27 pm
222
Hi Matt, attached you will find a changed version of your program, that runns on JOP. The issue was the creation of new objects in the static class initializer...
Martin Schoeberl
jopdesign
Offline Send Email
Jun 13, 2005
7:18 am
223
Hi, i've got a problem getting JOP run on the altera nios development kit for cyclone. It's a EP1C20 Cyclone-board. I changed clocking to 50 Mhz (disabled PLL...
Hauke Wessels
haukew73
Offline Send Email
Jun 13, 2005
10:03 am
224
That looks really strange. As the start message get's output it runns 'a little bit'. One idea: Perhaps you have a trouble with your memory interface - try to...
Martin Schoeberl
jopdesign
Offline Send Email
Jun 13, 2005
11:07 am
225
Hi, ... This should be: 'doit test test Clock' The main class is *C*lock instead of clock. The builder should catch this, but.... Martin...
Martin Schoeberl
jopdesign
Offline Send Email
Jun 13, 2005
12:02 pm
226
Hi Martin, urgx! Yes, that's it. Works fine now. Thank you. Hauke...
Hauke Wessels
haukew73
Offline Send Email
Jun 13, 2005
1:55 pm
227
Martin, Thanks for your help, But I still have the Null Pointer exception when I try to implement the two dimensional array. Are two-dimensional arrays...
Matt Dallmeyer
d01matt
Offline Send Email
Jun 13, 2005
5:36 pm
228
The code you sent me had no two dimensional array. However, it seems that you're right and the two dimensional array is not implemented - I have to look for...
Martin Schoeberl
jopdesign
Offline Send Email
Jun 13, 2005
6:40 pm
229
Martin, I must have sent you the code with the troubled spots commented out, I have attached the code the with the 2-dim array restored. The rest of the code...
Matt Dallmeyer
d01matt
Offline Send Email
Jun 13, 2005
9:36 pm
230
Hi, I'd like to know what is the purpose of the folder jbc and all its files within. And what about: jbi32 -dDO_PROGRAM=1 -aCONFIGURE ..\..\jbc\cycmin.jbc you...
mfmartinarsystel
mfmartinarsy...
Offline Send Email
Jun 14, 2005
7:20 am
Messages 193 - 230 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