Index: /branches/reconfiguration/platforms/tsar_generic_iob/scripts/arch.py
===================================================================
--- /branches/reconfiguration/platforms/tsar_generic_iob/scripts/arch.py	(revision 899)
+++ /branches/reconfiguration/platforms/tsar_generic_iob/scripts/arch.py	(revision 900)
@@ -240,9 +240,9 @@
     kcode_size = 0x00080000               # 512 Kbytes
 
+    kdata_vbase = 0x80100000
+    kdata_size = 0x00080000               # 512 Kbytes
+
     kinit_vbase = 0x80800000
     kinit_size = 0x00080000               # 512 Kbytes
-
-    kdata_vbase = 0x80100000
-    kdata_size = 0x00080000               # 512 Kbytes
 
     kuncdata_vbase = 0x80180000
Index: /branches/reconfiguration/platforms/tsar_generic_iob/scripts/onerun.py
===================================================================
--- /branches/reconfiguration/platforms/tsar_generic_iob/scripts/onerun.py	(revision 899)
+++ /branches/reconfiguration/platforms/tsar_generic_iob/scripts/onerun.py	(revision 900)
@@ -112,5 +112,5 @@
     else:
         # by observation, the procedure grows linearly with the diameter of the mesh.
-        maxcycles = (args.x + args.y) * 20000;
+        maxcycles = 150000 + (args.x + args.y) * 20000;
         command.extend(["-NCYCLES", str(maxcycles)])
 
Index: /branches/reconfiguration/platforms/tsar_generic_iob/top.cpp
===================================================================
--- /branches/reconfiguration/platforms/tsar_generic_iob/top.cpp	(revision 899)
+++ /branches/reconfiguration/platforms/tsar_generic_iob/top.cpp	(revision 900)
@@ -1647,5 +1647,2 @@
 
 // vim: filetype=cpp:expandtab:shiftwidth=3:tabstop=3:softtabstop=3
-
-
-
