source: liacs/ca/opdr3/memory_bank.h@ 126

Last change on this file since 126 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: 334 bytes
RevLine 
[2]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 : BANKS-bank word-interleaved memory with random access time
6 * of RAS clock cycles - header
7 */
8
9void
10memory_bank(const int BANKS, const int RAS);
11
Note: See TracBrowser for help on using the repository browser.