Search the web
Sign In
New User? Sign Up
java-processor · Java Processor
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1625 - 1654 of 1793   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1625
Does the simulation run? Those warnings are at Time 0 ps (before reset), so they can probably be ignored. Martin ... From: "cpbridges_ssc"...
Martin Schoeberl
jopdesign
Offline Send Email
May 1, 2009
12:36 pm
1626
You can build the ASM test programs with the Altera target from the Makefile to get the correct VHDL files generated (ignore any errors that come from not...
Martin Schoeberl
jopdesign
Offline Send Email
May 2, 2009
5:41 pm
1627
... Could it be that you tried to check if gcc is in your path in a cygwin bash shell and run the make in a DOS box? And the path setting is different in the...
Martin Schoeberl
jopdesign
Offline Send Email
May 2, 2009
9:36 pm
1628
OK, I was able to figure it out with the help of a brilliant engineer from Honeywell. This is going to come as no surprise, but it has to do with Microsofts...
dslaman0877
Offline Send Email
May 3, 2009
11:33 pm
1629
Hello Martin: OK, thanks, I did just that. "testmon.asm" produces the following in HyperTerminal upon programming the FPGA: 77777777=AAAAAAAA> however, I am...
reinheitsgebot1487
reinheitsgeb...
Offline Send Email
May 5, 2009
1:00 am
1630
Hello! Try this - http://tech.groups.yahoo.com/group/java-processor/message/1354...
Oleg Belousov
strijar
Offline Send Email
May 5, 2009
3:40 am
1631
Hi Martin, Yup, the simulation runs fine but I'm worried that either: a) my testbench is wrong for the combined LEON3/ JOP, b) that the memories are not...
c.p.bridges@...
cpbridges_ssc
Offline Send Email
May 5, 2009
8:26 am
1632
Hi Kai, good to hear that you managed the port to a new platform. Looking forward to see the double point SoftFloat. Did you run any test vectors against this...
Martin Schoeberl
jopdesign
Offline Send Email
May 5, 2009
4:44 pm
1633
If blink.asm does not produce the correct output you don't need to go further with the memory test. A single '0' is a little bit strange. Are you using any...
Martin Schoeberl
jopdesign
Offline Send Email
May 5, 2009
4:45 pm
1634
Hey Martin, JOP'ers, I'm still getting some very odd errors here that aren't at 0 ps. Any ideas? Cheers, Chris # Time: 35196 ns Iteration: 4 Instance:...
cpbridges_ssc
Offline Send Email
May 18, 2009
9:06 am
1635
Hi Chris, I'm wondering what the componen cmp_jcache is? That's not part of the JOP source, so I cannot tell you what's wrong ;-) Cheers, Martin ... From:...
Martin Schoeberl
jopdesign
Offline Send Email
May 18, 2009
12:09 pm
1636
Hey Martin, That is the jop cache. It was renamed as LEON3 has its own caches that were causing a conflict. I've added an image of the behaviour in ModelSim...
c.p.bridges@...
cpbridges_ssc
Offline Send Email
May 18, 2009
12:38 pm
1637
It's hard to tell from the image you sent me. Lot of signals are actually undefined (red). The 'rd' signal for the first memory read is not active for a full...
Martin Schoeberl
jopdesign
Offline Send Email
May 18, 2009
1:10 pm
1638
Hey Martin, Thanks for the message about this and I'm trying to get this working with a combined LEON3 and JOP application that goes in prom. I'm having a look...
c.p.bridges@...
cpbridges_ssc
Offline Send Email
May 18, 2009
5:18 pm
1639
Hi Chris, ... Yes, that's interesting. However, if JOP does not start from address 0 you have to change a lot of things (JOPizer, jvm.asm). So would be best to...
Martin Schoeberl
jopdesign
Offline Send Email
May 20, 2009
1:16 pm
1640
Cheers Martin for the details. I was doing something VERY similar in C to what you've written there but with a double. What I do next after the array is loaded...
c.p.bridges@...
cpbridges_ssc
Offline Send Email
May 20, 2009
1:42 pm
1641
Why a double???? Use a 32-bit int. Cheers, Martin ... From: <c.p.bridges@...> To: <java-processor@yahoogroups.com> Sent: Wednesday, May 20, 2009 4:40...
Martin Schoeberl
jopdesign
Offline Send Email
May 20, 2009
1:47 pm
1642
It's changed now to int as it's not required - I was having a problem in viewing them. Printing out the values using int gives me odd values. E.g. the first 5...
c.p.bridges@...
cpbridges_ssc
Offline Send Email
May 20, 2009
2:13 pm
1643
As I don't know either, as I don't know the vaules in your .jop file. Martin ... From: <c.p.bridges@...> To: <java-processor@yahoogroups.com> Sent:...
Martin Schoeberl
jopdesign
Offline Send Email
May 21, 2009
8:36 am
1644
... Hi Giuseppe, ... Do you implement this trace mode for simulation or JOP running in a FPGA? I want to do the second one over a JTAG interface and I'm...
rodolfogalvao@...
rodolfogalva...
Offline Send Email
May 21, 2009
8:53 am
1645
... As it is not yet finished, there is no real documentation. You can look into the source: PC side is under jop/java/tools/src/com/jopdesign/debug and the...
Martin Schoeberl
jopdesign
Offline Send Email
May 22, 2009
2:39 pm
1646
It loads fine, no problem there now and I've got the correct array. With regards to the previous ModelSim screenshot I sent you. I think there are some signals...
c.p.bridges@...
cpbridges_ssc
Offline Send Email
May 25, 2009
1:44 pm
1647
From the previous message, I've figured out that the bcl_array isn't being loaded. Problems could include the AHB arbiter using the AMBA bus or missing parts...
c.p.bridges@...
cpbridges_ssc
Offline Send Email
May 26, 2009
11:24 am
1648
Chris, you need to give me more information on your problems. It's almost impossible for me to track what is going on at your side. What is the "bcl_array"?...
Martin Schoeberl
jopdesign
Offline Send Email
May 27, 2009
7:10 pm
1649
Hi Martin, Sorry for the confusion. I am using the mem_sc component and have connected the SimpCon interface there already. When JOP has access to the bus it...
c.p.bridges@...
cpbridges_ssc
Offline Send Email
May 28, 2009
10:40 am
1650
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,...
Rodolfo Galvão
rodolfogalva...
Offline Send Email
Jun 1, 2009
2:54 pm
1651
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...
Martin Schoeberl
jopdesign
Offline Send Email
Jun 1, 2009
4:26 pm
1652
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 ...
c.p.bridges@...
cpbridges_ssc
Offline Send Email
Jun 2, 2009
4:07 pm
1653
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...
Martin Schoeberl
jopdesign
Offline Send Email
Jun 3, 2009
1:00 pm
1654
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 ...
c.p.bridges@...
cpbridges_ssc
Offline Send Email
Jun 3, 2009
1:37 pm
Messages 1625 - 1654 of 1793   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help