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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 1058 - 1087 of 1773   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1058
Dear Collegues: I am a very experienced software developer and systmes architect, but I'm a complete newbie with FPGAs, and I have forgotten what I knew from...
danclemmensen
Offline Send Email
Jan 7, 2008
1:16 pm
1059
I found the the initial problem. the makefile uses semicolons to separate the files in the classpath. This does not work on Linux. replacing all "\;" with ":"...
danclemmensen
Offline Send Email
Jan 7, 2008
1:16 pm
1060
Colleagues: The User reference describes the process fro using JOP, to include make tools This fails on Linux systems, as described in earlier posts to the ...
Dan Clemmensen
danclemmensen
Offline Send Email
Jan 7, 2008
1:17 pm
1061
Hello Martin, I have spent the last 4 weeks simulating and testing the wishbone compliant DDR SDRAM interface that we discussed last month. Several subtle...
Marlon C. Winder Jr.
mcwaccent
Offline Send Email
Jan 7, 2008
9:08 pm
1062
Dan, ... Thank's for pointing this out! Is it really just the ':' seperator and the Makefile works under Linux? That's good news. BTW: there is another way to...
Martin Schoeberl
jopdesign
Offline Send Email
Jan 7, 2008
9:09 pm
1063
... mmh, I don't think this will be an issue for just a few days :-( The spartan s3e sk has a DDR SDRAM as memory and there is no such controller available in...
Martin Schoeberl
jopdesign
Offline Send Email
Jan 7, 2008
9:15 pm
1064
Hello Marlon, ... ok good to hear. ... I'm not sure if I understand your configuration correctly. The UART that receives the program normally is connected to...
Martin Schoeberl
jopdesign
Offline Send Email
Jan 7, 2008
9:23 pm
1065
(Please forward this note to any colleagues who you think may be interested. Please reply to me If you would like your name removed from this mailing list.) ...
Martin Schoeberl
jopdesign
Offline Send Email
Jan 7, 2008
9:35 pm
1066
Thanks Martin, ... ModelSim ... Interesting. That explains why I could never trace the program data from rx to the core for execution (when simulating with...
Marlon C. Winder Jr.
mcwaccent
Offline Send Email
Jan 7, 2008
10:15 pm
1067
... ok, keep us posted about your progress. ... That triggeres an idea about the issue: How to you enforce that JOP waits till the initialization is done? At...
Martin Schoeberl
jopdesign
Offline Send Email
Jan 7, 2008
10:50 pm
1068
... [I wrote] ... I found other comments about this on the web, and was about to get discouraged when I found a solution by David Ashley on a forum: ...
danclemmensen
Offline Send Email
Jan 7, 2008
11:28 pm
1069
... I modified the top level of JOP slightly. The process for the internal reset was modified to include a reset, in addition to clk. As a result, an...
Marlon C. Winder Jr.
mcwaccent
Offline Send Email
Jan 7, 2008
11:36 pm
1070
... This sounds very similar to what I am trying to do on the Virtex board. Please keep us posted with your progress. I will be glad to assist you any way...
Marlon C. Winder Jr.
mcwaccent
Offline Send Email
Jan 7, 2008
11:41 pm
1071
... I would keep the original counter thing and just add ... change to: int_res <= not res_cnt(0) or not res_cnt(1) or not res_cnt(2) or rst. ... In that case...
Martin Schoeberl
jopdesign
Offline Send Email
Jan 7, 2008
11:48 pm
1072
... yes, looks like a non trivial thing. That's why I don't like DDR SDRAM. I hope simple SDRAM will be a little easier. At least for Altera there is a free IP...
Martin Schoeberl
jopdesign
Offline Send Email
Jan 7, 2008
11:57 pm
1073
... rst. ... That may work pretty well. Ill give it a try to see the results. Thanks, Marlon...
Marlon C. Winder Jr.
mcwaccent
Offline Send Email
Jan 8, 2008
1:47 am
1074
Hi, i'm FPGA expert but JAVA newbie. I want to use JOP as VHDL testbench for the opencore wishbone I2C Master. I followed the Spartan3 description in the...
but5693
Offline Send Email
Jan 8, 2008
10:25 am
1075
... Looks like a CLASSPATH setting issue. Try to remove any pathes in CLASSPATH so the JOP JDK is used for the System class instead of the JDK installed on...
Martin Schoeberl
jopdesign
Offline Send Email
Jan 8, 2008
10:32 am
1076
I can't find the CLASSPATH variable. I found following JAVA dependencies: JAVAHOME='C:\Program Files\Java\jdk1.6.0_03\bin' PATH='/cygdrive/c/Program...
but5693
Offline Send Email
Jan 8, 2008
11:00 am
1077
no, CLASSPATH should not be set. So you're running javac from within Cygwin? I usually do it from the Windows CMD box. However, just tried the make from the...
Martin Schoeberl
jopdesign
Offline Send Email
Jan 8, 2008
1:04 pm
1078
Fine for you, but it doesn't run on my pc... How can i debug it? Where i have to start? Lutz ... cygwin and ... cannot find...
but5693
Offline Send Email
Jan 8, 2008
1:15 pm
1079
I test javac with both: cygwin bash and cmd.exe (windows shell). I got the same error. I found a error explaination here: ...
but5693
Offline Send Email
Jan 8, 2008
2:43 pm
1080
... From the file you sent me in the email I see following compile string: javac -d java/target/dist/classes -sourcepath ...
Martin Schoeberl
jopdesign
Offline Send Email
Jan 8, 2008
3:01 pm
1081
OK Martin it works, i download the latest jop version and now make sim starts simulation. Thanks for your help. Lutz ... ...
but5693
Offline Send Email
Jan 8, 2008
3:37 pm
1082
... Hello Marting, I connected the rst signal to the core as you suggested. Still getting the same result. I also used the jopser.bat to generate the...
Marlon C. Winder Jr.
mcwaccent
Offline Send Email
Jan 8, 2008
9:43 pm
1083
Colleagues: I finally managed to build the DDR interface code and its test driver on my Gentoo Linux system and download it to my Spartan 3E board. The ...
Dan Clemmensen
danclemmensen
Offline Send Email
Jan 9, 2008
12:13 pm
1084
... Great news ! Please keep us updated. Which board are you using the e500 or the e1600 version ? cheers...
emu@...
Send Email
Jan 10, 2008
9:14 am
1085
Hi Martin, Firstly, Happy New Year! Thanks for that information - although I'm not sure my changes are actually having an effect as my ModelSim license is...
c.p.bridges@...
cpbridges_ssc
Offline Send Email
Jan 10, 2008
11:11 am
1086
Hi Chris, ... that's not so bad as the .jop file is very verbose. At the end of the JOPizer run you see a message on the actual program size. ... JopSim...
Martin Schoeberl
jopdesign
Offline Send Email
Jan 10, 2008
12:48 pm
1087
Hi Martin, I've changed a few things only to have a re-occurring problem in changing this for my application. It is definitely in Const.java where I change to...
c.p.bridges@...
cpbridges_ssc
Offline Send Email
Jan 10, 2008
1:49 pm
Messages 1058 - 1087 of 1773   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