Hi Martin, thanks for your tips so far. I have changed the baud rate to 57600, no change. I did a rerun of the memory test program to verify uart, again: ...
Hi Martin, just another thing I noticed while playing around with same of the make options. Maybe it worth mentioning: $ make pld_init quartus_pgm -c...
Hi Martin, I finally found and fixed the problems. 1. Regarding serial problems: gcc which is called from the jopser.bat was not found. I did not see the error...
Hi Alexander, congratulation for your problem solving competence! I'm very relieved that the issue was a SW configuration thing. However, this problem is...
hello, I have a problem that is i already setting on the environment and can do all the action. Until i compiler the java file (make java_app) It's all right. ...
Can you provide some more details on your problem? How did you check that your serial connection (COM1) to the FPGA board is ok? What FPGA board are you using?...
I'm new to here and interested in the JOP project. How possible is it to run a graphics program like that is written using Swings, etc. ? Has JOP already...
Hi Pakon, ... Welcome to the JOPers! ... To my mind this is very possible. Just try it! ... There is a VGA controller already implemented. It is called...
Maybe I was thinking on the wrong way, I was thinking about the APIs (which would be the software part in general understanding). But the highest level of JOP...
Sorry,i using Xilinx Spartan 3 Starter-kits. i try it on another board is the same(still on Xilinx Spartan 3 Starter) And use comport1 to send data to himself...
Ok, but which starter kit exactly. Xilinx is a little funny as they provide quite different types under the same name. You can lookup older messages on this...
My on board chip is XC3S200. And i have a question: when i use ISE(8.2) to program FPGA, it has a warning message "WARNING:iMPACT:2257 - Statup Clock has been...
... Because i use anothor board it's still that. You thank maybe the board have some hardware's question? Maybe the SRAM or COMPORT? Thanks a lot for your...
Hi all, without *any notification* opencores.org changed the repository system to SVN. While it can be debated whether SVN or CVS is better (or even use git)...
... How annoying :-| ... Perhaps opencores needs a competitor. Can sourceforge be used for this kind of thing? ... I think you need access to all the files...
I've checked out the actual version of JOP and made a .zip file available at: http://www.jopdesign.com/files/jop.zip However, the way they did map CVS tags to...
Dear all, due to the issues with opencores I've moved the JOP source to a new host (www.soc.tuwien.ac.at). This movement was also a good chance to upgrade to a...
Hi all, has anybody switched to Quartus 9.0 up to now? I have mixed impressions. JOP built fine at the first try, a group of students did several builds of JOP...
Hi Alexander, thanks for your patch. I've updated the Makefile to remove almost all (sim.bat is still missing) batch files. It was a TODO on my list for a very...
I would say the lowest level is the bytecode processor. It's still not exactly clear what you intend to do. You say 'let's the HW designers map...' - does this...
Maybe I need some reviews on the whole architectures of JOP :) What I was thinking is that if all the rest parts of libraries (Swing, etc.) should be...
Hi Martin, thanks for patching the Makefile. I think it is now very clean (better than my approach :))and it builds now out of the box on a Windows machine...
Hello! I connected BRAM blocks instead SRAM in Virtex-5. Total size 32k of 32-bits words. But but it does not work with jopser! testmon work ok. Does JOP...
Hi, 32k of 32-bit words means 128 KB, right? That should be enough. I think the memory interface should work with 0 wait state, but I'm not sure. Could be the...
... That's strange. Did you define your memory with Xilinx BRAMs or did you use standard VHDL code as in sdpram.vhd? You can actually use that VHDL file to...
Hi JOPers, Martin, I'm trying to combine two footprints: 1 LEON3 application and 1 JOP application for a dual-core system with C and Java but am having an...