Other minor changes to README
authorbsegovia <devnull@localhost>
Fri, 12 Aug 2011 03:24:46 +0000 (03:24 +0000)
committerKeith Packard <keithp@keithp.com>
Fri, 10 Aug 2012 23:14:49 +0000 (16:14 -0700)
README

diff --git a/README b/README
index f1efc3c..1b2d0b7 100644 (file)
--- a/README
+++ b/README
@@ -65,18 +65,19 @@ located in https://subversion.jf.intel.com/cag/gen/gpgpu/fulsim/
 
 - Copy fulsim executables you use where you are going to run the tests
 
-- Setup variable environments for your emulated  machine. I put a short script
-to emulate IVB at the root of miniCL. So just type:
-source setup_fulsim.sh LIVE_DEBUG
-LIVE_DEBUG is 0 or 1. When set to 0, the code just runs without stopping. When
-setting 1, the fulsim debugger is opened and you can step into the code and
-debug it easily
-
 - You need to get a specific version of libdrm which is able to output AUB
 files. Take it from:
 https://subversion.jf.intel.com/cag/gen/gpgpu/libdrm_fulsim/
 Then, compile it and install it
 
+- Setup variable environments for your emulated machine. I put a short script
+to emulate IVB at the root of miniCL. So just type:
+source setup_fulsim.sh LIVE_DEBUG
+LIVE_DEBUG is 0 or 1. When set to 0, the code just runs without stopping. When
+setting 1, the fulsim debugger is opened and you can step into the code and
+debug it easily. Just look at the script: it is nothing more than setting
+variables
+
 - Now run a test like:
 ./test_copy_buffer
 Normally, it will open fulsim at some point and you will see it running