... In principe, yes ;-) If we want to make the picture more complex we can throw in the designs with the FTDI chip on board: the dspio and the lego I/O...
Hi Martin, I've sorted my last problem but I still seem to have the same problem (see www.geocities.com/cpbridges_ssc/jopahb4.bmp). It the RTL schematic, the...
Hi Martin, I am trying to use JOP for the Altera DE2 board. However, when I try to make japp, I get the following error: make config_usb make[1]: Entering...
Hi Joseph, that's an issue with permissions and the CVS. Change the permission for execution either with properties of the file in the windows explorer or in a...
Hi Martin, Can you tell me what these files contain in greater depth please? Specifically, in .jop file: // 8: read([B)I 707461931, // 42 43 3 43 -1095368702,...
Hi Martin, I've made progress--based on your suggestion, I've gotten past the previous error and reached another one. First, regarding your question, ... I do...
Joseph, I think the error message states what the issue is: you've not connected your download cable properly or forgot to power the FPGA board. Cheers, Martin...
Hi Chris, I think it should be ok to use the files as they are in the s2sk configuration (xlinix/s3sk/jop.npl). And in that configuration (as in the nexys2)...
... 8 is the start address (in 32 bit words) [B is the input argument - in that case an array of boolean I is the return value of the method - integer ... This...
That's great. Cheers, Martin :) ... From: java-processor@yahoogroups.com [mailto:java-processor@yahoogroups.com] On Behalf Of Martin Schoeberl Sent: 10...
Martin, Thank you for your help! You were right--apparently the connection was the problem. However, I am still unable to see "Hello World" output. When I type...
Hi Martin, In regards to the Altera DE2 Board, I was wondering about the prospect of running JOP on a NIOS II. However, when I open up the Quartus II project...
Looks like you're mixing two things: Either you want to build JOP running as JVM and download a Java program or you run the memory test program (as your...
... I'm confused. What do you mean by 'running JOP in a NIOS II'? ... Yes, JOP is a processor as NIOS II is. "Running one processor" on another could be called...
Hi Martin, You were right regarding the memory test program. That is what I was running before trying to build JOP as JVM and downloading a Java program. I...
Martin, Thanks for clearing up the confusion. I have been thinking about how to get a JVM on a NIOS II. Clearly, your solution is a processor in itself, so...
Hi Joseph, it's not that clear, but for your configuration you have to set in the Makefile "USB=false". This flag is really only for the FTDI chip based...
Hello sir! This is first time to post my message. I'm not good at dealing with FPGA, ISE, and JOP, and using sp3sk from Xilinx. I tried to install JOP on the...
Hi Martin, Which parts of the Java API are available on JOP? I am looking through your directory structure, and, in "jop\java\target\src", there are three...
Hi Joseph, ... That's good news! ... This is a reminder that multinewarray has an open TODO ;-) It accepts at the moment only two dimensional arrays... ... ...
Mmh, that's not an easy question. Basically jdk_base and jdk11 are used in the build process. jdk14 was a test version to get collections running, but after...
Hi Martin, Regarding Echo.java and HelloVga.java, please let me know whether you can answer the following two questions: 1) I am attempting to test standard...
Try following: Stop the build process after you get the start message from JOP and start Hyperterminal to connect to the now free serial port. about VGA: there...
Hi Martin, ... That sounds great! Now, while I know this is probably something simple, I have not stopped a build process before. What exactly do I need to do?...
Hi Martin, Yes, I have done that before (just did not know the term for it). Please let me know what the baud rate (and other settings) should be for the...
Use no flow control in your setting, baud rate is 115200. Write a little program that continues to write to System.out to check your Terminal settings. No you...
Martin, Thanks! That clears up some of the confusion. ... While I will investigate CLDC 1.1 some more, the best way to understand what parts of the Java API...