Martin, Thanks for your reply but I think that this job is not exactly what I want ! I want to use jdb for trace jop execution (breakpoint, step, list,...
Ok, but when jdb uses JDWP than that is one way to accomplish your task. Why not using the work that Paulo has already been done? Anyway, an additional JTAG...
Hi Martin, JOPers, I've replaced all the core files in my design as it would seem that I have been using a JOP release from Jan '08 - which is quite old. I've ...
Hi Chris, ... ok, fine. ... What do you mean with "stack not set"? On my plain simulation (single JOP with 100 MHz) till 1 us there are sporadic reads (reading...
Hi Martin, Thanks for the reply. That 'stack not set' is the sporadic reads you mention. I am using the old one still at the moment to get around the ...
Martin, As I understand, for debbug a code running in JOP I must run, in addition to the application, another sw that will connect do the debug server in PC?...
====================================================================== CALL FOR PAPERS The 7th Workshop on Java Technologies for Real-Time and Embedded Systems...
Hi JOP'ers, With regards to the exception handling and interrupts, what do the irq_in signals do exactly? In my design with the LEON3, I have no handling of...
... If you do not use interrupts, you can leave the irq_in signals unconnected. That's the case for a 'standard' JOP configuration. They have a default value. ...
Hi Martin, That's what I currently have at the moment but I wanted to make it more robust. Can you tell me what the irq_in signals do exactly? I've read the...
Hi Martin, JOP'ers, I've successfully got a working JOP as an AHB Master but I have some odd results on the stack. Only tos is used and not nos. See: ...
... irq_in are for I/O devices that want to use interrupts. If you don't have such a device, just keep them open. ... mmh, I don't understand your question....
... mmh, AFAI can tell the diagram does not look so bad. NOS is getting a value after some time. That's fine as TOS and NOS are undefined at start. Martin...
I am trying to get the JOP onto the Xilinx ML405 board. I am using Xilinx ISE 10.1. First, the UCF file. I went into the JOP folder (downloaded from...
I've modified the UCF file of the ML401 to port over to the ML405. One confusing part in the ML401 UCF is starting at line 100 and on, there are descriptions...
Slew rate is the time a signal needs to change the logic level. If your external device has a tight timing (e.g. SRAM) a high slew rate helps. For less...
Alright then. I am having an issue with the UCF file. I am getting an error message which says: ERROR:MapLib:30 - LOC constraint R18 on sram_addr<21> is...
This is pretty bad, I'm replying to myself. I figured out the problem is that Xilinxs website provides an ML405 schematic for the board with an FX60 onboard,...
1. I made an assumption when creating the JOP project within Xilinx ISE 10.1. When I open the .npl file, there is a list of project files - so I went through...
... Ignore those errors as they are commands for the Altera build process. After that run the Xilinx bitfile generation and configure the FPGA. That should...
I'm using Xilinx ISE 10.1 I performed a fresh checkout of the JOP (I'm attempting to get it working on a Xilinx ML405 board with FX20 onboard). I open ISE,...
... That's strange. I just did a clean checkout, run make tools, make jopser - stoped on the quartus call and opened the jop.npl in Xilinx ISE (9.2). It...
... The latest numbers on Lift are in following paper: @ARTICLE{tpca:jes, author = {Martin Schoeberl}, title = {Time-predictable Computer Architecture}, ...
... Well, since it apparently doesn't want to work as it should - how about this idea. If I open the jop.npl file in a text document, I see this: JDF H //...