Index: /branches/reconfiguration/platforms/tsar_generic_iob/scripts/arch.py
===================================================================
--- /branches/reconfiguration/platforms/tsar_generic_iob/scripts/arch.py	(revision 857)
+++ /branches/reconfiguration/platforms/tsar_generic_iob/scripts/arch.py	(revision 858)
@@ -33,5 +33,5 @@
 #  - X_WIDTH        : number of bits for x coordinate
 #  - Y_WIDTH        : number of bits for y coordinate
-#  - p_width        : number of bits for processor local id field
+#  - P_WIDTH        : number of bits for processor local id field
 #  - PADDR_WIDTH    : number of bits for physical address
 #  - IRQ_PER_PROC   : number of input IRQs per processor
@@ -49,4 +49,5 @@
 X_WIDTH = 4
 Y_WIDTH = 4
+P_WIDTH = 2
 X_IO = 0
 Y_IO = 0
@@ -71,6 +72,4 @@
     """This function describes the tsar_generic_iob platform and defines its
     parameters"""
-
-    p_width = log(nb_procs, 2)
 
     # parameters checking
@@ -142,5 +141,5 @@
                       x_width=X_WIDTH,
                       y_width=Y_WIDTH,
-                      p_width=p_width,
+                      p_width=P_WIDTH,
                       paddr_width=PADDR_WIDTH,
                       coherence=True,
