Index: /trunk/softs/soft_transpose_giet/hard_config.h
===================================================================
--- /trunk/softs/soft_transpose_giet/hard_config.h	(revision 632)
+++ /trunk/softs/soft_transpose_giet/hard_config.h	(revision 632)
@@ -0,0 +1,26 @@
+/*******************************************************************/
+/* This file define various hardware parameters that are used by   */
+/* both the giet_tsar OS and by the hardware (top.cpp file)        */
+/*******************************************************************/
+
+#ifndef _HARD_CONFIG_H
+#define _HARD_CONFIG_H
+
+#define	 X_SIZE              2
+#define	 Y_SIZE              2
+#define	 X_WIDTH             4
+#define	 Y_WIDTH             4
+
+#define	 NB_PROCS_MAX        1
+
+#define  USE_RAMDISK         1
+#define  USE_EXT_IO          0
+
+#define	 NB_DMA_CHANNELS     0
+#define	 NB_HBA_CHANNELS     0
+#define	 NB_NIC_CHANNELS     0
+#define	 NB_CMA_CHANNELS     0
+
+#define	 NB_TTY_CHANNELS     1
+
+#endif //_HARD_CONFIG_H
