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...
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...
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...
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...
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...
... 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...
... 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...
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'. ...
... Did anybody tried it in the meantime to port it to a xilinx board ? Spartan 3 or Spartan 3e ?...
e.stiebler
emu@...
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...
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...
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...
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...
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...
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...
... 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...
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 ...
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...
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 ...
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,...
... 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...
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...
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 ...
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...
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...