![](https://secure.gravatar.com/avatar/94fe656ce0c680d1978822482bf3dbb6.jpg?s=120&d=mm&r=g)
25 Jun
2003
25 Jun
'03
6:20 a.m.
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
University of Colorado