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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 839 - 868 of 1784   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
839
Hi, I downloaded the stable version, jop.zip, from http://jopdesign.com/download.jsp and attempted to build the S3SK project with Xilinx Project Navigator...
George Hovey
hovey_george
Offline Send Email
Aug 13, 2007
1:53 pm
840
Looks like you did not generate those VHDL files you're missing. check following link for the way how to generate JOP for Xilinx: http://www.jopwiki.com/Xilinx...
Martin Schoeberl
jopdesign
Offline Send Email
Aug 14, 2007
3:50 pm
841
Hi Martin, Re your post of Tue Aug 14, 2007 8:50 am (PST), I wasn't ignoring the build documents. The entry on JopDesign.com for News for October 2004 seemed...
George Hovey
hovey_george
Offline Send Email
Aug 15, 2007
1:00 pm
842
Hi George, I know the issues of a too complex build process and a simple one command build would be nice. The main issue is that I've not (yet) integrated the...
Martin Schoeberl
jopdesign
Offline Send Email
Aug 15, 2007
2:37 pm
843
Hi Martin + Jop'ers, I was wondering whether anyone has tried to follow GRLIB's docs/methods for intergrating new cores at all? I'm stuck specifically at...
Christopher P. Bridges
cpbridges_ssc
Offline Send Email
Aug 15, 2007
4:35 pm
844
... I've used part of the GRLIB to attach the SRAM memory controller to JOP via a SimpCon/AMBA (simplified) bridge. Furthermore, I've ported the LEON design to...
Martin Schoeberl
jopdesign
Offline Send Email
Aug 16, 2007
10:19 am
845
Dear All, Does any one known any intiative for implementing jop in silicon ? Tks, Jardel Silveira. http://www.lesc.ufc.br...
Ricardo Jardel Nunes ...
jardel.silveira
Offline Send Email
Aug 17, 2007
9:42 pm
846
... I'm not aware of anyone who is doing it. Besides the cost it could be fun. One change for JOP needed is initialization of the on-chip memory. However, this...
Martin Schoeberl
jopdesign
Offline Send Email
Aug 18, 2007
9:55 am
847
Dear Mr. Martin, Thank you for the answer, Regarding to the cost, maybe it could be reduced by submitting the project to Mosis Research Program ( ...
Ricardo Jardel Nunes ...
jardel.silveira
Offline Send Email
Aug 18, 2007
11:11 am
848
Hi Martin, Jop'ers Sorry to bug you so often about all this :) But I was wondering how I can bring in other jars (linking errors) to use with 'make Jsim'. ...
c.p.bridges@...
cpbridges_ssc
Offline Send Email
Aug 20, 2007
11:36 am
849
... Did anybody tried it in the meantime to port it to a xilinx board ? Spartan 3 or Spartan 3e ?...
e.stiebler
emu@...
Send Email
Aug 20, 2007
1:22 pm
850
I'm adding as much information as possible (it might help). I'm trying to add external jars to the makefile for 'make jsim'. I'm also unsure if makefile lines...
Christopher P. Bridges
cpbridges_ssc
Offline Send Email
Aug 20, 2007
2:34 pm
851
Hi Chris, this doesn't help. You added your .jar to the classpath of the Java part that is running on the PC. ... ^^^^ You could also change the makefile to...
Martin Schoeberl
jopdesign
Offline Send Email
Aug 20, 2007
2:59 pm
852
Hi Martin, Yes, very sorry for the lines of code! I changed the top part back to the original (as I know it's for the PC end part). But the problem is that if...
c.p.bridges@...
cpbridges_ssc
Offline Send Email
Aug 20, 2007
4:17 pm
853
Actually you need it at two places: 1. when compiling your application 2. when linking with JOPizer (generation of xxx.jop) both are part of make target...
Martin Schoeberl
jopdesign
Offline Send Email
Aug 20, 2007
4:27 pm
854
Thanks Martin, I'll give it a shot :) ... From: java-processor@yahoogroups.com [mailto:java-processor@yahoogroups.com] On Behalf Of Martin Schoeberl Sent: 20...
c.p.bridges@...
cpbridges_ssc
Offline Send Email
Aug 20, 2007
5:02 pm
855
... The silence on the list indicates that it has not yet been done. Perhaps you can give it a shot ;-) Martin...
Martin Schoeberl
jopdesign
Offline Send Email
Aug 20, 2007
6:54 pm
856
Thanks Martin, I have a better idea of what is happening here now :) You're correct about the jar file with JOPizer, it will only allow 1 jar file (whereas I...
c.p.bridges@...
cpbridges_ssc
Offline Send Email
Aug 21, 2007
2:58 pm
857
... mmh, you're confusing me. Hwo can you say that adding to TARGET_JFLAG works when compilation actually does not work? Perhaps try first to get all sources...
Martin Schoeberl
jopdesign
Offline Send Email
Aug 21, 2007
3:17 pm
858
Hi Martin, JOPers I got the compilation going fine and added my jars to the classes.zip (which is really great, thank you!). The previous error was a silly ...
c.p.bridges@...
cpbridges_ssc
Offline Send Email
Aug 22, 2007
9:23 am
859
I assume that your main class is in some package. That's where parameter P2 comes into play - or directly set MAIN_CLASS there is are examples in the Makefile...
Martin Schoeberl
jopdesign
Offline Send Email
Aug 22, 2007
10:31 am
860
I've tried it both ways in the last few days and both ways give the same error (see prev message). Also, in TARGET_JFLAGS, I must also set the -classpath ...
c.p.bridges@...
cpbridges_ssc
Offline Send Email
Aug 22, 2007
12:03 pm
861
ok, perhaps I should try. Can you send me your .jar files and the application example and I will see how I can get it done. Martin ... From:...
Martin Schoeberl
jopdesign
Offline Send Email
Aug 22, 2007
4:11 pm
862
Dear Mr. Martin, Do you know of another modifications (besides initialization of on chip memories) in VHDL for porting jop to silicon ? Regarding this point,...
Ricardo Jardel Nunes ...
jardel.silveira
Offline Send Email
Aug 23, 2007
5:01 pm
863
... the branch offsets of the microcode are also generated VHDL files. If microcode does not change that is not an issue. If you want to have updateable...
Martin Schoeberl
jopdesign
Offline Send Email
Aug 23, 2007
11:02 pm
864
CALL FOR PARTICIPATION The 5th Workshop on Java Technologies for Real-Time and Embedded Systems JTRES 2007 http://www.vmars.tuwien.ac.at/jtres2007/ 26-28...
Martin Schoeberl
jopdesign
Offline Send Email
Aug 24, 2007
8:54 am
865
Dear Martin, Thank you very much for your precious support. At a first moment, I would be happy without uptdateable code :) . But this would an interesting ...
Ricardo Jardel Nunes ...
jardel.silveira
Offline Send Email
Aug 24, 2007
5:53 pm
866
Jardel, may I ask you what your intention is? Are you planning to produce some silicon? Martin...
Martin Schoeberl
jopdesign
Offline Send Email
Aug 24, 2007
6:36 pm
867
Dear Mr Martin, I'm a beginner in ic design. After months of study of tools and technologies, now I'm just choosing an study case for my first ic. I think JOP...
Ricardo Jardel Nunes ...
jardel.silveira
Offline Send Email
Aug 24, 2007
7:55 pm
868
Hi there, I've been examining JOP for a while now, as I'm hoping to use it in my research. I'm using the Spartan 3 starter board as it was reasonably cheap and...
c.watterson
Offline Send Email
Aug 30, 2007
2:44 pm
Messages 839 - 868 of 1784   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