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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 443 - 472 of 1767   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
443
Hello I get an error when running make! Can anyone help me? Last lines of make output: cd quartus/cycmin && quartus_pgm -c ByteBlasterMV -m JTAG jop.cdf Error:...
Kasper Hansen
kaha01ae
Offline Send Email
Jul 12, 2006
3:35 pm
444
Hello I get an error when running 'make'! Does anyone know how to solve this? Last lines of output of the 'make' command: cd quartus/cycmin && quartus_pgm -c...
kaha01ae
Offline Send Email
Jul 12, 2006
3:48 pm
445
... From: Kasper Hansen <kaha01ae@...> Date: Wednesday, July 12, 2006 5:23 pm Subject: [java-processor] Error: Programming hardware cable not...
Rasmus Pedersen
RASMUS_PEDERSEN
Offline Send Email
Jul 12, 2006
7:23 pm
446
I got to work on my labtop, but not at the ESL lab, since the altera.com site was down, so I couldn't get a vallid license. I think the issue is the lincense...
Kasper Hansen
kaha01ae
Offline Send Email
Jul 13, 2006
7:29 am
447
Hello I got problems using Ethernet! When I try to set up the Ethernet chip like this: net = Net.init(); ipLink = CS8900.init(Net.eth, Net.ip); I get some...
Kasper Hansen
kaha01ae
Offline Send Email
Jul 13, 2006
9:58 pm
448
Hi Even the common.ejip.Main is not working. The strange output is printed every time I try to make use of the Ethernet. _____ Fra:...
Kasper Hansen
kaha01ae
Offline Send Email
Jul 14, 2006
11:48 am
449
Change the quartus project in the Makefile to cycbaseio to use UDP ... printed ... processor@yahoogroups.com] ... String...
kaha01ae
Offline Send Email
Jul 20, 2006
10:47 am
450
Hi, i email u before Martin..(but anyone who knows can answer) I have some doubts. 1rst: Is it possible to simulate in Quartus or ModelSim an example ...
fedejofa06
Offline Send Email
Jul 21, 2006
1:33 am
451
... It will be hard in Quartus as you need a way to download the application (Java - .jop) to the simulation. ModelSim can read a file to initialize the main...
Martin Schoeberl
jopdesign
Offline Send Email
Jul 21, 2006
11:54 am
452
Kasper, is your issue solved, or do you need any help? Martin Change the quartus project in the Makefile to cycbaseio to use UDP ... printed...
Martin Schoeberl
jopdesign
Offline Send Email
Jul 22, 2006
12:44 pm
453
It is solved! I just had to use the right quartus project in the Makefile. I haven't worked with those before, so I didn't knew this was the problem ... Fra:...
Kasper Hansen
kaha01ae
Offline Send Email
Jul 22, 2006
1:00 pm
454
Hi there, I have interest in a typical Java bytecode execution cycles for each opcode on a typical JVM. It will be great appreciated if anyone know where I can...
wuhongyi
Offline Send Email
Jul 22, 2006
7:02 pm
455
... From: wuhongyi <wuhongyi@...> Date: Saturday, July 22, 2006 8:31 pm Subject: [java-processor] Javabyte code execution cycles ... We recently...
Rasmus Pedersen
RASMUS_PEDERSEN
Offline Send Email
Jul 23, 2006
3:48 am
456
Hi Hong, ... For a 'general' JVM this is not that easy. What do you mean with general? An interpreting, JIT or a HW implementation. You can perform some...
Martin Schoeberl
jopdesign
Offline Send Email
Jul 23, 2006
9:20 am
457
Hi Martin, I am a engineer student from Uruguay. I would like to make a simple peripheral to test the JOP. I dont know if it would be advisable to implement a...
sermartag23
Offline Send Email
Jul 29, 2006
9:50 am
458
Hi Sergio, ... Yes, this involves some VHDL coding. However, there are several examples jop/vhdl/scio ... All peripheral compenents in JOP are connected with...
Martin Schoeberl
jopdesign
Offline Send Email
Jul 29, 2006
11:41 am
459
Altera includes a System-on-a-Programable-Chip (SOPC) Builder [1] along with Quartus. This graphical tool is intended to generate systems with a few mouse...
Martin Schoeberl
jopdesign
Offline Send Email
Aug 10, 2006
11:24 pm
460
With the help of SOPC (and the SDRAM controller) a port of JOP for the Altera DE2 board is now available. Both, SRAM and SDRAM (8 MB) are connected. Now it's...
Martin Schoeberl
jopdesign
Offline Send Email
Aug 11, 2006
10:09 pm
461
... What were the size of the caches ? Do you know why you can't clock it much higher than the old cyclone ? From the marketing sildes it should be much faster...
e.stiebler
emu@...
Send Email
Aug 12, 2006
9:04 am
462
... The size of the instruction cache is 4 KB, and the stack cache is 512 Bytes (but it is never spilled to main memory in this version). I played a little bit...
Martin Schoeberl
jopdesign
Offline Send Email
Aug 12, 2006
9:16 am
463
What protocol do u have with the memory. Can u tell me what memory u use in your acex board? thx...
fedejofa06
Offline Send Email
Aug 13, 2006
1:13 am
464
... The ACEX board contains 128KB, 8bit memory. You can use the (new) SOPC builder version of JOP to attach the 8 bit memory. You also have to adapt...
Martin Schoeberl
jopdesign
Offline Send Email
Aug 13, 2006
9:08 am
465
Srry martin for all this work, i hope ..someday i repay u with a pheriperical to your jop library. 1rst: Im doing the serial interfase..and im wondering why...
fedejofa06
Offline Send Email
Aug 13, 2006
11:31 pm
466
... no problem ;-) ... As ncts and nrts are less and less supported just forget about them. I disabled the usage of HW-handshake in JOP and down.exe.... BTW:...
Martin Schoeberl
jopdesign
Offline Send Email
Aug 13, 2006
11:59 pm
467
Hello all, I am experimenting with the scheduler of JOP, and i have come across a bytecode execution problem that i can not find it's cause. What happens is...
simoskordas
Offline Send Email
Aug 18, 2006
8:26 am
468
Hello Simon, you got very far with your analyzation of the problem, congratulation! ... The athrow is the cause of the problem. At the moment the Exception ...
Martin Schoeberl
jopdesign
Offline Send Email
Aug 18, 2006
8:52 am
469
Hello Martin, ... I initialize the Dbg class by calling Dbg.initSerWait() . I used this initialization, because the testing application i use is based on the...
simoskordas
Offline Send Email
Aug 18, 2006
12:40 pm
470
Hi Martin, first, answering the question about the memory, the board im using was used with other purpose and the SDRAM was donated (is a board tha was lend it...
fedejofa06
Offline Send Email
Aug 20, 2006
10:59 am
471
The serial interface looks ok. You can use the latest down.c from the actual version: http://www.opencores.org/cvsweb.cgi/~checkout~/jop/c_src/down.c In this...
Martin Schoeberl
jopdesign
Offline Send Email
Aug 20, 2006
12:03 pm
472
Hi Simos, ... Both are ok, probably initSerWait is better. However, you can also use System.out. ... How do you get the normal and the corrupted output? That's...
Martin Schoeberl
jopdesign
Offline Send Email
Aug 20, 2006
12:06 pm
Messages 443 - 472 of 1767   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