source: trunk/params-hard.mk @ 635

Last change on this file since 635 was 635, checked in by alain, 5 years ago

This version is a major evolution: The physical memory allocators,
defined in the kmem.c, ppm.c, and kcm.c files have been modified
to support remote accesses. The RPCs that were previously user
to allocate physical memory in a remote cluster have been removed.
This has been done to cure a dead-lock in case of concurrent page-faults.

This version 2.2 has been tested on a (4 clusters / 2 cores per cluster)
TSAR architecture, for both the "sort" and the "fft" applications.

File size: 262 bytes
Line 
1# Parameters definition for the ALMOS-MKH Makefile
2
3ARCH      = /Users/alain/soc/tsar-trunk-svn-2013/platforms/tsar_generic_iob
4X_SIZE    = 2
5Y_SIZE    = 2
6NB_PROCS  = 2
7NB_TTYS   = 2
8IOC_TYPE  = IOC_BDV
9TXT_TYPE  = TXT_TTY
10FBF_TYPE  = FBF_SCL
11SYS_CLK   = 50000
Note: See TracBrowser for help on using the repository browser.