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 256 - 286 of 1786   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
256
If you are located near San Diego, CA this workshop could be of interest: http://www.cs.purdue.edu/homes/jv/JTRES05/ Martin ... The 3rd Workshop on Java...
Martin Schoeberl
jopdesign
Offline Send Email
Jul 8, 2005
9:27 am
257
Hello, I'm trying to put the test application Clock.java into flash on a Cyclone EP1C6 (1 MB SRAM, 512 KB Flash, 32 MB NAND Flash) installed in the Baseio...
Mads Pedersen
gedebuk2
Offline Send Email
Jul 19, 2005
3:48 pm
259
Has anyone used the standard Threading libraries in JOP? I would like to know if JOP has the standard Threading support. I see the RtThread is a work in...
jcrown69
Offline Send Email
Jul 19, 2005
7:26 pm
260
... There is no support for java.lang.Thread in JOP. Not due to technical reasons. It's a philosophical question: JOP is intended as a processor for real-time...
Martin Schoeberl
jopdesign
Offline Send Email
Jul 27, 2005
5:30 pm
261
Hi all, I'm trying to get an automatic build of JOP. I have a makefile that can build all tools, Java stuff and the Cyclone projects without using Quartus. ...
Martin Schoeberl
jopdesign
Offline Send Email
Jul 28, 2005
10:13 am
262
This is a discussion about a combination of JNode [1] the 'Java New Operating System Design Effort' with JOP. As I think this discussion deserves a wider...
Martin Schoeberl
jopdesign
Offline Send Email
Jul 28, 2005
12:42 pm
263
These are quite large numbers. I hope we can get down to a few MB to be comparable with uClinux. ... JOP has a pretty simple and compact class layout. The...
Martin Schoeberl
jopdesign
Offline Send Email
Jul 28, 2005
1:37 pm
264
Hi Todd, It would be really guessing right now to say something about the smallest kernel. The java code is fairly small, but the internal structures for ...
juramalt
Offline Send Email
Jul 28, 2005
1:38 pm
265
I think one of the first things is to get the build scripts working to compile JNode and prepare it to be downloaded onto a JOP implementation. Ewout, is there...
juramalt
Offline Send Email
Jul 28, 2005
1:53 pm
266
Hi, has anybody ever ported JOP to Virtex 800? Actually, I work with XSV800 (Xess) board which has one Virtex 800 FPGA Device. Any help will be wellcome ...
mfmartinarsystel
mfmartinarsy...
Offline Send Email
Aug 2, 2005
7:06 am
267
Ewout, perhaps you can find some of the information in the thesis: http://www.jopdesign.com/thesis/index.jsp Martin...
Martin Schoeberl
jopdesign
Offline Send Email
Aug 2, 2005
7:49 am
268
Martin: In putting together a basic kernel of JNode, I noted that there is no Wishbone bus driver. Before embarking on putting together a driver, I noted that...
juramalt
Offline Send Email
Aug 3, 2005
1:53 pm
269
... I don't think you need a driver for the Wishbone interface. Wishbone is just a hardware bus specification. In the case of JOP you access the Wishbone...
Martin Schoeberl
jopdesign
Offline Send Email
Aug 3, 2005
2:29 pm
270
This is useful info. ... So after reading this, I think you should skip all of the JNode JVM code, since it is not needed anymore. This does however mean that...
eprangsma
Offline Send Email
Aug 3, 2005
5:26 pm
271
hi all i am new to this group... is there anybody familiar with java processor "aj-100 " thanking you,,.. regards siva...
shiva_teknic
Offline Send Email
Aug 9, 2005
11:00 am
272
Hi, I have spent several days trying to change mem_xs3.vhd for spartan 3. Instead of using this (in mem_xs3.vhd file): -- the block ram is 2KB instead of 1KB! ...
mfmartinarsystel
mfmartinarsy...
Offline Send Email
Aug 12, 2005
9:54 am
273
Hi Marcos, good to hear that someone is adapting the (new) cache to the Spartan-3 version. The cache is allready implemented in the Cycylone version. Perhaps...
Martin Schoeberl
jopdesign
Offline Send Email
Aug 12, 2005
10:13 am
274
Hi, Thanks. Just for your information, I work with thesis version of JOP cause, although I will need wishbone, up to now is the easiest version to be ported. I...
Cuenta Arsys mfmartin
mfmartinarsy...
Offline Send Email
Aug 12, 2005
11:01 am
275
I got it wrong in the first place. You are trying to just substitute the RAMB16_S9_S36 by the ramb16s9s36 component and not implement the new cache design. And...
Martin Schoeberl
jopdesign
Offline Send Email
Aug 12, 2005
11:51 am
276
Thanks, I was wrong. Now it`s working for spartan 3 starter kit. The purpose of this change in the cache is because I'm trying to port JOP to virtex xcv800....
Marcos Fern.
mfmartinarsy...
Offline Send Email
Aug 17, 2005
6:23 pm
277
Hi, In your papers, several times the flexibility with the FPGA is mentioned (regarding HW/SW co-design), i.e. that some functionality can be implemented...
Mads Pedersen
gedebuk2
Offline Send Email
Aug 22, 2005
1:54 pm
278
Hi Mads I hope Martin doesn't mind my giving a rather general answer to this =) ... There are a couple of ways to accelerate JOP with hardware. - You could add...
Flavius Gruian
oceanonymous
Offline Send Email
Aug 23, 2005
10:15 pm
279
Hi Folks, I have trouble with Clock demo on Spartan3. My config/apps. : JOP/spartan 3 : ISE7.1i03 VHDL is ok (I have echo on COM port) Clock Demo :...
raphaelponsard
Offline Send Email
Aug 25, 2005
7:26 am
280
... Yes, bytecode 196 (wide) is currently not implemented. 'wide' is usually not used for normal sized applications. However, some (1.5?, Eclipse) Java ...
Martin Schoeberl
jopdesign
Offline Send Email
Aug 25, 2005
7:31 am
281
Hi Martin, For Clock Demo I use Sun jdk1.5.0_04-b05/windows (but HelloWorld Demo is running)...
Ponsard Raphael
raphaelponsard
Offline Send Email
Aug 25, 2005
9:08 am
282
Hi Rapael, jdk 1.5 is not tested with JOP. You can try to play around with the compiler flags (-target) or use jdk 1.4 Martin ... From: "Ponsard Raphael"...
Martin Schoeberl
jopdesign
Offline Send Email
Aug 25, 2005
9:24 am
283
Hi group, I've built an IO board [1] for an FPGA module to be used in a DSP lab at the university. The idea is to use USB for powering the board, transfer data...
Martin Schoeberl
jopdesign
Offline Send Email
Aug 29, 2005
4:45 pm
284
Hello I am trying to assemble the jvm.asm file following the step of the "Getting Started" but for some reason it doesn't work properly Can someone help me ? ...
guenais
Offline Send Email
Sep 27, 2005
12:32 am
285
Hi, I'm trying to run JOP on a spartan 3 starter kit. Can someone tell me on which version of ISE the project was created. I tried 7.1 (non SP) and 6.1. 6.1...
teunvandeberg
Offline Send Email
Sep 27, 2005
12:33 am
286
I have used 7.1 with no problems. I have not tried it with the latest JOP release but I have had success with 7.1 but I had the SP installed. If trying...
Brett McNerney
mac1321
Offline Send Email
Sep 27, 2005
4:44 am
Messages 256 - 286 of 1786   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