[ixp1200] Re:

Cyrus Hall hallcp at colorado.edu
Wed Jun 25 06:20:15 EDT 2003


Or, if you want to use macros (saves time for lazy typers):

xbuf_alloc($$reg_name, 2)
sdram[read, $$reg_name, address, offset, 1]
xbuf_free($$reg_name)

Cy

On Wed, 2003-06-25 at 01:44, Najati Imam wrote:
> >  >>     Ref count starting at xfer reg, "$$sdram_reg" does not completely
> 
> SDRAM access granularity is 2 words (8 bytes), so you need to:
> 
> ----
> .local $$sdram_xfer_0 $$sdram_xfer_1
> .xfer_order $$sdram_xfer_0 $$sdram_xfer_1
> 
> sdram[read, $$sdram_xfer, address, offset, 1]
> ; or whatever
> 
> .endlocal
> ----
> 
> Not sure about the archives.
> 
> Najati
-- 
Cyrus Hall <hallcp at colorado.edu>
University of Colorado



More information about the ixp1200 mailing list