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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 1239 - 1268 of 1789   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1239
... Hi, Quang-Trung. I jhave not yet created a decent "how to" document. I did manage to dump my activity logs onto the JOP Wiki. You may want to read these to...
danclemmensen
Offline Send Email
Mar 2, 2008
5:58 am
1240
Hi Dan, Thanks for the help, it was the BlockGen which I presume was not allowed to run fully/ properly. When is it generated out of interest? Anyway, I took...
cpbridges_ssc
Offline Send Email
Mar 3, 2008
12:26 pm
1241
... Are you usiing ANT, or are you using the makefile? the two are different. By now, my toolchain is very differnt from the standard JOP. I no longer use...
Dan Clemmensen
danclemmensen
Offline Send Email
Mar 4, 2008
2:57 am
1242
I am now running a test bootloader. It is written in (restricted) Java and built into the FPGA image as an initialization of the method cache. It uses the...
danclemmensen
Offline Send Email
Mar 8, 2008
2:23 am
1243
Hello all, I have a spartan3 board, and have JOP running on this board. I am using the JOP S3k projekt, and have added more I/O's( switches, leds and...
mortensorensen81
mortensorens...
Offline Send Email
Mar 11, 2008
1:01 pm
1244
... Actually you should *not* add any specific IO devices to sc_sys.vhd. sc_sys is meant for internal IO devices only. The next level in the IO mapping is...
Martin Schoeberl
jopdesign
Offline Send Email
Mar 11, 2008
4:38 pm
1245
On Tue, Mar 11, 2008 at 9:01 AM, mortensorensen81 ... Hi, Morten. I am also a newbie, and I just went through this myself. Any given JOP system may have one or...
Dan Clemmensen
danclemmensen
Offline Send Email
Mar 11, 2008
5:22 pm
1246
Dan, ... does not look like a newbie with what you're acutally doing with JOP and your fine description of the IO system ;-) Perhaps you would like to add this...
Martin Schoeberl
jopdesign
Offline Send Email
Mar 11, 2008
6:01 pm
1247
... Perhaps not a JOP newbie any more, but still a VHDL newbie. ... I made a preliminary edit: perhaps others can improve it. ... See? I really am a VHDL...
Dan Clemmensen
danclemmensen
Offline Send Email
Mar 12, 2008
2:11 am
1248
Hi, Dan and Martin. I want to thank you both for your quick answers. I still fail to see the address connection, this is why I added some code to sc_sys. I...
mortensorensen81
mortensorens...
Offline Send Email
Mar 12, 2008
9:05 am
1249
On Wed, Mar 12, 2008 at 5:05 AM, mortensorensen81 ... Your scio_xxx.vhd file defines the starting address for the sc address range. By convention, the base...
Dan Clemmensen
danclemmensen
Offline Send Email
Mar 12, 2008
9:41 am
1250
On Wed, Mar 12, 2008 at 5:05 AM, mortensorensen81 ... Sorry, my earlier reply failed to answer your specific question. scio_min.vhd generates a multiplexer...
Dan Clemmensen
danclemmensen
Offline Send Email
Mar 12, 2008
9:55 am
1251
... The mulitplexer is here: sc_io_in.rd_data <= sc_dout(sel_reg); sc_io_in.rdy_cnt <= sc_rdy_cnt(sel_reg); The mapping is done by using the correct index for...
Martin Schoeberl
jopdesign
Offline Send Email
Mar 12, 2008
10:16 am
1252
Hi, Geeez so easy :) Thanks to the both of you for your answers, it really helped me. I finally managed add a peripheral device (my VERY simpel vga "driver")...
mortensorensen81
mortensorens...
Offline Send Email
Mar 14, 2008
7:19 am
1253
Hi Martin, in a previous post, you quote a very promising approach to Hardware Object in Java SoC ... ...
rponsard
Offline Send Email
Mar 23, 2008
3:22 pm
1254
Hi Martin, ... thanks -- a+ raph...
r p
rponsard
Offline Send Email
Mar 23, 2008
3:22 pm
1255
Hi Raph, ... As written in the paper we have implemented it in three JVMs. You can find the implementation on JOP with the examples at: ...
Martin Schoeberl
jopdesign
Offline Send Email
Mar 23, 2008
5:20 pm
1256
I once purchased the Altera Cyclone EP1C6Q24 from jopdesign.com (item #CYC1M32M), and I'd like to do so again, but I'm in the US, and the Euro conversion rates...
Trevor Harmon
vocaro2000
Offline Send Email
Mar 29, 2008
9:03 pm
1257
Hi Martin, I know this is an old thread issue but I still can't figure out how I'm getting 'array out of bounds errors'. There any chance you could look at my...
c.p.bridges@...
cpbridges_ssc
Offline Send Email
Mar 31, 2008
7:29 am
1258
Hi Chris, the last time you sent me the files I was not able to compile the project from the sources. Have you cleaned up that issue? In that case I can take...
Martin Schoeberl
jopdesign
Offline Send Email
Mar 31, 2008
8:00 am
1259
Trevor, there is no US vendor that trades that board. There has been one in Germany, but he dropped the board as He tried to get a deal with Xilinx :-( Cheers,...
Martin Schoeberl
jopdesign
Offline Send Email
Mar 31, 2008
10:46 am
1260
Hello, I am currently using JOP to investigate the use of a java run-time verification engine on code executing in an embedded system (in this case, JOP on...
Conal Watterson
c.watterson
Offline Send Email
Mar 31, 2008
11:09 am
1261
... Sounds interesting. ... That fits to the serial line baud rate: 115 kBit => ~10 kChar/s => 100 us per character. ... I would use a output buffer for your...
Martin Schoeberl
jopdesign
Offline Send Email
Mar 31, 2008
11:25 am
1262
... Thank you for the answers Martin. I did proceed with a test arrangement using this model and it works a treat. If I performed WCET analysis correctly, it...
Conal Watterson
c.watterson
Offline Send Email
Apr 15, 2008
10:30 am
1263
... I agree that this is very slow. Perhaps you can nail it down where that many cycles are spent for this simple operations. ... Why do you need wait/notify?...
Martin Schoeberl
jopdesign
Offline Send Email
Apr 16, 2008
9:27 am
1264
... My concern is that I'm not sure what happens if the writer thread pre-empts another thread while it is in the middle of writing to the buffer the writer...
Conal Watterson
c.watterson
Offline Send Email
Apr 16, 2008
10:35 am
1265
... Ok, using synchronized avoids mixing output characters, but introduces the blocking time. When you can skip the output in one period what about setting a...
Martin Schoeberl
jopdesign
Offline Send Email
Apr 16, 2008
2:46 pm
1266
Hi Martin, I've still looked at this for a while now. Any pointers on what's going wrong? I was wondering what the steps were to upgrade JOP to a JRE 1.4? Kind...
c.p.bridges@...
cpbridges_ssc
Offline Send Email
Apr 22, 2008
2:32 pm
1267
Hi Chris, ... I got some files from you, but I never got a version that can be complied from the source. The makefile, which was part of one version you sent...
Martin Schoeberl
jopdesign
Offline Send Email
Apr 23, 2008
7:54 am
1268
Hi, I am new to JOP. I have a Xilinx ML401 board and I am trying to work out the JOP HelloWorld example. So far I can successfully synthesis and download the...
terrencemak
Offline Send Email
Apr 26, 2008
6:20 pm
Messages 1239 - 1268 of 1789   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