This file describes how to use space module:

1. compile the module
   >make

2. add module to the kernel
   >sudo insmod space.ko

   note: space.ko design ID si reacting to all designs, therefor any project
   specific loaded module will prevent from loading space.ko module(ID are the
   same). If problem occur, clean up project specific modules, as a root:
      >cpytool rmmod combo6x
      >cpytool insmod combo6x

3. create node for the module
   >cat /proc/devices

   Look for the major number of the space module

   >mknod /dev/space c <major_number> 0

4. attach the module
   >csboot -a
   
   note: software ID of the design have to match

How to access the ICTL of the space module is shown in example.c
  
