Hi Martin, Everyone, I've been working to build the jop but can't seen to find where my error is stemming from: From www.jopdesign.com/start.jsp, it says to...
... that's still true. However, the better document is the PDF available from the web site (build.pdf). ... 'depreciated' is just a warnung. You can ignore it....
Hi Martin, Thanks for the swift reply! The build.pdf has a lot better documentation (especially for porting and extending JOP) and I'm almost certain now that...
Hi Chris, yesterday I already played around with my path settings and tried to reproduce the errors you get because I also think that it is a kind of a Java...
Hi Chris, when did you checkout the JOP project? I checked it out right now with CVS and the make works fine on my machine! If you haven't checked it out...
Hi Christof, I'm using JDK 1.6 and is correctly linked as I use Java elsewhere in my work. I think it's a Java problem too - I'll try reverting to 1.5 and see...
Hi Christof, I downloaded via CVS the latest version and that works fine for me now, with JDK 1.6 as well which people might find helpful. But my new error is...
Hi Christof, I have it working! The error was that the ModelSim was on the user variables and not the system variables (in the environment) which is very odd....
Hello, I'm trying to get JOP to run as an sopc builder component on an Altera Stratix II rohs compliant development kit. My system consists of the jop avalon...
You could first test just the serial line with a small microcode program. The make target is jop_blink_test. It toogles the WD pin and prints 0 and 1 to the...
Hi Nelson, ... I think you're confusing running JOP in an FPGA and run the Java simulation JopSim. When run in an FPGA the frequency is fixed by the...
Hi all, I'm very happy :-))) to announce that an article on JOP has been accepted for the Journal of System Architecture. The PDF of the accepted version is...
Ok, If the default system output is for serial port I don't need one specific sample. Other doubt, I can define one screen for output? Sample: LCD, or others ...
You would need to build some adapter of your own. Or use a very simple DAC (some resistors) to use a VGA monitor. There exists a JOP version with a VGA...
Hi Robson, yes indeed I was working on a project called JopVga. Here is the link for more information. I know that's not very much information but you are...
Chris, could you add some more info how the pins are connected to the VGA monitor? Some shematic about the resistors and/or a link to further information (e.g....
Hi Robson, I added some more stuff to the website that should help you to get started. Nevertheless feel free to ask any questions! Cheers, Chris ... but ... ...
The link is actually in your own reply ;-) http://www.jopdesign.com/wiki/index.php?title=JopVga ... From: "Robson Thanael Poffo" <robson.poffo@...> To:...
Hi all, the Wiki for JOP has been moved to it's own domain with nicer URLs. All content and user information has been transfered. Please use the following link...
hai Martin, From India my ISP showing some problems during downloading this Docs.Can u send me this docs by Mail??(Please, this will bettter if u send me by my...
The way how static initializers are invoked by JOP has changed: short <clinit> methods are invoked directly longer ones, usually used to initialize arrays, are...