Sciweavers

CODES
2000
IEEE

Memory architecture for efficient utilization of SDRAM: a case study of the computation/memory access trade-off

13 years 8 months ago
Memory architecture for efficient utilization of SDRAM: a case study of the computation/memory access trade-off
This paper discusses the trade-off between calculations and memory accesses in a 3D graphics tile renderer for visualization of data from medical scanners. The performance requirement of this application is a frame rate of 25 frames per second when rendering 3D models with 2 million triangles, i.e. 50 million triangles per second, sustained (not peak). At present, a software implementation is capable of 3-4 frames per second for a 1 million triangle model. By using direct evaluation of certain interpolation parameters instead of forward differencing, writing back parameters to SDRAM is avoided. In software, forward differencing is usually better, but in this hardware implementation, the trade-off has made it possible to develop a very regular memory architecture with a buffering system, which can reach 95% bandwidth utilization using offthe-shelf SDRAM. This is achieved by changing the algorithm to use a memory access strategy with write-only and read-only phases, and a buffering syst...
Thomas Gleerup, Hans Holten-Lund, Jan Madsen, Stee
Added 30 Jul 2010
Updated 30 Jul 2010
Type Conference
Year 2000
Where CODES
Authors Thomas Gleerup, Hans Holten-Lund, Jan Madsen, Steen Pedersen
Comments (0)