Index: trunk/platforms/tsar_generic_iob/Makefile
===================================================================
--- trunk/platforms/tsar_generic_iob/Makefile	(revision 617)
+++ trunk/platforms/tsar_generic_iob/Makefile	(revision 618)
@@ -6,2 +6,4 @@
 	rm -rf *.o *.x tty* term*
 
+.PHONY:simul.x
+
Index: trunk/platforms/tsar_generic_iob/top.cpp
===================================================================
--- trunk/platforms/tsar_generic_iob/top.cpp	(revision 617)
+++ trunk/platforms/tsar_generic_iob/top.cpp	(revision 618)
@@ -179,5 +179,5 @@
 //////////////////////i/////////////////////////////////////
 
-#include "/Users/alain/soc/giet_vm/hard_config.h"
+#include "giet_vm/hard_config.h"
 
 ////////////////////////////////////////////////////////////
@@ -911,8 +911,8 @@
                                           maptab_iox,
                                           NB_NIC_CHANNELS,
+                                          0,           // mac_4 address
+                                          0,           // mac_2 address
                                           nic_rx_name,
-                                          nic_tx_name,
-                                          0,           // mac_4 address
-                                          0 );         // mac_2 address
+                                          nic_tx_name);
 
    // Frame Buffer
