Hi, alberto thanky for the cooperation, before going for the simulation i need to have a all VHDL FILES for simulation, these ( some files ) can be generated...
Are you working under Linux? If so then the different path delimiters are the issue (':' vs. ';'). Use the Ant design flow instead (with build.xml): ant tools ...
Martin, As you suggested, I used the testmon and blinker to verify that the new memory interface was properly function. Recall that I replaced the SDRAM with...
Marlon, ... That's now an indication that the memory interface is basically correct. However, there can be timing issues which are not easily detected by the...
Hi Martin, JOP'ers, Yup, you're absolutely correct. I could be a while debugging what the problems are in the respective JADE builds so I'll have to keep you ...
Hi Chris, use the JDK from directory jdk11. The jdk14 has issues with the Java compiler (Trevor wrote about a work around) and more important the classes in...
OK, that sounds great. I have already got the jsim to compile and 'kind-of' run the MainWrapper file I use to pass arguments to the JADE middleware but I'm...
... the ... replaced ... acknowledge ... interface. ... the ... start ... memory ... properly. ... Martin, I am mapping JOP's memory space to an Infineon...
Marlon, ... DDR SDRAM is not an easy thing - you have to meet tight timings at the IO pads. Is your design constraint to meet the setup and hold times at the...
Hi Martin, Sorry to bother again. I've read the workaround by Trevor, which is very similar to the functions I need with JADE (arrays, strings, etc) and ...
Hi Chris, ... I do NOT recommend to use jdk14 - it's a not finished port! Actually I should remove the directory from the CVS ;-) ... BTW: Runtime.java is...
Hi Martin, I've used the jd_base and jdk11 source with my source files into 'jdk_cpb' from the phoneME as you suggested and it appears to be working but I...
Hi Chris, ... it looks like all classes are now generated and found - a good thing! ... I see the error in JOPizer. It's in a part where JOPizer tries to find...
Martin, ... Yes indeed! This was no easy task, I assure you. The WB memory interface has been constrained to meet the IO pad timing requirements as specified...
Right, I've now compiled and correctly have JADE-LEAP midp running with an active JOP file. Uber thank-you to Martin for his patience :) The error I'm getting...
hi friends, can any one help me that 1. I want to understand the behaviour of JOP, by doing the simulation using a Modelsim or xilinx tools. and i am using a...
Chirs, ... That's very good! I did not expect that it will go so fast with collecting missing classes ;-) ... However, could also be a limit of JOP. One of...
As written in the former mail: the Makefile does not work in Linux. You have to use ant: http://ant.apache.org/ Have you tried ant under Linux? Cheers, Martin ...
Sir Martin WE am doing my final year project of engineering on this topic.. We need a bit help..... we are over with literary survey of JOP.. Can u tell us...
Hi, ... ok, that's fine. What is the title of your final year project? ... We can give you help if you are a little bit more specific with your question. ... ...
Hi, Sorry to ask a dumb question but, can/should I be able to download HelloWorld.jop to my board using the usb byteblaster? I use quartus2 to dl JOP to the...
Joe, ... that's not a dumb question - it's a quite complex thing ;-) ... The Java application (.jop file) is usually downloaded via a different communication...
Actually I have the DE1 board (older, with a Cyclone2, usb and 1 uart). Its my PC, a IBM T-40, it only has USB, no serial. I don't have a usb-serial dongle,...
... That's fine. ... Get a USB/serial cable. It's cheap and will save you a lot of troubles. ... That will not solve the .jop file download proble. It still...
Hi Martin, I have tried to install the rpm of ant from the apache.org, but i could not able to succeed. So now i am trying to use in the windows system itself...
... Use the Makefile with make to build the whole system. Don't try to do all build steps manually. Just do: make tools make sim and everything gets built and...
Hi Martin, I've also got it working with pjava too :) But I'm not sure how 'make sim' is operating. All the messages I get are the usual JOP Start message and...
Hi Chris, ... It needs to run VERY long in the simulation. The simulation is slow. The default is to run just for a few us. You have to press a button with...
Hi Martin, You're absolutely correct. After 10 minutes or so of simulation (at around 18 m/s), I get an 'exception stack overflow' JVM error from the inserted...
Hi Chris, ... ok. You would get that one way faster in HW ;-) Do you have an FPGA board where JOP is running or are you playing only with JopSim? ... You can...