Hi I tried to port JOP on FPGA board Nexys2 Xc3S1200, but I couldn't make JOP work on it. Does anyone know how to do it? Thank you for your helping....
... No , I just tried to run program HelloWorld on JOP (print Hello World to the console of PC). But it didn't show anything. To make JOP on Nexys 2 Xc3S1200,...
... I had problems with the launch jop at Spartan3E and Virtex. Do not work correctly sub/add. Helped patch file stack.vhd - uncomment lines 170-182 and...
... in file stack.vhd uncomment lines 170-182 -- a version that 'could' be better in Spartan --process(a, b, sel_sub) --begin -- -- if sel_sub='0' then --...
I have other question. Does anyone try to measure clock cycles which are taken by program on JOP in FPGA board Nexys 2 Spartan 3e 1200? I tried to do it but it...
I have a question. Does anyone try to measure clock cycles which are taken by program on JOP in FPGA board Nexys 2 Spartan 3e 1200? I tried to do it but it...
... mmh, I'm now a little bit confused. I don't understand why the different definition of addition and subtraction make a break/fail difference. Both versions...
... Yes, we do, but not not on this board. ... Can you tell us the example program you're measuring where the WCET value is less than the measurement. ... ...
Hi Jardel, you're right that there is a lot of activity on JOP. However, most of the frequent check-ins are not directly related to the core processor. For...
Dear Mr. Martin, First of all, I would like tahnk you for the attention and precious support. Yes, I would like you send me date of that version. Is that...
20080627 was the day after the deliverable, but I'm still not convinced that this is the best approach to work with JOP ;-) Martin ... From: "Ricardo Jardel...
Martin, I understand your point of view. Is there a functional verification setup for the JOP ? Something like regression tests ... Tks, Jardel. 2008/12/13...
We have a minimum of regression tests: test cases under test/jvm and test/jdk and two application benchmarks under bench/jbe. Any contributions to the test...
Hi Martin, Everyone Is there anyway of figuring out how much memory and stack I'd require if I knew the statistics of my program? Class sizes, RAM usage, etc. ...
Hi Chris, the stack size does not depend on the numbers of classes, but on the maximum call depth and the number of arguments + locals in each method. The...
Hi all, I tried to generate mem_main.dat by typing "make sim". But it gives a error. I think it gives the error in the javac command. Do I need the jdk 1.5 to...
We're now using generics in some tools, and even for JOP ;-), so at least Java 1.5 is needed. I will update the documentation. Cheers, Martin ... From:...
This is my first post to the list. Have been lurking for quite a while and finally started seriously working on JOP. I finally got my Spartan 3AN startup kit...
Hi Martin, Firstly, Happy New Year! Thanks for the information. I'm looking at both still. I've linked JOP with the AMBA AHB Bus now and getting some testing...
Hi Everyone, I think I have found it for my application, in my .jop.txt file (over 7MB). The first line is just a class but then: Code(max_stack = 4,...
Hi, is it possible to run jop with Xilinx Spartan-3AN Starter Kit? how can i configure the jop for Xilinx Spartan-3AN Starter Kit with device xc3s700an ? Sorry...
Hi Alireza, the issue with this starter kit is not the FPGA type, but the memory type. It is a DDR2 SDRAM and not a SRAM. There is no DDR2 SDRAM controller in...