Backward Compatible Options =========================== The following arguments can be used to create wiring plans equivalent to those produced by old versions of SpiNNer. .. note:: These values are only provided for backwards compatibility (i.e. working with existing systems). It is highly recommended that new systems are built using the plans generated by ``--num-boards N``. Old inter-frame spacing ----------------------- Older multi-frame SpiNNaker machines use a different inter-frame spacing of 0.089 meters. Prior to SpiNNer version 2.3.0 this was the default. From Version 2.3.0 onwards a new inter-frame spacing default is 0.133 meters. To use the old inter-frame spacing add the following argument to SpiNNer commands:: --inter-frame-spacing=0.089 ``spin_103`` (3 boards) ----------------------- :: --triads 1 1 --transformation slice --uncrinkle-direction rows --folds 1 1 ``spin_1037`` (6 boards) ------------------------ :: --triads 2 1 --transformation slice --uncrinkle-direction rows --folds 1 1 ``spin_104`` (12 boards) ------------------------ :: --triads 2 2 --transformation slice --uncrinkle-direction rows --folds 2 1 ``spin_1043`` (24 boards) ------------------------- :: --triads 4 2 --transformation slice --uncrinkle-direction rows --folds 1 1 ``spin_105`` (120 boards) ------------------------- :: --triads 8 5 --transformation slice --uncrinkle-direction columns --folds 1 2 ``spin_1057`` (600 boards) -------------------------- :: --triads 10 20 --transformation slice --uncrinkle-direction rows --folds 2 2 ``spin_106`` (1200 boards) -------------------------- :: --triads 20 20 --transformation slice --uncrinkle-direction rows --folds 4 2