source: liacs/ca/opdr3/memory_dram.h@ 16

Last change on this file since 16 was 2, checked in by Rick van der Zwet, 15 years ago

Initial import of data of old repository ('data') worth keeping (e.g. tracking
means of URL access statistics)

File size: 428 bytes
Line 
1/* Author : Rick van der Zwet
2 * S-number : 0433373
3 * Version : $Id: memory.h 363 2007-12-03 06:07:31Z rick $
4 * Copyright : FreeBSD Licence
5 * Description : page-mode DRAM with a page-size of PAGESIZE words, a
6 * random access time of RAs clock cycles and a 'next
7 * access time' of NAT clock cycles. - header
8 */
9
10void memory_dram(const int PAGESIZE, const int NAT, const int RAS);
11
Note: See TracBrowser for help on using the repository browser.