Search the web
Sign In
New User? Sign Up
leon_sparc · LEON SPARC
? 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 5272 - 5301 of 16505   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5272
My ModelSim does not support "-o5". However, the error persists even after removing "-o5", something strange here... bash-2.05b$ make vsim cd leon; make ...
Leif Granholm
leif_ssc
Offline Send Email
Jul 1, 2004
7:51 am
5273
In eth_oc.vhd, change the following lines: if dmao.active = '1' and dmao.ready = '1' then ack_o := '1'; if v.start = '0' then v.ahbmst_state := respond; end...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Jul 1, 2004
9:28 am
5274
Try to run the vcom command manually and without -quiet, to see which error messages it prints. Jiri. ... -- ... Gaisler Research, Första Långgatan 19 S-413...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Jul 1, 2004
9:49 am
5275
Hi all, I am looking foward to understand the codings, and structures (including testbench) of LEON II, Have any suggestion how can I start ? Thank you jimmy...
doltsheep
Offline Send Email
Jul 1, 2004
9:52 am
5276
The leon coding style is described in this paper: http://www.gaisler.com/doc/vhdl2proc.pdf There is no architectural design document for leon, other than the...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Jul 1, 2004
9:56 am
5277
Hello Jiri and all, I was wondering about SpaceWire IP solution for LEON, as a possible future user. I know that ESA (will) provide(s) a SpaceWire VHDL IP...
Stephane Davy
stephane.davy@...
Send Email
Jul 1, 2004
12:11 pm
5278
I am still trying to get Leon using my SRAM-SDRAM, but I get very strange results. In fact when I run grmon with the "-i" option no sdram/sram is found and ...
Michele Portolan
michele.Portolan@...
Send Email
Jul 1, 2004
2:48 pm
5279
It still looks to me as if your Ram is not connected up properly. If DSUMON/GRMON probes the memory and gets incosistant/incorrect responses then it will...
Richard Pender
richardpenderch
Offline Send Email
Jul 1, 2004
3:27 pm
5280
... Seems so. Schematics give the the 32-bit SRAM tied to A<0:18>, CE#,WE# and OE#, so i connected them to address<20:2>, ramsn<0>,writen,ramoe<0> ...
Michele Portolan
michele.Portolan@...
Send Email
Jul 1, 2004
3:55 pm
5281
Thank you everyone for discussion on options affecting the timing benchmarks. After checking each option, compiler optimization was large determinant....
gioia6767
Offline Send Email
Jul 1, 2004
4:23 pm
5282
... In Leon2-1.0.22 or maybe 1.0.23 an option was added: Memory controller/Separate Address and Data busses This was added to allow the address and data busses...
Richard Pender
richardpenderch
Offline Send Email
Jul 1, 2004
4:38 pm
5283
... You must connect BS correctly according the data sheet of the sram you are using, or it will definitively not work. The BS must be tied active, i.e. to...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Jul 1, 2004
11:32 pm
5284
... VHDL ... I introduced the wrapper to overcome some little difference that were really annoying: - I have only a push button, so I need an eneity to...
Michele Portolan
michele.Portolan@...
Send Email
Jul 2, 2004
7:31 am
5285
... I wired all four BS to '0', so theoretically it should work. On the other hand There is something odd with register mcfg2. Thta is the value I get from...
Michele Portolan
michele.Portolan@...
Send Email
Jul 2, 2004
8:39 am
5286
... You use the wmem command wrongly. The syntax is : wmem <addr> <data> Jiri. -- ... Gaisler Research, 1:a Långgatan 19, 413 27 Goteborg, Sweden,...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Jul 2, 2004
8:45 am
5287
Thanks, I checked it out. The vaule I have is 0x63802020. Decomposing it I find: 0x6 3 8 0 2 0 2 0 0100 0011 1000...
Michele Portolan
michele.Portolan@...
Send Email
Jul 2, 2004
9:31 am
5288
... This would indicate that your address bus is static, so you always read and write the same address. However, you seem now to be able to read and write to...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Jul 2, 2004
9:36 am
5289
... Yea, at least something is moving, even if slowly! By the way, I have a question related to a previous post of yours: you advised me to use rwen<0> for my...
Michele Portolan
michele.Portolan@...
Send Email
Jul 2, 2004
10:03 am
5290
If you set the read-modify-write bit in mcfg2, then all rwen will always be active, and you can safely use only one. Jiri. ... -- ... Gaisler Research, 1:a...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Jul 2, 2004
10:11 am
5291
... structures ... 317758650 ... Thank you, On page 45, counting from the bottom to the top, line 13, ... r.cval Am I correct or not ? best regards, jimmy...
doltsheep
Offline Send Email
Jul 2, 2004
10:48 am
5292
... Yes, this is a typo. Thanks, I will update the document. Jiri. -- ... Gaisler Research, 1:a Långgatan 19, 413 27 Goteborg, Sweden, +46-317758650 fax:...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Jul 2, 2004
12:08 pm
5293
The change solved the problem, but a new one arised a little later, again caused by a retry response. This time the problem seems more "AMBA related". I have...
glyk72
Offline Send Email
Jul 6, 2004
10:03 am
5294
Hi When compiling programs using GNU tools provided with LECCS, I can use appropriate switch to develop applications for RTEMS. But I am using eCos as the OS...
Samie Hassan Ghauri
samiehg
Offline Send Email
Jul 6, 2004
1:17 pm
5295
You can use leccs to compile eCos applications, but not directly through a switch to sparc-rtems-gcc. eCos provides its own makefiles which compiles and links...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Jul 6, 2004
1:28 pm
5296
Could you upload a snapshot that also includes the ahbsi signal? I need to see which signals that actually reaches the slaves to determine where the problem...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Jul 6, 2004
1:35 pm
5297
Sorry Jiri, this was my mistake. The change in eth_oc.vhd is required though. George ... +46-317758650...
glyk72
Offline Send Email
Jul 6, 2004
2:46 pm
5298
Jiri, I have found a small problem in irqctrl2.vhd, when both "regs" processes in line 172 and 176 drive ir.ireg, that is when TMRREG=false and IRQ2TBL(i) >...
ggiachella
Offline Send Email
Jul 7, 2004
8:14 am
5299
Hello to all Two-Process-Developers, we are tired of the copy-and-paste of the code for the Two-Process-Method. Thus, we have written a small but very useful ...
Ronald Hecht
ronald_hecht
Offline Send Email
Jul 7, 2004
8:39 am
5300
Yes, the regs process should be something like: regs : process(clk(0)) begin if rising_edge(clk(0)) then ir.imask <= irin.imask; ir.ipend <= irin.ipend; ir.irq...
Jiri Gaisler
jiri_gaisler
Offline Send Email
Jul 7, 2004
9:35 am
5301
hi! is there an archive with older leon2-releases available? we need to make a diff to the original 1.0.21-xst version but unfortunately we don't have a local...
Stefan Holst
ksiiron
Offline Send Email
Jul 7, 2004
10:21 am
Messages 5272 - 5301 of 16505   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